2022-03-16T13:39:52,123 Created temporary directory: /tmp/pip-ephem-wheel-cache-zfg9h0nv 2022-03-16T13:39:52,129 Created temporary directory: /tmp/pip-req-tracker-6qzkjvcw 2022-03-16T13:39:52,130 Initialized build tracking at /tmp/pip-req-tracker-6qzkjvcw 2022-03-16T13:39:52,130 Created build tracker: /tmp/pip-req-tracker-6qzkjvcw 2022-03-16T13:39:52,131 Entered build tracker: /tmp/pip-req-tracker-6qzkjvcw 2022-03-16T13:39:52,132 Created temporary directory: /tmp/pip-wheel-8xlsqk9v 2022-03-16T13:39:52,199 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-03-16T13:39:52,207 2 location(s) to search for versions of navdreams: 2022-03-16T13:39:52,207 * https://pypi.org/simple/navdreams/ 2022-03-16T13:39:52,207 * https://www.piwheels.org/simple/navdreams/ 2022-03-16T13:39:52,208 Fetching project page and analyzing links: https://pypi.org/simple/navdreams/ 2022-03-16T13:39:52,210 Getting page https://pypi.org/simple/navdreams/ 2022-03-16T13:39:52,213 Found index url https://pypi.org/simple 2022-03-16T13:39:52,320 Link requires a different Python (3.7.3 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:39:52,321 Fetching project page and analyzing links: https://www.piwheels.org/simple/navdreams/ 2022-03-16T13:39:52,322 Getting page https://www.piwheels.org/simple/navdreams/ 2022-03-16T13:39:52,324 Found index url https://www.piwheels.org/simple 2022-03-16T13:39:52,557 Skipping link: not a file: https://www.piwheels.org/simple/navdreams/ 2022-03-16T13:39:52,558 Skipping link: not a file: https://pypi.org/simple/navdreams/ 2022-03-16T13:39:52,591 Given no hashes to check 0 links for project 'navdreams': discarding no candidates 2022-03-16T13:39:52,592 ERROR: Could not find a version that satisfies the requirement navdreams==0.0.1 (from versions: none) 2022-03-16T13:39:52,594 ERROR: No matching distribution found for navdreams==0.0.1 2022-03-16T13:39:52,596 Exception information: 2022-03-16T13:39:52,596 Traceback (most recent call last): 2022-03-16T13:39:52,596 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-03-16T13:39:52,596 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-03-16T13:39:52,596 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-03-16T13:39:52,596 raise RequirementsConflicted(criterion) 2022-03-16T13:39:52,596 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('navdreams==0.0.1') 2022-03-16T13:39:52,596 2022-03-16T13:39:52,596 During handling of the above exception, another exception occurred: 2022-03-16T13:39:52,596 2022-03-16T13:39:52,596 Traceback (most recent call last): 2022-03-16T13:39:52,596 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-03-16T13:39:52,596 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-03-16T13:39:52,596 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-03-16T13:39:52,596 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-03-16T13:39:52,596 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-03-16T13:39:52,596 raise ResolutionImpossible(e.criterion.information) 2022-03-16T13:39:52,596 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('navdreams==0.0.1'), parent=None)] 2022-03-16T13:39:52,596 2022-03-16T13:39:52,596 The above exception was the direct cause of the following exception: 2022-03-16T13:39:52,596 2022-03-16T13:39:52,596 Traceback (most recent call last): 2022-03-16T13:39:52,596 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-03-16T13:39:52,596 status = run_func(*args) 2022-03-16T13:39:52,596 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-03-16T13:39:52,596 return func(self, options, args) 2022-03-16T13:39:52,596 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-03-16T13:39:52,596 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-03-16T13:39:52,596 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-03-16T13:39:52,596 raise error from e 2022-03-16T13:39:52,596 pip._internal.exceptions.DistributionNotFound: No matching distribution found for navdreams==0.0.1 2022-03-16T13:39:52,605 Removed build tracker: '/tmp/pip-req-tracker-6qzkjvcw'