2022-04-12T10:39:11,944 Created temporary directory: /tmp/pip-ephem-wheel-cache-bchzzhzs 2022-04-12T10:39:11,950 Created temporary directory: /tmp/pip-req-tracker-qy00f7bc 2022-04-12T10:39:11,950 Initialized build tracking at /tmp/pip-req-tracker-qy00f7bc 2022-04-12T10:39:11,951 Created build tracker: /tmp/pip-req-tracker-qy00f7bc 2022-04-12T10:39:11,951 Entered build tracker: /tmp/pip-req-tracker-qy00f7bc 2022-04-12T10:39:11,952 Created temporary directory: /tmp/pip-wheel-8njqs936 2022-04-12T10:39:12,022 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-04-12T10:39:12,031 2 location(s) to search for versions of sebastes: 2022-04-12T10:39:12,031 * https://pypi.org/simple/sebastes/ 2022-04-12T10:39:12,031 * https://www.piwheels.org/simple/sebastes/ 2022-04-12T10:39:12,032 Fetching project page and analyzing links: https://pypi.org/simple/sebastes/ 2022-04-12T10:39:12,033 Getting page https://pypi.org/simple/sebastes/ 2022-04-12T10:39:12,037 Found index url https://pypi.org/simple 2022-04-12T10:39:12,148 Skipping link: No binaries permitted for sebastes: https://files.pythonhosted.org/packages/53/61/3403801873866a37594c3f421981ff7e8143592357e97a9e410624fb2b68/sebastes-0.0.1-py3-none-any.whl#sha256=05eb18641fc97860c9a1b47cb88faa06ba9d154cd128165a7e454170b32e5116 (from https://pypi.org/simple/sebastes/) (requires-python:>=3.9) 2022-04-12T10:39:12,150 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/52/81/6e70c2d786167149b660d6d80e537a170b1a3810a5e33a25f7de0ed13249/sebastes-0.0.1.tar.gz#sha256=1f55856a58f02ea11d5d575e136bfe7956414624428e82c2fa181c59b5a45c32 (from https://pypi.org/simple/sebastes/) (requires-python:>=3.9) 2022-04-12T10:39:12,151 Skipping link: No binaries permitted for sebastes: https://files.pythonhosted.org/packages/ff/a1/22c46e29b71c05bde71f242f985a7aeba89b9a23abbb023bd632cd9745b6/sebastes-0.1.0-py3-none-any.whl#sha256=7f6aee6f7da2a4dc2bda99f60cdb51d38cc51d25755725c60f63a44ddeb9f70e (from https://pypi.org/simple/sebastes/) (requires-python:>=3.9) 2022-04-12T10:39:12,152 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/0e/0e/08e43679a5e0185ccd252a8f01008db9edb6e88d76ed6e188daaf0ee9024/sebastes-0.1.0.tar.gz#sha256=a67b99b6f3202a551c243831f865de5372019570355ad5adfbee7c46a1342dc1 (from https://pypi.org/simple/sebastes/) (requires-python:>=3.9) 2022-04-12T10:39:12,153 Fetching project page and analyzing links: https://www.piwheels.org/simple/sebastes/ 2022-04-12T10:39:12,154 Getting page https://www.piwheels.org/simple/sebastes/ 2022-04-12T10:39:12,156 Found index url https://www.piwheels.org/simple 2022-04-12T10:39:12,367 Skipping link: not a file: https://www.piwheels.org/simple/sebastes/ 2022-04-12T10:39:12,367 Skipping link: not a file: https://pypi.org/simple/sebastes/ 2022-04-12T10:39:12,400 Given no hashes to check 0 links for project 'sebastes': discarding no candidates 2022-04-12T10:39:12,401 ERROR: Could not find a version that satisfies the requirement sebastes==0.1.0 (from versions: none) 2022-04-12T10:39:12,404 ERROR: No matching distribution found for sebastes==0.1.0 2022-04-12T10:39:12,406 Exception information: 2022-04-12T10:39:12,406 Traceback (most recent call last): 2022-04-12T10:39:12,406 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-04-12T10:39:12,406 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-04-12T10:39:12,406 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-04-12T10:39:12,406 raise RequirementsConflicted(criterion) 2022-04-12T10:39:12,406 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sebastes==0.1.0') 2022-04-12T10:39:12,406 2022-04-12T10:39:12,406 During handling of the above exception, another exception occurred: 2022-04-12T10:39:12,406 2022-04-12T10:39:12,406 Traceback (most recent call last): 2022-04-12T10:39:12,406 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-04-12T10:39:12,406 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-04-12T10:39:12,406 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-04-12T10:39:12,406 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-04-12T10:39:12,406 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-04-12T10:39:12,406 raise ResolutionImpossible(e.criterion.information) 2022-04-12T10:39:12,406 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sebastes==0.1.0'), parent=None)] 2022-04-12T10:39:12,406 2022-04-12T10:39:12,406 The above exception was the direct cause of the following exception: 2022-04-12T10:39:12,406 2022-04-12T10:39:12,406 Traceback (most recent call last): 2022-04-12T10:39:12,406 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-04-12T10:39:12,406 status = run_func(*args) 2022-04-12T10:39:12,406 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-04-12T10:39:12,406 return func(self, options, args) 2022-04-12T10:39:12,406 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-04-12T10:39:12,406 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-04-12T10:39:12,406 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-04-12T10:39:12,406 raise error from e 2022-04-12T10:39:12,406 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sebastes==0.1.0 2022-04-12T10:39:12,415 Removed build tracker: '/tmp/pip-req-tracker-qy00f7bc'