2022-07-14T14:17:08,822 Created temporary directory: /tmp/pip-ephem-wheel-cache-mty8cjv2 2022-07-14T14:17:08,827 Created temporary directory: /tmp/pip-build-tracker-s3gzyjeq 2022-07-14T14:17:08,828 Initialized build tracking at /tmp/pip-build-tracker-s3gzyjeq 2022-07-14T14:17:08,828 Created build tracker: /tmp/pip-build-tracker-s3gzyjeq 2022-07-14T14:17:08,829 Entered build tracker: /tmp/pip-build-tracker-s3gzyjeq 2022-07-14T14:17:08,830 Created temporary directory: /tmp/pip-wheel-bugje9s7 2022-07-14T14:17:08,900 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-07-14T14:17:08,908 2 location(s) to search for versions of mat-dp-core: 2022-07-14T14:17:08,908 * https://pypi.org/simple/mat-dp-core/ 2022-07-14T14:17:08,908 * https://www.piwheels.org/simple/mat-dp-core/ 2022-07-14T14:17:08,909 Fetching project page and analyzing links: https://pypi.org/simple/mat-dp-core/ 2022-07-14T14:17:08,910 Getting page https://pypi.org/simple/mat-dp-core/ 2022-07-14T14:17:08,913 Found index url https://pypi.org/simple 2022-07-14T14:17:09,098 Link requires a different Python (3.7.3 not in: '>=3.9,<3.10'): https://files.pythonhosted.org/packages/60/e2/de22839bd6b2921b427d02216d5171de34e4c2c140f6101a92f932e8a2fc/mat-dp-core-0.1.0.tar.gz#sha256=e59c6e8cb1076de28fc292e351396f56155d7de31d67383b79da98a250e3fb01 (from https://pypi.org/simple/mat-dp-core/) (requires-python:>=3.9,<3.10) 2022-07-14T14:17:09,099 Skipping link: 0.1.0 Requires-Python >=3.9,<3.10: https://files.pythonhosted.org/packages/60/e2/de22839bd6b2921b427d02216d5171de34e4c2c140f6101a92f932e8a2fc/mat-dp-core-0.1.0.tar.gz#sha256=e59c6e8cb1076de28fc292e351396f56155d7de31d67383b79da98a250e3fb01 (from https://pypi.org/simple/mat-dp-core/) (requires-python:>=3.9,<3.10) 2022-07-14T14:17:09,099 Skipping link: No binaries permitted for mat-dp-core: https://files.pythonhosted.org/packages/88/9d/af698fd54e8f583fca85bf065820694c7838206426e436aa676601ce70cc/mat_dp_core-0.1.0-py3-none-any.whl#sha256=528aadbab010bc28fdbdd42554d3ec4ca939c488283c2ff1ee27a955794f8a43 (from https://pypi.org/simple/mat-dp-core/) (requires-python:>=3.9,<3.10) 2022-07-14T14:17:09,100 Fetching project page and analyzing links: https://www.piwheels.org/simple/mat-dp-core/ 2022-07-14T14:17:09,101 Getting page https://www.piwheels.org/simple/mat-dp-core/ 2022-07-14T14:17:09,103 Found index url https://www.piwheels.org/simple 2022-07-14T14:17:09,506 Skipping link: not a file: https://www.piwheels.org/simple/mat-dp-core/ 2022-07-14T14:17:09,507 Skipping link: not a file: https://pypi.org/simple/mat-dp-core/ 2022-07-14T14:17:09,540 Given no hashes to check 0 links for project 'mat-dp-core': discarding no candidates 2022-07-14T14:17:09,541 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.9,<3.10 2022-07-14T14:17:09,547 ERROR: Could not find a version that satisfies the requirement mat-dp-core==0.1.0 (from versions: none) 2022-07-14T14:17:09,549 ERROR: No matching distribution found for mat-dp-core==0.1.0 2022-07-14T14:17:09,551 Exception information: 2022-07-14T14:17:09,551 Traceback (most recent call last): 2022-07-14T14:17:09,551 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-07-14T14:17:09,551 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-07-14T14:17:09,551 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-07-14T14:17:09,551 raise RequirementsConflicted(criterion) 2022-07-14T14:17:09,551 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mat-dp-core==0.1.0') 2022-07-14T14:17:09,551 2022-07-14T14:17:09,551 During handling of the above exception, another exception occurred: 2022-07-14T14:17:09,551 2022-07-14T14:17:09,551 Traceback (most recent call last): 2022-07-14T14:17:09,551 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-07-14T14:17:09,551 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-07-14T14:17:09,551 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-07-14T14:17:09,551 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-07-14T14:17:09,551 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-07-14T14:17:09,551 raise ResolutionImpossible(e.criterion.information) 2022-07-14T14:17:09,551 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mat-dp-core==0.1.0'), parent=None)] 2022-07-14T14:17:09,551 2022-07-14T14:17:09,551 The above exception was the direct cause of the following exception: 2022-07-14T14:17:09,551 2022-07-14T14:17:09,551 Traceback (most recent call last): 2022-07-14T14:17:09,551 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-07-14T14:17:09,551 status = run_func(*args) 2022-07-14T14:17:09,551 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-07-14T14:17:09,551 return func(self, options, args) 2022-07-14T14:17:09,551 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-07-14T14:17:09,551 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-07-14T14:17:09,551 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-07-14T14:17:09,551 raise error from e 2022-07-14T14:17:09,551 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mat-dp-core==0.1.0 2022-07-14T14:17:09,560 Removed build tracker: '/tmp/pip-build-tracker-s3gzyjeq'