2023-07-11T12:50:07,199 Created temporary directory: /tmp/pip-build-tracker-rd0_27n3 2023-07-11T12:50:07,202 Initialized build tracking at /tmp/pip-build-tracker-rd0_27n3 2023-07-11T12:50:07,202 Created build tracker: /tmp/pip-build-tracker-rd0_27n3 2023-07-11T12:50:07,203 Entered build tracker: /tmp/pip-build-tracker-rd0_27n3 2023-07-11T12:50:07,204 Created temporary directory: /tmp/pip-wheel-373owxpw 2023-07-11T12:50:07,213 Created temporary directory: /tmp/pip-ephem-wheel-cache-ac6np2xs 2023-07-11T12:50:07,264 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-07-11T12:50:07,273 2 location(s) to search for versions of alphaclops-core: 2023-07-11T12:50:07,273 * https://pypi.org/simple/alphaclops-core/ 2023-07-11T12:50:07,273 * https://www.piwheels.org/simple/alphaclops-core/ 2023-07-11T12:50:07,274 Fetching project page and analyzing links: https://pypi.org/simple/alphaclops-core/ 2023-07-11T12:50:07,275 Getting page https://pypi.org/simple/alphaclops-core/ 2023-07-11T12:50:07,279 Found index url https://pypi.org/simple/ 2023-07-11T12:50:07,475 Fetched page https://pypi.org/simple/alphaclops-core/ as application/vnd.pypi.simple.v1+json 2023-07-11T12:50:07,479 Link requires a different Python (3.7.3 not in: '>=3.9.0'): https://files.pythonhosted.org/packages/53/f8/42affc130147da0f3a0fdf926a1499876ef61a2df4f3bdaf2846e015bfdd/alphaclops-core-1.2.0.dev0.tar.gz (from https://pypi.org/simple/alphaclops-core/) (requires-python:>=3.9.0) 2023-07-11T12:50:07,479 Skipping link: 1.2.0.dev0 Requires-Python >=3.9.0: https://files.pythonhosted.org/packages/53/f8/42affc130147da0f3a0fdf926a1499876ef61a2df4f3bdaf2846e015bfdd/alphaclops-core-1.2.0.dev0.tar.gz (from https://pypi.org/simple/alphaclops-core/) (requires-python:>=3.9.0) 2023-07-11T12:50:07,480 Skipping link: No binaries permitted for alphaclops-core: https://files.pythonhosted.org/packages/b3/1c/170c568ad6d64c378d3a46fa2488f498dbe3d8f7297481051167df45ad61/alphaclops_core-1.2.0.dev0-py3-none-any.whl (from https://pypi.org/simple/alphaclops-core/) (requires-python:>=3.9.0) 2023-07-11T12:50:07,481 Fetching project page and analyzing links: https://www.piwheels.org/simple/alphaclops-core/ 2023-07-11T12:50:07,481 Getting page https://www.piwheels.org/simple/alphaclops-core/ 2023-07-11T12:50:07,484 Found index url https://www.piwheels.org/simple/ 2023-07-11T12:50:07,689 Fetched page https://www.piwheels.org/simple/alphaclops-core/ as text/html 2023-07-11T12:50:07,691 Skipping link: not a file: https://www.piwheels.org/simple/alphaclops-core/ 2023-07-11T12:50:07,692 Skipping link: not a file: https://pypi.org/simple/alphaclops-core/ 2023-07-11T12:50:07,724 Given no hashes to check 0 links for project 'alphaclops-core': discarding no candidates 2023-07-11T12:50:07,725 ERROR: Ignored the following versions that require a different python version: 1.2.0.dev0 Requires-Python >=3.9.0 2023-07-11T12:50:07,728 ERROR: Could not find a version that satisfies the requirement alphaclops-core==1.2.0.dev0 (from versions: none) 2023-07-11T12:50:07,730 ERROR: No matching distribution found for alphaclops-core==1.2.0.dev0 2023-07-11T12:50:07,732 Exception information: 2023-07-11T12:50:07,732 Traceback (most recent call last): 2023-07-11T12:50:07,732 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-07-11T12:50:07,732 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-07-11T12:50:07,732 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-07-11T12:50:07,732 raise RequirementsConflicted(criterion) 2023-07-11T12:50:07,732 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('alphaclops-core==1.2.0.dev0') 2023-07-11T12:50:07,732 2023-07-11T12:50:07,732 During handling of the above exception, another exception occurred: 2023-07-11T12:50:07,732 2023-07-11T12:50:07,732 Traceback (most recent call last): 2023-07-11T12:50:07,732 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-07-11T12:50:07,732 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-07-11T12:50:07,732 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-07-11T12:50:07,732 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-07-11T12:50:07,732 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-07-11T12:50:07,732 raise ResolutionImpossible(e.criterion.information) 2023-07-11T12:50:07,732 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('alphaclops-core==1.2.0.dev0'), parent=None)] 2023-07-11T12:50:07,732 2023-07-11T12:50:07,732 The above exception was the direct cause of the following exception: 2023-07-11T12:50:07,732 2023-07-11T12:50:07,732 Traceback (most recent call last): 2023-07-11T12:50:07,732 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-07-11T12:50:07,732 status = run_func(*args) 2023-07-11T12:50:07,732 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-07-11T12:50:07,732 return func(self, options, args) 2023-07-11T12:50:07,732 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-07-11T12:50:07,732 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-07-11T12:50:07,732 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-07-11T12:50:07,732 raise error from e 2023-07-11T12:50:07,732 pip._internal.exceptions.DistributionNotFound: No matching distribution found for alphaclops-core==1.2.0.dev0 2023-07-11T12:50:07,740 Removed build tracker: '/tmp/pip-build-tracker-rd0_27n3'