2024-11-16T01:19:38,874 Disabling truststore because Python version isn't 3.10+ 2024-11-16T01:19:39,430 Created temporary directory: /tmp/pip-build-tracker-qtfrvup2 2024-11-16T01:19:39,431 Initialized build tracking at /tmp/pip-build-tracker-qtfrvup2 2024-11-16T01:19:39,432 Created build tracker: /tmp/pip-build-tracker-qtfrvup2 2024-11-16T01:19:39,432 Entered build tracker: /tmp/pip-build-tracker-qtfrvup2 2024-11-16T01:19:39,433 Created temporary directory: /tmp/pip-wheel-2q7zptkg 2024-11-16T01:19:39,441 Created temporary directory: /tmp/pip-ephem-wheel-cache-oc_nxlfl 2024-11-16T01:19:39,517 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-11-16T01:19:39,521 2 location(s) to search for versions of stapi-fastapi: 2024-11-16T01:19:39,521 * https://pypi.org/simple/stapi-fastapi/ 2024-11-16T01:19:39,521 * https://www.piwheels.org/simple/stapi-fastapi/ 2024-11-16T01:19:39,521 Fetching project page and analyzing links: https://pypi.org/simple/stapi-fastapi/ 2024-11-16T01:19:39,522 Getting page https://pypi.org/simple/stapi-fastapi/ 2024-11-16T01:19:39,524 Found index url https://pypi.org/simple/ 2024-11-16T01:19:39,547 Fetched page https://pypi.org/simple/stapi-fastapi/ as application/vnd.pypi.simple.v1+json 2024-11-16T01:19:39,548 Skipping link: No binaries permitted for stapi-fastapi: https://files.pythonhosted.org/packages/cd/0a/d1fca83c0d4263963c8747da413c742172a1b72e331e9c99f5e596a77b50/stapi_fastapi-0.1.0a0-py3-none-any.whl (from https://pypi.org/simple/stapi-fastapi/) (requires-python:==3.12.*) 2024-11-16T01:19:39,549 Link requires a different Python (3.9.2 not in: '==3.12.*'): https://files.pythonhosted.org/packages/02/9b/bfd105b19316b00e0c6254eb5b05fa0d08f465f3055d6540308aae42c5d3/stapi_fastapi-0.1.0a0.tar.gz (from https://pypi.org/simple/stapi-fastapi/) (requires-python:==3.12.*) 2024-11-16T01:19:39,549 Skipping link: 0.1.0a0 Requires-Python ==3.12.*: https://files.pythonhosted.org/packages/02/9b/bfd105b19316b00e0c6254eb5b05fa0d08f465f3055d6540308aae42c5d3/stapi_fastapi-0.1.0a0.tar.gz (from https://pypi.org/simple/stapi-fastapi/) (requires-python:==3.12.*) 2024-11-16T01:19:39,549 Skipping link: No binaries permitted for stapi-fastapi: https://files.pythonhosted.org/packages/69/a8/b01e09cf059812ba8b5b9df127ccc9f7b9b96641d0447d679751eb819214/stapi_fastapi-0.1.0-py3-none-any.whl (from https://pypi.org/simple/stapi-fastapi/) (requires-python:==3.12.*) 2024-11-16T01:19:39,550 Link requires a different Python (3.9.2 not in: '==3.12.*'): https://files.pythonhosted.org/packages/a7/eb/7e88fee9b2300a40217ced953bd0a9380bc2da23d1b9925930e92fca7032/stapi_fastapi-0.1.0.tar.gz (from https://pypi.org/simple/stapi-fastapi/) (requires-python:==3.12.*) 2024-11-16T01:19:39,550 Skipping link: 0.1.0 Requires-Python ==3.12.*: https://files.pythonhosted.org/packages/a7/eb/7e88fee9b2300a40217ced953bd0a9380bc2da23d1b9925930e92fca7032/stapi_fastapi-0.1.0.tar.gz (from https://pypi.org/simple/stapi-fastapi/) (requires-python:==3.12.*) 2024-11-16T01:19:39,550 Fetching project page and analyzing links: https://www.piwheels.org/simple/stapi-fastapi/ 2024-11-16T01:19:39,551 Getting page https://www.piwheels.org/simple/stapi-fastapi/ 2024-11-16T01:19:39,552 Found index url https://www.piwheels.org/simple/ 2024-11-16T01:19:39,600 Fetched page https://www.piwheels.org/simple/stapi-fastapi/ as text/html 2024-11-16T01:19:39,601 Skipping link: not a file: https://www.piwheels.org/simple/stapi-fastapi/ 2024-11-16T01:19:39,601 Skipping link: not a file: https://pypi.org/simple/stapi-fastapi/ 2024-11-16T01:19:39,617 Given no hashes to check 0 links for project 'stapi-fastapi': discarding no candidates 2024-11-16T01:19:39,617 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python ==3.12.*; 0.1.0a0 Requires-Python ==3.12.* 2024-11-16T01:19:39,619 ERROR: Could not find a version that satisfies the requirement stapi-fastapi==0.1.0 (from versions: none) 2024-11-16T01:19:39,620 ERROR: No matching distribution found for stapi-fastapi==0.1.0 2024-11-16T01:19:39,621 Exception information: 2024-11-16T01:19:39,621 Traceback (most recent call last): 2024-11-16T01:19:39,621 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-11-16T01:19:39,621 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-11-16T01:19:39,621 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-11-16T01:19:39,621 raise RequirementsConflicted(criterion) 2024-11-16T01:19:39,621 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('stapi-fastapi==0.1.0') 2024-11-16T01:19:39,621 2024-11-16T01:19:39,621 During handling of the above exception, another exception occurred: 2024-11-16T01:19:39,621 2024-11-16T01:19:39,621 Traceback (most recent call last): 2024-11-16T01:19:39,621 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-11-16T01:19:39,621 result = self._result = resolver.resolve( 2024-11-16T01:19:39,621 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-11-16T01:19:39,621 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-11-16T01:19:39,621 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-11-16T01:19:39,621 raise ResolutionImpossible(e.criterion.information) 2024-11-16T01:19:39,621 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('stapi-fastapi==0.1.0'), parent=None)] 2024-11-16T01:19:39,621 2024-11-16T01:19:39,621 The above exception was the direct cause of the following exception: 2024-11-16T01:19:39,621 2024-11-16T01:19:39,621 Traceback (most recent call last): 2024-11-16T01:19:39,621 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2024-11-16T01:19:39,621 status = _inner_run() 2024-11-16T01:19:39,621 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2024-11-16T01:19:39,621 return self.run(options, args) 2024-11-16T01:19:39,621 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2024-11-16T01:19:39,621 return func(self, options, args) 2024-11-16T01:19:39,621 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-11-16T01:19:39,621 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-11-16T01:19:39,621 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-11-16T01:19:39,621 raise error from e 2024-11-16T01:19:39,621 pip._internal.exceptions.DistributionNotFound: No matching distribution found for stapi-fastapi==0.1.0 2024-11-16T01:19:39,625 Removed build tracker: '/tmp/pip-build-tracker-qtfrvup2'