2021-07-14T10:06:03,759 Created temporary directory: /tmp/pip-ephem-wheel-cache-dkw556zf 2021-07-14T10:06:03,763 Created temporary directory: /tmp/pip-req-tracker-0xophine 2021-07-14T10:06:03,763 Initialized build tracking at /tmp/pip-req-tracker-0xophine 2021-07-14T10:06:03,763 Created build tracker: /tmp/pip-req-tracker-0xophine 2021-07-14T10:06:03,763 Entered build tracker: /tmp/pip-req-tracker-0xophine 2021-07-14T10:06:03,764 Created temporary directory: /tmp/pip-wheel-mzj1_i4i 2021-07-14T10:06:03,794 1 location(s) to search for versions of ebs-pin3: 2021-07-14T10:06:03,794 * https://pypi.org/simple/ebs-pin3/ 2021-07-14T10:06:03,795 Fetching project page and analyzing links: https://pypi.org/simple/ebs-pin3/ 2021-07-14T10:06:03,795 Getting page https://pypi.org/simple/ebs-pin3/ 2021-07-14T10:06:03,797 Found index url https://pypi.org/simple 2021-07-14T10:06:03,972 Found link https://files.pythonhosted.org/packages/d6/b0/22a96287426deee13c83e33a459554d9d92c355c005687cbb6097d5fd6b4/ebs-pin3-0.3.4.tar.gz#sha256=f8c11488a96ae55876bcea0979337b5cdbd3a1eeb912cae644d219a3c73a2698 (from https://pypi.org/simple/ebs-pin3/), version: 0.3.4 2021-07-14T10:06:03,973 Skipping link: not a file: https://pypi.org/simple/ebs-pin3/ 2021-07-14T10:06:03,991 Given no hashes to check 1 links for project 'ebs-pin3': discarding no candidates 2021-07-14T10:06:04,010 Collecting ebs-pin3==0.3.4 2021-07-14T10:06:04,011 Created temporary directory: /tmp/pip-unpack-djz4fr1y 2021-07-14T10:06:04,055 Downloading ebs-pin3-0.3.4.tar.gz (4.1 kB) 2021-07-14T10:06:04,086 Added ebs-pin3==0.3.4 from https://files.pythonhosted.org/packages/d6/b0/22a96287426deee13c83e33a459554d9d92c355c005687cbb6097d5fd6b4/ebs-pin3-0.3.4.tar.gz#sha256=f8c11488a96ae55876bcea0979337b5cdbd3a1eeb912cae644d219a3c73a2698 to build tracker '/tmp/pip-req-tracker-0xophine' 2021-07-14T10:06:04,087 Running setup.py (path:/tmp/pip-wheel-mzj1_i4i/ebs-pin3_2edf9ba6ca41462b9ef4850bc53937ae/setup.py) egg_info for package ebs-pin3 2021-07-14T10:06:04,088 Created temporary directory: /tmp/pip-pip-egg-info-xhegyo1c 2021-07-14T10:06:04,088 Running command python setup.py egg_info 2021-07-14T10:06:05,020 Traceback (most recent call last): 2021-07-14T10:06:05,021 File "", line 1, in 2021-07-14T10:06:05,022 File "/tmp/pip-wheel-mzj1_i4i/ebs-pin3_2edf9ba6ca41462b9ef4850bc53937ae/setup.py", line 1, in 2021-07-14T10:06:05,023 from pip.req import parse_requirements 2021-07-14T10:06:05,024 ModuleNotFoundError: No module named 'pip.req' 2021-07-14T10:06:05,076 WARNING: Discarding https://files.pythonhosted.org/packages/d6/b0/22a96287426deee13c83e33a459554d9d92c355c005687cbb6097d5fd6b4/ebs-pin3-0.3.4.tar.gz#sha256=f8c11488a96ae55876bcea0979337b5cdbd3a1eeb912cae644d219a3c73a2698 (from https://pypi.org/simple/ebs-pin3/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-14T10:06:05,077 ERROR: Could not find a version that satisfies the requirement ebs-pin3==0.3.4 (from versions: 0.3.4) 2021-07-14T10:06:05,077 ERROR: No matching distribution found for ebs-pin3==0.3.4 2021-07-14T10:06:05,078 Exception information: 2021-07-14T10:06:05,078 Traceback (most recent call last): 2021-07-14T10:06:05,078 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-14T10:06:05,078 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-14T10:06:05,078 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-14T10:06:05,078 raise RequirementsConflicted(criterion) 2021-07-14T10:06:05,078 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ebs-pin3==0.3.4') 2021-07-14T10:06:05,078 2021-07-14T10:06:05,078 During handling of the above exception, another exception occurred: 2021-07-14T10:06:05,078 2021-07-14T10:06:05,078 Traceback (most recent call last): 2021-07-14T10:06:05,078 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-14T10:06:05,078 result = self._result = resolver.resolve( 2021-07-14T10:06:05,078 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-14T10:06:05,078 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-14T10:06:05,078 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-14T10:06:05,078 raise ResolutionImpossible(e.criterion.information) 2021-07-14T10:06:05,078 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ebs-pin3==0.3.4'), parent=None)] 2021-07-14T10:06:05,078 2021-07-14T10:06:05,078 The above exception was the direct cause of the following exception: 2021-07-14T10:06:05,078 2021-07-14T10:06:05,078 Traceback (most recent call last): 2021-07-14T10:06:05,078 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-14T10:06:05,078 status = self.run(options, args) 2021-07-14T10:06:05,078 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-14T10:06:05,078 return func(self, options, args) 2021-07-14T10:06:05,078 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-14T10:06:05,078 requirement_set = resolver.resolve( 2021-07-14T10:06:05,078 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-14T10:06:05,078 raise error from e 2021-07-14T10:06:05,078 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ebs-pin3==0.3.4 2021-07-14T10:06:05,085 Removed ebs-pin3==0.3.4 from https://files.pythonhosted.org/packages/d6/b0/22a96287426deee13c83e33a459554d9d92c355c005687cbb6097d5fd6b4/ebs-pin3-0.3.4.tar.gz#sha256=f8c11488a96ae55876bcea0979337b5cdbd3a1eeb912cae644d219a3c73a2698 from build tracker '/tmp/pip-req-tracker-0xophine' 2021-07-14T10:06:05,085 Removed build tracker: '/tmp/pip-req-tracker-0xophine'