2022-01-06T16:52:42,334 Created temporary directory: /tmp/pip-ephem-wheel-cache-wkd5pa1l 2022-01-06T16:52:42,340 Created temporary directory: /tmp/pip-req-tracker-qa4spit1 2022-01-06T16:52:42,341 Initialized build tracking at /tmp/pip-req-tracker-qa4spit1 2022-01-06T16:52:42,341 Created build tracker: /tmp/pip-req-tracker-qa4spit1 2022-01-06T16:52:42,342 Entered build tracker: /tmp/pip-req-tracker-qa4spit1 2022-01-06T16:52:42,343 Created temporary directory: /tmp/pip-wheel-qy888sm8 2022-01-06T16:52:42,407 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-01-06T16:52:42,413 2 location(s) to search for versions of example-pkg-asifeng: 2022-01-06T16:52:42,413 * https://pypi.org/simple/example-pkg-asifeng/ 2022-01-06T16:52:42,413 * https://www.piwheels.org/simple/example-pkg-asifeng/ 2022-01-06T16:52:42,414 Fetching project page and analyzing links: https://pypi.org/simple/example-pkg-asifeng/ 2022-01-06T16:52:42,415 Getting page https://pypi.org/simple/example-pkg-asifeng/ 2022-01-06T16:52:42,418 Found index url https://pypi.org/simple 2022-01-06T16:52:42,614 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/c1/ba/dd1401f06705741f1058a9a9b0ac45c20ba55cea6a21839731ca9f5500d3/example-pkg-AsifEng-1.0.tar.gz#sha256=6c79adb04e5fc1598e32449b93bc162ad4c326c2140715d51c3b347e943ba120 (from https://pypi.org/simple/example-pkg-asifeng/) (requires-python:>=3.9) 2022-01-06T16:52:42,615 Skipping link: No binaries permitted for example-pkg-asifeng: https://files.pythonhosted.org/packages/21/4f/d58acb26c881f4e9e675f6d21e756ac05e13892cfbf21dc714ca2f1eab34/example_pkg_AsifEng-1.0-py3-none-any.whl#sha256=53591055a021f022ab42f209ed989ee8afea830cf8fd97ac865cfa3a317330d9 (from https://pypi.org/simple/example-pkg-asifeng/) (requires-python:>=3.9) 2022-01-06T16:52:42,615 Fetching project page and analyzing links: https://www.piwheels.org/simple/example-pkg-asifeng/ 2022-01-06T16:52:42,616 Getting page https://www.piwheels.org/simple/example-pkg-asifeng/ 2022-01-06T16:52:42,618 Found index url https://www.piwheels.org/simple 2022-01-06T16:52:42,813 Skipping link: not a file: https://www.piwheels.org/simple/example-pkg-asifeng/ 2022-01-06T16:52:42,814 Skipping link: not a file: https://pypi.org/simple/example-pkg-asifeng/ 2022-01-06T16:52:42,845 Given no hashes to check 0 links for project 'example-pkg-asifeng': discarding no candidates 2022-01-06T16:52:42,846 ERROR: Could not find a version that satisfies the requirement example-pkg-asifeng==1.0 (from versions: none) 2022-01-06T16:52:42,846 ERROR: No matching distribution found for example-pkg-asifeng==1.0 2022-01-06T16:52:42,847 Exception information: 2022-01-06T16:52:42,847 Traceback (most recent call last): 2022-01-06T16:52:42,847 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-01-06T16:52:42,847 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-01-06T16:52:42,847 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-01-06T16:52:42,847 raise RequirementsConflicted(criterion) 2022-01-06T16:52:42,847 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('example-pkg-asifeng==1.0') 2022-01-06T16:52:42,847 2022-01-06T16:52:42,847 During handling of the above exception, another exception occurred: 2022-01-06T16:52:42,847 2022-01-06T16:52:42,847 Traceback (most recent call last): 2022-01-06T16:52:42,847 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-01-06T16:52:42,847 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-01-06T16:52:42,847 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-01-06T16:52:42,847 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-01-06T16:52:42,847 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-01-06T16:52:42,847 raise ResolutionImpossible(e.criterion.information) 2022-01-06T16:52:42,847 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('example-pkg-asifeng==1.0'), parent=None)] 2022-01-06T16:52:42,847 2022-01-06T16:52:42,847 The above exception was the direct cause of the following exception: 2022-01-06T16:52:42,847 2022-01-06T16:52:42,847 Traceback (most recent call last): 2022-01-06T16:52:42,847 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-01-06T16:52:42,847 status = run_func(*args) 2022-01-06T16:52:42,847 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-01-06T16:52:42,847 return func(self, options, args) 2022-01-06T16:52:42,847 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-01-06T16:52:42,847 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-01-06T16:52:42,847 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-01-06T16:52:42,847 raise error from e 2022-01-06T16:52:42,847 pip._internal.exceptions.DistributionNotFound: No matching distribution found for example-pkg-asifeng==1.0 2022-01-06T16:52:42,855 Removed build tracker: '/tmp/pip-req-tracker-qa4spit1'