2022-03-05T17:38:28,342 Created temporary directory: /tmp/pip-ephem-wheel-cache-2e3oks2_ 2022-03-05T17:38:28,348 Created temporary directory: /tmp/pip-req-tracker-034blqa5 2022-03-05T17:38:28,348 Initialized build tracking at /tmp/pip-req-tracker-034blqa5 2022-03-05T17:38:28,349 Created build tracker: /tmp/pip-req-tracker-034blqa5 2022-03-05T17:38:28,349 Entered build tracker: /tmp/pip-req-tracker-034blqa5 2022-03-05T17:38:28,350 Created temporary directory: /tmp/pip-wheel-q3eave9o 2022-03-05T17:38:28,418 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-03-05T17:38:28,427 2 location(s) to search for versions of napr: 2022-03-05T17:38:28,427 * https://pypi.org/simple/napr/ 2022-03-05T17:38:28,427 * https://www.piwheels.org/simple/napr/ 2022-03-05T17:38:28,428 Fetching project page and analyzing links: https://pypi.org/simple/napr/ 2022-03-05T17:38:28,429 Getting page https://pypi.org/simple/napr/ 2022-03-05T17:38:28,433 Found index url https://pypi.org/simple 2022-03-05T17:38:28,549 Skipping link: No binaries permitted for napr: https://files.pythonhosted.org/packages/f0/e3/8ed0a8ed2fab97cb4457dab5e6b62b516b828c309d694b95ff90616cf162/napr-0.1.3-py3-none-any.whl#sha256=cd8e2a2e816d55954498deea2fdbecb3b3760acb0897075d411524983026f846 (from https://pypi.org/simple/napr/) (requires-python:>=3.9,<4.0) 2022-03-05T17:38:28,551 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/18/1e/2fbde8b495b4c88356ec01fadcfd4cf477ecd87bab3ff9d808a8c12cc383/napr-0.1.3.tar.gz#sha256=5ae2b57a2766c67ad574647da23ddf688bc7fd0d2035de921a30ed320b5d571d (from https://pypi.org/simple/napr/) (requires-python:>=3.9,<4.0) 2022-03-05T17:38:28,551 Fetching project page and analyzing links: https://www.piwheels.org/simple/napr/ 2022-03-05T17:38:28,552 Getting page https://www.piwheels.org/simple/napr/ 2022-03-05T17:38:28,554 Found index url https://www.piwheels.org/simple 2022-03-05T17:38:28,784 Skipping link: not a file: https://www.piwheels.org/simple/napr/ 2022-03-05T17:38:28,785 Skipping link: not a file: https://pypi.org/simple/napr/ 2022-03-05T17:38:28,817 Given no hashes to check 0 links for project 'napr': discarding no candidates 2022-03-05T17:38:28,818 ERROR: Could not find a version that satisfies the requirement napr==0.1.3 (from versions: none) 2022-03-05T17:38:28,821 ERROR: No matching distribution found for napr==0.1.3 2022-03-05T17:38:28,823 Exception information: 2022-03-05T17:38:28,823 Traceback (most recent call last): 2022-03-05T17:38:28,823 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-03-05T17:38:28,823 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-03-05T17:38:28,823 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-03-05T17:38:28,823 raise RequirementsConflicted(criterion) 2022-03-05T17:38:28,823 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('napr==0.1.3') 2022-03-05T17:38:28,823 2022-03-05T17:38:28,823 During handling of the above exception, another exception occurred: 2022-03-05T17:38:28,823 2022-03-05T17:38:28,823 Traceback (most recent call last): 2022-03-05T17:38:28,823 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-03-05T17:38:28,823 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-03-05T17:38:28,823 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-03-05T17:38:28,823 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-03-05T17:38:28,823 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-03-05T17:38:28,823 raise ResolutionImpossible(e.criterion.information) 2022-03-05T17:38:28,823 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('napr==0.1.3'), parent=None)] 2022-03-05T17:38:28,823 2022-03-05T17:38:28,823 The above exception was the direct cause of the following exception: 2022-03-05T17:38:28,823 2022-03-05T17:38:28,823 Traceback (most recent call last): 2022-03-05T17:38:28,823 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-03-05T17:38:28,823 status = run_func(*args) 2022-03-05T17:38:28,823 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-03-05T17:38:28,823 return func(self, options, args) 2022-03-05T17:38:28,823 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-03-05T17:38:28,823 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-03-05T17:38:28,823 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-03-05T17:38:28,823 raise error from e 2022-03-05T17:38:28,823 pip._internal.exceptions.DistributionNotFound: No matching distribution found for napr==0.1.3 2022-03-05T17:38:28,832 Removed build tracker: '/tmp/pip-req-tracker-034blqa5'