2022-03-16T13:48:20,894 Created temporary directory: /tmp/pip-ephem-wheel-cache-39pp5znw 2022-03-16T13:48:20,899 Created temporary directory: /tmp/pip-req-tracker-tj0s4zp5 2022-03-16T13:48:20,900 Initialized build tracking at /tmp/pip-req-tracker-tj0s4zp5 2022-03-16T13:48:20,900 Created build tracker: /tmp/pip-req-tracker-tj0s4zp5 2022-03-16T13:48:20,901 Entered build tracker: /tmp/pip-req-tracker-tj0s4zp5 2022-03-16T13:48:20,902 Created temporary directory: /tmp/pip-wheel-xnd42q8n 2022-03-16T13:48:20,968 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-03-16T13:48:20,976 2 location(s) to search for versions of navdreams: 2022-03-16T13:48:20,976 * https://pypi.org/simple/navdreams/ 2022-03-16T13:48:20,976 * https://www.piwheels.org/simple/navdreams/ 2022-03-16T13:48:20,978 Fetching project page and analyzing links: https://pypi.org/simple/navdreams/ 2022-03-16T13:48:20,979 Getting page https://pypi.org/simple/navdreams/ 2022-03-16T13:48:20,982 Found index url https://pypi.org/simple 2022-03-16T13:48:21,097 Link requires a different Python (3.9.2 not in: '>=3.6, <3.7'): https://files.pythonhosted.org/packages/4a/a3/d1c5cd475f06908c65f1a5a1686808a8265830a9f7cc50bbcd4045369c06/navdreams-0.0.1.tar.gz#sha256=bd51936ca944056c027ec15a74ec00c3d638759e061f83def626b7e50e8499e6 (from https://pypi.org/simple/navdreams/) (requires-python:>=3.6, <3.7) 2022-03-16T13:48:21,098 Fetching project page and analyzing links: https://www.piwheels.org/simple/navdreams/ 2022-03-16T13:48:21,098 Getting page https://www.piwheels.org/simple/navdreams/ 2022-03-16T13:48:21,101 Found index url https://www.piwheels.org/simple 2022-03-16T13:48:21,323 Skipping link: not a file: https://www.piwheels.org/simple/navdreams/ 2022-03-16T13:48:21,324 Skipping link: not a file: https://pypi.org/simple/navdreams/ 2022-03-16T13:48:21,367 Given no hashes to check 0 links for project 'navdreams': discarding no candidates 2022-03-16T13:48:21,368 ERROR: Could not find a version that satisfies the requirement navdreams==0.0.1 (from versions: none) 2022-03-16T13:48:21,371 ERROR: No matching distribution found for navdreams==0.0.1 2022-03-16T13:48:21,373 Exception information: 2022-03-16T13:48:21,373 Traceback (most recent call last): 2022-03-16T13:48:21,373 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-03-16T13:48:21,373 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-03-16T13:48:21,373 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-03-16T13:48:21,373 raise RequirementsConflicted(criterion) 2022-03-16T13:48:21,373 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('navdreams==0.0.1') 2022-03-16T13:48:21,373 2022-03-16T13:48:21,373 During handling of the above exception, another exception occurred: 2022-03-16T13:48:21,373 2022-03-16T13:48:21,373 Traceback (most recent call last): 2022-03-16T13:48:21,373 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 94, in resolve 2022-03-16T13:48:21,373 result = self._result = resolver.resolve( 2022-03-16T13:48:21,373 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-03-16T13:48:21,373 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-03-16T13:48:21,373 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-03-16T13:48:21,373 raise ResolutionImpossible(e.criterion.information) 2022-03-16T13:48:21,373 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('navdreams==0.0.1'), parent=None)] 2022-03-16T13:48:21,373 2022-03-16T13:48:21,373 The above exception was the direct cause of the following exception: 2022-03-16T13:48:21,373 2022-03-16T13:48:21,373 Traceback (most recent call last): 2022-03-16T13:48:21,373 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-03-16T13:48:21,373 status = run_func(*args) 2022-03-16T13:48:21,373 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-03-16T13:48:21,373 return func(self, options, args) 2022-03-16T13:48:21,373 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-03-16T13:48:21,373 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-03-16T13:48:21,373 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-03-16T13:48:21,373 raise error from e 2022-03-16T13:48:21,373 pip._internal.exceptions.DistributionNotFound: No matching distribution found for navdreams==0.0.1 2022-03-16T13:48:21,381 Removed build tracker: '/tmp/pip-req-tracker-tj0s4zp5'