2022-04-05T17:09:06,413 Created temporary directory: /tmp/pip-ephem-wheel-cache-53jvezaj 2022-04-05T17:09:06,419 Created temporary directory: /tmp/pip-req-tracker-s0_gpvcm 2022-04-05T17:09:06,419 Initialized build tracking at /tmp/pip-req-tracker-s0_gpvcm 2022-04-05T17:09:06,420 Created build tracker: /tmp/pip-req-tracker-s0_gpvcm 2022-04-05T17:09:06,420 Entered build tracker: /tmp/pip-req-tracker-s0_gpvcm 2022-04-05T17:09:06,421 Created temporary directory: /tmp/pip-wheel-7t4uvvbh 2022-04-05T17:09:06,484 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-04-05T17:09:06,498 2 location(s) to search for versions of naltorfs: 2022-04-05T17:09:06,498 * https://pypi.org/simple/naltorfs/ 2022-04-05T17:09:06,498 * https://www.piwheels.org/simple/naltorfs/ 2022-04-05T17:09:06,499 Fetching project page and analyzing links: https://pypi.org/simple/naltorfs/ 2022-04-05T17:09:06,500 Getting page https://pypi.org/simple/naltorfs/ 2022-04-05T17:09:06,504 Found index url https://pypi.org/simple 2022-04-05T17:09:06,613 Skipping link: No binaries permitted for naltorfs: https://files.pythonhosted.org/packages/39/00/a442840cf80c8dd167b550c42dcb7efc7716d8fb6045a3ea291a7b3d99a6/nAltORFS-0.1.0-py3-none-any.whl#sha256=e547e382895e81562158c75884e9fff5c5a0ad078da0f4c36786b2e29b2b78e0 (from https://pypi.org/simple/naltorfs/) (requires-python:>=3.8) 2022-04-05T17:09:06,615 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/24/48/ec265d7e587fc474e0d4fedb5a5d6894ce16db388b9d806b59eb2d85aebe/nAltORFS-0.1.0.tar.gz#sha256=05e50aec7c984da11df7671c3253e993ed5e79013ad0c1796909ef9bc29d0e42 (from https://pypi.org/simple/naltorfs/) (requires-python:>=3.8) 2022-04-05T17:09:06,615 Skipping link: No binaries permitted for naltorfs: https://files.pythonhosted.org/packages/d2/91/4066289b3d9a7abbd81fd0616a4692a1a83de6903d17c56def9484255f4c/nAltORFs-0.1.0-py3-none-any.whl#sha256=6c7fe3cf3d57a03ccff816925c0311492b7a82e7bb59e482af8660c4b20311ce (from https://pypi.org/simple/naltorfs/) (requires-python:>=3.8) 2022-04-05T17:09:06,616 Skipping link: No binaries permitted for naltorfs: https://files.pythonhosted.org/packages/71/65/caae6a65e3aff3dfe9b59e877caa824174de5f7c35d6b645cf84f7c7f8fc/nAltORFs-0.1.1-py3-none-any.whl#sha256=9cc6a23a7d5ad604485ca1b286702de29d2bacfe57ebdb852b7e897f52ef0d40 (from https://pypi.org/simple/naltorfs/) (requires-python:>=3.8) 2022-04-05T17:09:06,617 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/16/a9/cc2a603e2db7c3d6ad90cadfca2209c27b5d8c9b38fd612f73d0feda311b/nAltORFs-0.1.1.tar.gz#sha256=e9c490b62a221e3b79d4d07e819e77bca1375c9b24b4a3fca88a169be7d3f5af (from https://pypi.org/simple/naltorfs/) (requires-python:>=3.8) 2022-04-05T17:09:06,618 Fetching project page and analyzing links: https://www.piwheels.org/simple/naltorfs/ 2022-04-05T17:09:06,619 Getting page https://www.piwheels.org/simple/naltorfs/ 2022-04-05T17:09:06,621 Found index url https://www.piwheels.org/simple 2022-04-05T17:09:06,836 Skipping link: No binaries permitted for naltorfs: https://www.piwheels.org/simple/naltorfs/nAltORFS-0.1.0-py3-none-any.whl#sha256=b9503e053cff55615576a231a04ebed02b3d747873da7914282e62287d712282 (from https://www.piwheels.org/simple/naltorfs/) (requires-python:>=3.8) 2022-04-05T17:09:06,837 Skipping link: not a file: https://www.piwheels.org/simple/naltorfs/ 2022-04-05T17:09:06,837 Skipping link: not a file: https://pypi.org/simple/naltorfs/ 2022-04-05T17:09:06,870 Given no hashes to check 0 links for project 'naltorfs': discarding no candidates 2022-04-05T17:09:06,871 ERROR: Could not find a version that satisfies the requirement naltorfs==0.1.1 (from versions: none) 2022-04-05T17:09:06,874 ERROR: No matching distribution found for naltorfs==0.1.1 2022-04-05T17:09:06,876 Exception information: 2022-04-05T17:09:06,876 Traceback (most recent call last): 2022-04-05T17:09:06,876 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-04-05T17:09:06,876 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-04-05T17:09:06,876 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-04-05T17:09:06,876 raise RequirementsConflicted(criterion) 2022-04-05T17:09:06,876 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('naltorfs==0.1.1') 2022-04-05T17:09:06,876 2022-04-05T17:09:06,876 During handling of the above exception, another exception occurred: 2022-04-05T17:09:06,876 2022-04-05T17:09:06,876 Traceback (most recent call last): 2022-04-05T17:09:06,876 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-04-05T17:09:06,876 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-04-05T17:09:06,876 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-04-05T17:09:06,876 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-04-05T17:09:06,876 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-04-05T17:09:06,876 raise ResolutionImpossible(e.criterion.information) 2022-04-05T17:09:06,876 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('naltorfs==0.1.1'), parent=None)] 2022-04-05T17:09:06,876 2022-04-05T17:09:06,876 The above exception was the direct cause of the following exception: 2022-04-05T17:09:06,876 2022-04-05T17:09:06,876 Traceback (most recent call last): 2022-04-05T17:09:06,876 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-04-05T17:09:06,876 status = run_func(*args) 2022-04-05T17:09:06,876 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-04-05T17:09:06,876 return func(self, options, args) 2022-04-05T17:09:06,876 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-04-05T17:09:06,876 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-04-05T17:09:06,876 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-04-05T17:09:06,876 raise error from e 2022-04-05T17:09:06,876 pip._internal.exceptions.DistributionNotFound: No matching distribution found for naltorfs==0.1.1 2022-04-05T17:09:06,884 Removed build tracker: '/tmp/pip-req-tracker-s0_gpvcm'