2022-06-01T01:48:24,216 Created temporary directory: /tmp/pip-ephem-wheel-cache-17fb_hpw 2022-06-01T01:48:24,221 Created temporary directory: /tmp/pip-build-tracker-yk82ndcx 2022-06-01T01:48:24,222 Initialized build tracking at /tmp/pip-build-tracker-yk82ndcx 2022-06-01T01:48:24,223 Created build tracker: /tmp/pip-build-tracker-yk82ndcx 2022-06-01T01:48:24,223 Entered build tracker: /tmp/pip-build-tracker-yk82ndcx 2022-06-01T01:48:24,224 Created temporary directory: /tmp/pip-wheel-6h2njjrg 2022-06-01T01:48:24,288 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-06-01T01:48:24,297 2 location(s) to search for versions of dlds-discrete-2022: 2022-06-01T01:48:24,297 * https://pypi.org/simple/dlds-discrete-2022/ 2022-06-01T01:48:24,297 * https://www.piwheels.org/simple/dlds-discrete-2022/ 2022-06-01T01:48:24,298 Fetching project page and analyzing links: https://pypi.org/simple/dlds-discrete-2022/ 2022-06-01T01:48:24,299 Getting page https://pypi.org/simple/dlds-discrete-2022/ 2022-06-01T01:48:24,302 Found index url https://pypi.org/simple 2022-06-01T01:48:24,406 Skipping link: No binaries permitted for dlds-discrete-2022: https://files.pythonhosted.org/packages/7a/1d/4ee2ac1e863339aacbee087c88736063303c85583be8250bf239d7c9d8e2/dLDS_discrete_2022-0.1.1-py3-none-any.whl#sha256=dc5c2012f485bda3603896b29c568ed1d280026f38d3ed76555d933726c6d355 (from https://pypi.org/simple/dlds-discrete-2022/) (requires-python:>=3.8) 2022-06-01T01:48:24,408 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/c7/f6/a7a95968911fb7ef31428a7b0e4ebb91c6a28cd40e4649650761a8914fc9/dLDS_discrete_2022-0.1.1.tar.gz#sha256=896e3eb42d421409ad22fbe17e7279c1268e2706cbce7a4670224fe1f49a0bf4 (from https://pypi.org/simple/dlds-discrete-2022/) (requires-python:>=3.8) 2022-06-01T01:48:24,409 Skipping link: 0.1.1 Requires-Python >=3.8: https://files.pythonhosted.org/packages/c7/f6/a7a95968911fb7ef31428a7b0e4ebb91c6a28cd40e4649650761a8914fc9/dLDS_discrete_2022-0.1.1.tar.gz#sha256=896e3eb42d421409ad22fbe17e7279c1268e2706cbce7a4670224fe1f49a0bf4 (from https://pypi.org/simple/dlds-discrete-2022/) (requires-python:>=3.8) 2022-06-01T01:48:24,409 Fetching project page and analyzing links: https://www.piwheels.org/simple/dlds-discrete-2022/ 2022-06-01T01:48:24,410 Getting page https://www.piwheels.org/simple/dlds-discrete-2022/ 2022-06-01T01:48:24,412 Found index url https://www.piwheels.org/simple 2022-06-01T01:48:24,636 Skipping link: not a file: https://www.piwheels.org/simple/dlds-discrete-2022/ 2022-06-01T01:48:24,637 Skipping link: not a file: https://pypi.org/simple/dlds-discrete-2022/ 2022-06-01T01:48:24,670 Given no hashes to check 0 links for project 'dlds-discrete-2022': discarding no candidates 2022-06-01T01:48:24,671 ERROR: Ignored the following versions that require a different python version: 0.1.1 Requires-Python >=3.8 2022-06-01T01:48:24,674 ERROR: Could not find a version that satisfies the requirement dlds-discrete-2022==0.1.1 (from versions: none) 2022-06-01T01:48:24,676 ERROR: No matching distribution found for dlds-discrete-2022==0.1.1 2022-06-01T01:48:24,678 Exception information: 2022-06-01T01:48:24,678 Traceback (most recent call last): 2022-06-01T01:48:24,678 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-06-01T01:48:24,678 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-06-01T01:48:24,678 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-06-01T01:48:24,678 raise RequirementsConflicted(criterion) 2022-06-01T01:48:24,678 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('dlds-discrete-2022==0.1.1') 2022-06-01T01:48:24,678 2022-06-01T01:48:24,678 During handling of the above exception, another exception occurred: 2022-06-01T01:48:24,678 2022-06-01T01:48:24,678 Traceback (most recent call last): 2022-06-01T01:48:24,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-06-01T01:48:24,678 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-06-01T01:48:24,678 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-06-01T01:48:24,678 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-06-01T01:48:24,678 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-06-01T01:48:24,678 raise ResolutionImpossible(e.criterion.information) 2022-06-01T01:48:24,678 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('dlds-discrete-2022==0.1.1'), parent=None)] 2022-06-01T01:48:24,678 2022-06-01T01:48:24,678 The above exception was the direct cause of the following exception: 2022-06-01T01:48:24,678 2022-06-01T01:48:24,678 Traceback (most recent call last): 2022-06-01T01:48:24,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-06-01T01:48:24,678 status = run_func(*args) 2022-06-01T01:48:24,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-06-01T01:48:24,678 return func(self, options, args) 2022-06-01T01:48:24,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-06-01T01:48:24,678 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-06-01T01:48:24,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-06-01T01:48:24,678 raise error from e 2022-06-01T01:48:24,678 pip._internal.exceptions.DistributionNotFound: No matching distribution found for dlds-discrete-2022==0.1.1 2022-06-01T01:48:24,686 Removed build tracker: '/tmp/pip-build-tracker-yk82ndcx'