2021-11-07T00:02:36,458 Created temporary directory: /tmp/pip-ephem-wheel-cache-ikhea_bw 2021-11-07T00:02:36,474 Created temporary directory: /tmp/pip-req-tracker-yz9yi_59 2021-11-07T00:02:36,475 Initialized build tracking at /tmp/pip-req-tracker-yz9yi_59 2021-11-07T00:02:36,475 Created build tracker: /tmp/pip-req-tracker-yz9yi_59 2021-11-07T00:02:36,476 Entered build tracker: /tmp/pip-req-tracker-yz9yi_59 2021-11-07T00:02:36,477 Created temporary directory: /tmp/pip-wheel-hrjnb4lb 2021-11-07T00:02:36,698 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-11-07T00:02:36,702 2 location(s) to search for versions of streamlit-pollination: 2021-11-07T00:02:36,702 * https://pypi.org/simple/streamlit-pollination/ 2021-11-07T00:02:36,702 * https://www.piwheels.org/simple/streamlit-pollination/ 2021-11-07T00:02:36,703 Fetching project page and analyzing links: https://pypi.org/simple/streamlit-pollination/ 2021-11-07T00:02:36,704 Getting page https://pypi.org/simple/streamlit-pollination/ 2021-11-07T00:02:36,706 Found index url https://pypi.org/simple 2021-11-07T00:02:36,964 Found link https://files.pythonhosted.org/packages/43/b9/d0575bec01231196f8484286597716656f704cd6e6d2b3f5ec8c765748f7/streamlit-pollination-0.1.0.tar.gz#sha256=c9f026dd6a0c1490add519998283a8b22f57e99f5ec737d5ff155eb066bbe59a (from https://pypi.org/simple/streamlit-pollination/), version: 0.1.0 2021-11-07T00:02:36,964 Skipping link: No binaries permitted for streamlit-pollination: https://files.pythonhosted.org/packages/21/6a/0e924fdfb79cbe420d03363cd3d22c6a8449b797521a40e93519cb9ec278/streamlit_pollination-0.1.0-py2.py3-none-any.whl#sha256=72e27ac96d485e432e9bfa5eebefbe1a067b67186766cdb564ede2f57e2b9ccc (from https://pypi.org/simple/streamlit-pollination/) 2021-11-07T00:02:36,964 Fetching project page and analyzing links: https://www.piwheels.org/simple/streamlit-pollination/ 2021-11-07T00:02:36,965 Getting page https://www.piwheels.org/simple/streamlit-pollination/ 2021-11-07T00:02:36,966 Found index url https://www.piwheels.org/simple 2021-11-07T00:02:37,405 Skipping link: not a file: https://www.piwheels.org/simple/streamlit-pollination/ 2021-11-07T00:02:37,406 Skipping link: not a file: https://pypi.org/simple/streamlit-pollination/ 2021-11-07T00:02:37,439 Given no hashes to check 1 links for project 'streamlit-pollination': discarding no candidates 2021-11-07T00:02:37,469 Collecting streamlit-pollination==0.1.0 2021-11-07T00:02:37,471 Created temporary directory: /tmp/pip-unpack-8qopebd0 2021-11-07T00:02:37,526 Downloading streamlit-pollination-0.1.0.tar.gz (6.7 kB) 2021-11-07T00:02:37,904 Added streamlit-pollination==0.1.0 from https://files.pythonhosted.org/packages/43/b9/d0575bec01231196f8484286597716656f704cd6e6d2b3f5ec8c765748f7/streamlit-pollination-0.1.0.tar.gz#sha256=c9f026dd6a0c1490add519998283a8b22f57e99f5ec737d5ff155eb066bbe59a to build tracker '/tmp/pip-req-tracker-yz9yi_59' 2021-11-07T00:02:37,906 Running setup.py (path:/tmp/pip-wheel-hrjnb4lb/streamlit-pollination_c0f2c698016147a2ae21db593eefca74/setup.py) egg_info for package streamlit-pollination 2021-11-07T00:02:37,907 Created temporary directory: /tmp/pip-pip-egg-info-qg5ez5r3 2021-11-07T00:02:37,907 Running command python setup.py egg_info 2021-11-07T00:02:41,378 Traceback (most recent call last): 2021-11-07T00:02:41,379 File "", line 1, in 2021-11-07T00:02:41,380 File "/tmp/pip-wheel-hrjnb4lb/streamlit-pollination_c0f2c698016147a2ae21db593eefca74/setup.py", line 6, in 2021-11-07T00:02:41,380 with open('requirements.txt') as f: 2021-11-07T00:02:41,380 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-11-07T00:02:41,432 WARNING: Discarding https://files.pythonhosted.org/packages/43/b9/d0575bec01231196f8484286597716656f704cd6e6d2b3f5ec8c765748f7/streamlit-pollination-0.1.0.tar.gz#sha256=c9f026dd6a0c1490add519998283a8b22f57e99f5ec737d5ff155eb066bbe59a (from https://pypi.org/simple/streamlit-pollination/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-11-07T00:02:41,434 ERROR: Could not find a version that satisfies the requirement streamlit-pollination==0.1.0 (from versions: 0.1.0) 2021-11-07T00:02:41,434 ERROR: No matching distribution found for streamlit-pollination==0.1.0 2021-11-07T00:02:41,435 Exception information: 2021-11-07T00:02:41,435 Traceback (most recent call last): 2021-11-07T00:02:41,435 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-11-07T00:02:41,435 name, crit = self._merge_into_criterion(r, parent=None) 2021-11-07T00:02:41,435 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-11-07T00:02:41,435 raise RequirementsConflicted(criterion) 2021-11-07T00:02:41,435 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('streamlit-pollination==0.1.0') 2021-11-07T00:02:41,435 2021-11-07T00:02:41,435 During handling of the above exception, another exception occurred: 2021-11-07T00:02:41,435 2021-11-07T00:02:41,435 Traceback (most recent call last): 2021-11-07T00:02:41,435 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-11-07T00:02:41,435 result = self._result = resolver.resolve( 2021-11-07T00:02:41,435 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-11-07T00:02:41,435 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-11-07T00:02:41,435 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-11-07T00:02:41,435 raise ResolutionImpossible(e.criterion.information) 2021-11-07T00:02:41,435 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('streamlit-pollination==0.1.0'), parent=None)] 2021-11-07T00:02:41,435 2021-11-07T00:02:41,435 The above exception was the direct cause of the following exception: 2021-11-07T00:02:41,435 2021-11-07T00:02:41,435 Traceback (most recent call last): 2021-11-07T00:02:41,435 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-11-07T00:02:41,435 status = self.run(options, args) 2021-11-07T00:02:41,435 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-11-07T00:02:41,435 return func(self, options, args) 2021-11-07T00:02:41,435 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-11-07T00:02:41,435 requirement_set = resolver.resolve( 2021-11-07T00:02:41,435 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-11-07T00:02:41,435 raise error from e 2021-11-07T00:02:41,435 pip._internal.exceptions.DistributionNotFound: No matching distribution found for streamlit-pollination==0.1.0 2021-11-07T00:02:41,468 Removed streamlit-pollination==0.1.0 from https://files.pythonhosted.org/packages/43/b9/d0575bec01231196f8484286597716656f704cd6e6d2b3f5ec8c765748f7/streamlit-pollination-0.1.0.tar.gz#sha256=c9f026dd6a0c1490add519998283a8b22f57e99f5ec737d5ff155eb066bbe59a from build tracker '/tmp/pip-req-tracker-yz9yi_59' 2021-11-07T00:02:41,469 Removed build tracker: '/tmp/pip-req-tracker-yz9yi_59'