2021-07-13T04:27:43,420 Created temporary directory: /tmp/pip-ephem-wheel-cache-kajs92_u 2021-07-13T04:27:43,424 Created temporary directory: /tmp/pip-req-tracker-b7h46979 2021-07-13T04:27:43,424 Initialized build tracking at /tmp/pip-req-tracker-b7h46979 2021-07-13T04:27:43,424 Created build tracker: /tmp/pip-req-tracker-b7h46979 2021-07-13T04:27:43,424 Entered build tracker: /tmp/pip-req-tracker-b7h46979 2021-07-13T04:27:43,425 Created temporary directory: /tmp/pip-wheel-rfrt74yc 2021-07-13T04:27:43,459 1 location(s) to search for versions of dep-impact: 2021-07-13T04:27:43,459 * https://pypi.org/simple/dep-impact/ 2021-07-13T04:27:43,459 Fetching project page and analyzing links: https://pypi.org/simple/dep-impact/ 2021-07-13T04:27:43,460 Getting page https://pypi.org/simple/dep-impact/ 2021-07-13T04:27:43,462 Found index url https://pypi.org/simple 2021-07-13T04:27:43,644 Found link https://files.pythonhosted.org/packages/fe/2b/d09301d37f35cf9ea1445fafeb28cb5b5a68986c69aef959c10125561f63/dep-impact-0.1.tar.gz#sha256=c7f06e0aef74604d20db19fec8471b5490095bee077d55eab7f764e02d0cae25 (from https://pypi.org/simple/dep-impact/), version: 0.1 2021-07-13T04:27:43,645 Skipping link: not a file: https://pypi.org/simple/dep-impact/ 2021-07-13T04:27:43,663 Given no hashes to check 1 links for project 'dep-impact': discarding no candidates 2021-07-13T04:27:43,682 Collecting dep-impact==0.1 2021-07-13T04:27:43,683 Created temporary directory: /tmp/pip-unpack-yhnr89uy 2021-07-13T04:27:43,870 Downloading dep-impact-0.1.tar.gz (32 kB) 2021-07-13T04:27:43,934 Added dep-impact==0.1 from https://files.pythonhosted.org/packages/fe/2b/d09301d37f35cf9ea1445fafeb28cb5b5a68986c69aef959c10125561f63/dep-impact-0.1.tar.gz#sha256=c7f06e0aef74604d20db19fec8471b5490095bee077d55eab7f764e02d0cae25 to build tracker '/tmp/pip-req-tracker-b7h46979' 2021-07-13T04:27:43,936 Running setup.py (path:/tmp/pip-wheel-rfrt74yc/dep-impact_d05411bc038e483e9646f5b76020bf37/setup.py) egg_info for package dep-impact 2021-07-13T04:27:43,936 Created temporary directory: /tmp/pip-pip-egg-info-kg04lht6 2021-07-13T04:27:43,937 Running command python setup.py egg_info 2021-07-13T04:27:44,959 Traceback (most recent call last): 2021-07-13T04:27:44,960 File "", line 1, in 2021-07-13T04:27:44,960 File "/tmp/pip-wheel-rfrt74yc/dep-impact_d05411bc038e483e9646f5b76020bf37/setup.py", line 8, in 2021-07-13T04:27:44,961 with open('requirements.txt') as f: 2021-07-13T04:27:44,961 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-07-13T04:27:45,010 WARNING: Discarding https://files.pythonhosted.org/packages/fe/2b/d09301d37f35cf9ea1445fafeb28cb5b5a68986c69aef959c10125561f63/dep-impact-0.1.tar.gz#sha256=c7f06e0aef74604d20db19fec8471b5490095bee077d55eab7f764e02d0cae25 (from https://pypi.org/simple/dep-impact/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-13T04:27:45,011 ERROR: Could not find a version that satisfies the requirement dep-impact==0.1 (from versions: 0.1) 2021-07-13T04:27:45,011 ERROR: No matching distribution found for dep-impact==0.1 2021-07-13T04:27:45,012 Exception information: 2021-07-13T04:27:45,012 Traceback (most recent call last): 2021-07-13T04:27:45,012 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-13T04:27:45,012 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-13T04:27:45,012 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-13T04:27:45,012 raise RequirementsConflicted(criterion) 2021-07-13T04:27:45,012 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('dep-impact==0.1') 2021-07-13T04:27:45,012 2021-07-13T04:27:45,012 During handling of the above exception, another exception occurred: 2021-07-13T04:27:45,012 2021-07-13T04:27:45,012 Traceback (most recent call last): 2021-07-13T04:27:45,012 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-13T04:27:45,012 result = self._result = resolver.resolve( 2021-07-13T04:27:45,012 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-13T04:27:45,012 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-13T04:27:45,012 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-13T04:27:45,012 raise ResolutionImpossible(e.criterion.information) 2021-07-13T04:27:45,012 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('dep-impact==0.1'), parent=None)] 2021-07-13T04:27:45,012 2021-07-13T04:27:45,012 The above exception was the direct cause of the following exception: 2021-07-13T04:27:45,012 2021-07-13T04:27:45,012 Traceback (most recent call last): 2021-07-13T04:27:45,012 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-13T04:27:45,012 status = self.run(options, args) 2021-07-13T04:27:45,012 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-13T04:27:45,012 return func(self, options, args) 2021-07-13T04:27:45,012 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-13T04:27:45,012 requirement_set = resolver.resolve( 2021-07-13T04:27:45,012 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-13T04:27:45,012 raise error from e 2021-07-13T04:27:45,012 pip._internal.exceptions.DistributionNotFound: No matching distribution found for dep-impact==0.1 2021-07-13T04:27:45,017 Removed dep-impact==0.1 from https://files.pythonhosted.org/packages/fe/2b/d09301d37f35cf9ea1445fafeb28cb5b5a68986c69aef959c10125561f63/dep-impact-0.1.tar.gz#sha256=c7f06e0aef74604d20db19fec8471b5490095bee077d55eab7f764e02d0cae25 from build tracker '/tmp/pip-req-tracker-b7h46979' 2021-07-13T04:27:45,017 Removed build tracker: '/tmp/pip-req-tracker-b7h46979'