2021-07-12T20:11:33,551 Created temporary directory: /tmp/pip-ephem-wheel-cache-wec0iq60 2021-07-12T20:11:33,554 Created temporary directory: /tmp/pip-req-tracker-k4_ack60 2021-07-12T20:11:33,555 Initialized build tracking at /tmp/pip-req-tracker-k4_ack60 2021-07-12T20:11:33,555 Created build tracker: /tmp/pip-req-tracker-k4_ack60 2021-07-12T20:11:33,555 Entered build tracker: /tmp/pip-req-tracker-k4_ack60 2021-07-12T20:11:33,556 Created temporary directory: /tmp/pip-wheel-7qk6rmjz 2021-07-12T20:11:33,589 1 location(s) to search for versions of poco1: 2021-07-12T20:11:33,589 * https://pypi.org/simple/poco1/ 2021-07-12T20:11:33,590 Fetching project page and analyzing links: https://pypi.org/simple/poco1/ 2021-07-12T20:11:33,591 Getting page https://pypi.org/simple/poco1/ 2021-07-12T20:11:33,592 Found index url https://pypi.org/simple 2021-07-12T20:11:33,764 Found link https://files.pythonhosted.org/packages/0c/b1/c59786b7e21dd337ab39ce45c8e219f40bfc622e8e44907da1da39120e17/poco1-1.0.5.tar.gz#sha256=2ebdc4af6cee6ba096c3a8f7993a626090bab5fa165ae896c6d682d84673adf0 (from https://pypi.org/simple/poco1/), version: 1.0.5 2021-07-12T20:11:33,764 Skipping link: not a file: https://pypi.org/simple/poco1/ 2021-07-12T20:11:33,783 Given no hashes to check 1 links for project 'poco1': discarding no candidates 2021-07-12T20:11:33,803 Collecting poco1==1.0.5 2021-07-12T20:11:33,805 Created temporary directory: /tmp/pip-unpack-g2jj1_m8 2021-07-12T20:11:33,851 Downloading poco1-1.0.5.tar.gz (984 bytes) 2021-07-12T20:11:33,879 Added poco1==1.0.5 from https://files.pythonhosted.org/packages/0c/b1/c59786b7e21dd337ab39ce45c8e219f40bfc622e8e44907da1da39120e17/poco1-1.0.5.tar.gz#sha256=2ebdc4af6cee6ba096c3a8f7993a626090bab5fa165ae896c6d682d84673adf0 to build tracker '/tmp/pip-req-tracker-k4_ack60' 2021-07-12T20:11:33,880 Running setup.py (path:/tmp/pip-wheel-7qk6rmjz/poco1_224269b7fcd342088d6a549463d662dc/setup.py) egg_info for package poco1 2021-07-12T20:11:33,881 Created temporary directory: /tmp/pip-pip-egg-info-1ox05dct 2021-07-12T20:11:33,882 Running command python setup.py egg_info 2021-07-12T20:11:34,803 Traceback (most recent call last): 2021-07-12T20:11:34,804 File "", line 1, in 2021-07-12T20:11:34,804 File "/tmp/pip-wheel-7qk6rmjz/poco1_224269b7fcd342088d6a549463d662dc/setup.py", line 4, in 2021-07-12T20:11:34,804 from pip.req import parse_requirements 2021-07-12T20:11:34,805 ModuleNotFoundError: No module named 'pip.req' 2021-07-12T20:11:34,860 WARNING: Discarding https://files.pythonhosted.org/packages/0c/b1/c59786b7e21dd337ab39ce45c8e219f40bfc622e8e44907da1da39120e17/poco1-1.0.5.tar.gz#sha256=2ebdc4af6cee6ba096c3a8f7993a626090bab5fa165ae896c6d682d84673adf0 (from https://pypi.org/simple/poco1/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T20:11:34,862 ERROR: Could not find a version that satisfies the requirement poco1==1.0.5 (from versions: 1.0.5) 2021-07-12T20:11:34,862 ERROR: No matching distribution found for poco1==1.0.5 2021-07-12T20:11:34,862 Exception information: 2021-07-12T20:11:34,862 Traceback (most recent call last): 2021-07-12T20:11:34,862 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T20:11:34,862 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T20:11:34,862 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T20:11:34,862 raise RequirementsConflicted(criterion) 2021-07-12T20:11:34,862 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('poco1==1.0.5') 2021-07-12T20:11:34,862 2021-07-12T20:11:34,862 During handling of the above exception, another exception occurred: 2021-07-12T20:11:34,862 2021-07-12T20:11:34,862 Traceback (most recent call last): 2021-07-12T20:11:34,862 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T20:11:34,862 result = self._result = resolver.resolve( 2021-07-12T20:11:34,862 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T20:11:34,862 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T20:11:34,862 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T20:11:34,862 raise ResolutionImpossible(e.criterion.information) 2021-07-12T20:11:34,862 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('poco1==1.0.5'), parent=None)] 2021-07-12T20:11:34,862 2021-07-12T20:11:34,862 The above exception was the direct cause of the following exception: 2021-07-12T20:11:34,862 2021-07-12T20:11:34,862 Traceback (most recent call last): 2021-07-12T20:11:34,862 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T20:11:34,862 status = self.run(options, args) 2021-07-12T20:11:34,862 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T20:11:34,862 return func(self, options, args) 2021-07-12T20:11:34,862 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T20:11:34,862 requirement_set = resolver.resolve( 2021-07-12T20:11:34,862 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T20:11:34,862 raise error from e 2021-07-12T20:11:34,862 pip._internal.exceptions.DistributionNotFound: No matching distribution found for poco1==1.0.5 2021-07-12T20:11:34,868 Removed poco1==1.0.5 from https://files.pythonhosted.org/packages/0c/b1/c59786b7e21dd337ab39ce45c8e219f40bfc622e8e44907da1da39120e17/poco1-1.0.5.tar.gz#sha256=2ebdc4af6cee6ba096c3a8f7993a626090bab5fa165ae896c6d682d84673adf0 from build tracker '/tmp/pip-req-tracker-k4_ack60' 2021-07-12T20:11:34,868 Removed build tracker: '/tmp/pip-req-tracker-k4_ack60'