2024-10-11T23:24:56,776 Disabling truststore because Python version isn't 3.10+ 2024-10-11T23:24:57,254 Created temporary directory: /tmp/pip-build-tracker-pencxbz_ 2024-10-11T23:24:57,254 Initialized build tracking at /tmp/pip-build-tracker-pencxbz_ 2024-10-11T23:24:57,255 Created build tracker: /tmp/pip-build-tracker-pencxbz_ 2024-10-11T23:24:57,255 Entered build tracker: /tmp/pip-build-tracker-pencxbz_ 2024-10-11T23:24:57,256 Created temporary directory: /tmp/pip-wheel-n4uvvdp6 2024-10-11T23:24:57,261 Created temporary directory: /tmp/pip-ephem-wheel-cache-dkai305u 2024-10-11T23:24:57,305 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-10-11T23:24:57,308 2 location(s) to search for versions of alexapy-test: 2024-10-11T23:24:57,308 * https://pypi.org/simple/alexapy-test/ 2024-10-11T23:24:57,308 * https://www.piwheels.org/simple/alexapy-test/ 2024-10-11T23:24:57,309 Fetching project page and analyzing links: https://pypi.org/simple/alexapy-test/ 2024-10-11T23:24:57,309 Getting page https://pypi.org/simple/alexapy-test/ 2024-10-11T23:24:57,311 Found index url https://pypi.org/simple/ 2024-10-11T23:24:57,411 Fetched page https://pypi.org/simple/alexapy-test/ as application/vnd.pypi.simple.v1+json 2024-10-11T23:24:57,412 Skipping link: No binaries permitted for alexapy-test: https://files.pythonhosted.org/packages/2d/26/b82c930c6f330c51f3bc82e74fa105cce9d19b28c5855ace56f08be4ff9f/AlexaPy_test-1.29.2-py3-none-any.whl (from https://pypi.org/simple/alexapy-test/) (requires-python:<4,>=3.11) 2024-10-11T23:24:57,413 Link requires a different Python (3.9.2 not in: '<4,>=3.11'): https://files.pythonhosted.org/packages/0b/a2/edb7f2f0bec5e93268bb8e8f668ce3bb03961f63c7729500aa8dcd280653/alexapy_test-1.29.2.tar.gz (from https://pypi.org/simple/alexapy-test/) (requires-python:<4,>=3.11) 2024-10-11T23:24:57,414 Skipping link: 1.29.2 Requires-Python <4,>=3.11: https://files.pythonhosted.org/packages/0b/a2/edb7f2f0bec5e93268bb8e8f668ce3bb03961f63c7729500aa8dcd280653/alexapy_test-1.29.2.tar.gz (from https://pypi.org/simple/alexapy-test/) (requires-python:<4,>=3.11) 2024-10-11T23:24:57,414 Skipping link: No binaries permitted for alexapy-test: https://files.pythonhosted.org/packages/74/25/39e33dce730fe0ae052462c5566cda17f30acb3802cce3224ad372c2181b/AlexaPy_test-1.29.6-py3-none-any.whl (from https://pypi.org/simple/alexapy-test/) (requires-python:<4,>=3.11) 2024-10-11T23:24:57,414 Link requires a different Python (3.9.2 not in: '<4,>=3.11'): https://files.pythonhosted.org/packages/c1/09/478cd567b9d48620354b5bad91675e92b0c2cc9611413acf6216188dbe84/alexapy_test-1.29.6.tar.gz (from https://pypi.org/simple/alexapy-test/) (requires-python:<4,>=3.11) 2024-10-11T23:24:57,415 Skipping link: 1.29.6 Requires-Python <4,>=3.11: https://files.pythonhosted.org/packages/c1/09/478cd567b9d48620354b5bad91675e92b0c2cc9611413acf6216188dbe84/alexapy_test-1.29.6.tar.gz (from https://pypi.org/simple/alexapy-test/) (requires-python:<4,>=3.11) 2024-10-11T23:24:57,415 Fetching project page and analyzing links: https://www.piwheels.org/simple/alexapy-test/ 2024-10-11T23:24:57,415 Getting page https://www.piwheels.org/simple/alexapy-test/ 2024-10-11T23:24:57,416 Found index url https://www.piwheels.org/simple/ 2024-10-11T23:24:57,465 Fetched page https://www.piwheels.org/simple/alexapy-test/ as text/html 2024-10-11T23:24:57,466 Skipping link: not a file: https://www.piwheels.org/simple/alexapy-test/ 2024-10-11T23:24:57,467 Skipping link: not a file: https://pypi.org/simple/alexapy-test/ 2024-10-11T23:24:57,483 Given no hashes to check 0 links for project 'alexapy-test': discarding no candidates 2024-10-11T23:24:57,483 ERROR: Ignored the following versions that require a different python version: 1.29.2 Requires-Python <4,>=3.11; 1.29.6 Requires-Python <4,>=3.11 2024-10-11T23:24:57,485 ERROR: Could not find a version that satisfies the requirement alexapy-test==1.29.2 (from versions: none) 2024-10-11T23:24:57,486 ERROR: No matching distribution found for alexapy-test==1.29.2 2024-10-11T23:24:57,486 Exception information: 2024-10-11T23:24:57,486 Traceback (most recent call last): 2024-10-11T23:24:57,486 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-10-11T23:24:57,486 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-10-11T23:24:57,486 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-10-11T23:24:57,486 raise RequirementsConflicted(criterion) 2024-10-11T23:24:57,486 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('alexapy-test==1.29.2') 2024-10-11T23:24:57,486 2024-10-11T23:24:57,486 During handling of the above exception, another exception occurred: 2024-10-11T23:24:57,486 2024-10-11T23:24:57,486 Traceback (most recent call last): 2024-10-11T23:24:57,486 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-10-11T23:24:57,486 result = self._result = resolver.resolve( 2024-10-11T23:24:57,486 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-10-11T23:24:57,486 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-10-11T23:24:57,486 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-10-11T23:24:57,486 raise ResolutionImpossible(e.criterion.information) 2024-10-11T23:24:57,486 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('alexapy-test==1.29.2'), parent=None)] 2024-10-11T23:24:57,486 2024-10-11T23:24:57,486 The above exception was the direct cause of the following exception: 2024-10-11T23:24:57,486 2024-10-11T23:24:57,486 Traceback (most recent call last): 2024-10-11T23:24:57,486 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2024-10-11T23:24:57,486 status = _inner_run() 2024-10-11T23:24:57,486 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2024-10-11T23:24:57,486 return self.run(options, args) 2024-10-11T23:24:57,486 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2024-10-11T23:24:57,486 return func(self, options, args) 2024-10-11T23:24:57,486 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-10-11T23:24:57,486 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-10-11T23:24:57,486 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-10-11T23:24:57,486 raise error from e 2024-10-11T23:24:57,486 pip._internal.exceptions.DistributionNotFound: No matching distribution found for alexapy-test==1.29.2 2024-10-11T23:24:57,490 Removed build tracker: '/tmp/pip-build-tracker-pencxbz_'