2023-07-17T19:28:57,267 Created temporary directory: /tmp/pip-build-tracker-3iy76mqz 2023-07-17T19:28:57,270 Initialized build tracking at /tmp/pip-build-tracker-3iy76mqz 2023-07-17T19:28:57,271 Created build tracker: /tmp/pip-build-tracker-3iy76mqz 2023-07-17T19:28:57,271 Entered build tracker: /tmp/pip-build-tracker-3iy76mqz 2023-07-17T19:28:57,272 Created temporary directory: /tmp/pip-wheel-v3s3hq4g 2023-07-17T19:28:57,281 Created temporary directory: /tmp/pip-ephem-wheel-cache-19ejq1vq 2023-07-17T19:28:57,338 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-07-17T19:28:57,346 2 location(s) to search for versions of spmp: 2023-07-17T19:28:57,346 * https://pypi.org/simple/spmp/ 2023-07-17T19:28:57,346 * https://www.piwheels.org/simple/spmp/ 2023-07-17T19:28:57,347 Fetching project page and analyzing links: https://pypi.org/simple/spmp/ 2023-07-17T19:28:57,348 Getting page https://pypi.org/simple/spmp/ 2023-07-17T19:28:57,353 Found index url https://pypi.org/simple/ 2023-07-17T19:28:57,543 Fetched page https://pypi.org/simple/spmp/ as application/vnd.pypi.simple.v1+json 2023-07-17T19:28:57,546 Skipping link: No binaries permitted for spmp: https://files.pythonhosted.org/packages/37/53/938f9fa7b36de154d304fdee8d90c8a0335304d5eb1456acb5d0210b40bf/spmp-0.1.4-py3-none-any.whl (from https://pypi.org/simple/spmp/) (requires-python:>=3.8) 2023-07-17T19:28:57,548 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/57/9a/507eaf35dbed2d4db32053d1ea25574cda9417ed7e307aa11ec682ffd304/spmp-0.1.4.tar.gz (from https://pypi.org/simple/spmp/) (requires-python:>=3.8) 2023-07-17T19:28:57,548 Skipping link: 0.1.4 Requires-Python >=3.8: https://files.pythonhosted.org/packages/57/9a/507eaf35dbed2d4db32053d1ea25574cda9417ed7e307aa11ec682ffd304/spmp-0.1.4.tar.gz (from https://pypi.org/simple/spmp/) (requires-python:>=3.8) 2023-07-17T19:28:57,549 Skipping link: No binaries permitted for spmp: https://files.pythonhosted.org/packages/ea/cb/7520ffbf25260eaeb4937d34d6153547375b356de05f3f806120cb9f3322/spmp-0.2.0-py3-none-any.whl (from https://pypi.org/simple/spmp/) (requires-python:>=3.8) 2023-07-17T19:28:57,550 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/a1/da/0ffeb97fac8eba1f037f92d4bb19aa6198737d6d7b3d8173040b59dfb067/spmp-0.2.0.tar.gz (from https://pypi.org/simple/spmp/) (requires-python:>=3.8) 2023-07-17T19:28:57,550 Skipping link: 0.2.0 Requires-Python >=3.8: https://files.pythonhosted.org/packages/a1/da/0ffeb97fac8eba1f037f92d4bb19aa6198737d6d7b3d8173040b59dfb067/spmp-0.2.0.tar.gz (from https://pypi.org/simple/spmp/) (requires-python:>=3.8) 2023-07-17T19:28:57,551 Fetching project page and analyzing links: https://www.piwheels.org/simple/spmp/ 2023-07-17T19:28:57,552 Getting page https://www.piwheels.org/simple/spmp/ 2023-07-17T19:28:57,554 Found index url https://www.piwheels.org/simple/ 2023-07-17T19:28:57,761 Fetched page https://www.piwheels.org/simple/spmp/ as text/html 2023-07-17T19:28:57,764 Skipping link: No binaries permitted for spmp: https://www.piwheels.org/simple/spmp/spmp-0.1.4-py3-none-any.whl#sha256=57f6d2b255c07f31bae9c2dadd00c1f1888834ea60aab7f51d47bdc603911d31 (from https://www.piwheels.org/simple/spmp/) (requires-python:>=3.8) 2023-07-17T19:28:57,765 Skipping link: not a file: https://www.piwheels.org/simple/spmp/ 2023-07-17T19:28:57,766 Skipping link: not a file: https://pypi.org/simple/spmp/ 2023-07-17T19:28:57,797 Given no hashes to check 0 links for project 'spmp': discarding no candidates 2023-07-17T19:28:57,798 ERROR: Ignored the following versions that require a different python version: 0.1.4 Requires-Python >=3.8; 0.2.0 Requires-Python >=3.8 2023-07-17T19:28:57,801 ERROR: Could not find a version that satisfies the requirement spmp==0.2.0 (from versions: none) 2023-07-17T19:28:57,803 ERROR: No matching distribution found for spmp==0.2.0 2023-07-17T19:28:57,805 Exception information: 2023-07-17T19:28:57,805 Traceback (most recent call last): 2023-07-17T19:28:57,805 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-07-17T19:28:57,805 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-07-17T19:28:57,805 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-07-17T19:28:57,805 raise RequirementsConflicted(criterion) 2023-07-17T19:28:57,805 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('spmp==0.2.0') 2023-07-17T19:28:57,805 2023-07-17T19:28:57,805 During handling of the above exception, another exception occurred: 2023-07-17T19:28:57,805 2023-07-17T19:28:57,805 Traceback (most recent call last): 2023-07-17T19:28:57,805 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-07-17T19:28:57,805 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-07-17T19:28:57,805 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-07-17T19:28:57,805 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-07-17T19:28:57,805 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-07-17T19:28:57,805 raise ResolutionImpossible(e.criterion.information) 2023-07-17T19:28:57,805 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('spmp==0.2.0'), parent=None)] 2023-07-17T19:28:57,805 2023-07-17T19:28:57,805 The above exception was the direct cause of the following exception: 2023-07-17T19:28:57,805 2023-07-17T19:28:57,805 Traceback (most recent call last): 2023-07-17T19:28:57,805 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-07-17T19:28:57,805 status = run_func(*args) 2023-07-17T19:28:57,805 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-07-17T19:28:57,805 return func(self, options, args) 2023-07-17T19:28:57,805 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-07-17T19:28:57,805 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-07-17T19:28:57,805 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-07-17T19:28:57,805 raise error from e 2023-07-17T19:28:57,805 pip._internal.exceptions.DistributionNotFound: No matching distribution found for spmp==0.2.0 2023-07-17T19:28:57,814 Removed build tracker: '/tmp/pip-build-tracker-3iy76mqz'