2025-03-24T00:46:48,032 Disabling truststore because Python version isn't 3.10+ 2025-03-24T00:46:48,519 Created temporary directory: /tmp/pip-build-tracker-qdy4a8jl 2025-03-24T00:46:48,520 Initialized build tracking at /tmp/pip-build-tracker-qdy4a8jl 2025-03-24T00:46:48,520 Created build tracker: /tmp/pip-build-tracker-qdy4a8jl 2025-03-24T00:46:48,520 Entered build tracker: /tmp/pip-build-tracker-qdy4a8jl 2025-03-24T00:46:48,521 Created temporary directory: /tmp/pip-wheel-wdp1aw4u 2025-03-24T00:46:48,526 Created temporary directory: /tmp/pip-ephem-wheel-cache-_w1h1z54 2025-03-24T00:46:48,568 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-03-24T00:46:48,572 2 location(s) to search for versions of noopy-folio: 2025-03-24T00:46:48,572 * https://pypi.org/simple/noopy-folio/ 2025-03-24T00:46:48,572 * https://www.piwheels.org/simple/noopy-folio/ 2025-03-24T00:46:48,572 Fetching project page and analyzing links: https://pypi.org/simple/noopy-folio/ 2025-03-24T00:46:48,573 Getting page https://pypi.org/simple/noopy-folio/ 2025-03-24T00:46:48,574 Found index url https://pypi.org/simple/ 2025-03-24T00:46:48,594 Fetched page https://pypi.org/simple/noopy-folio/ as application/vnd.pypi.simple.v1+json 2025-03-24T00:46:48,595 Skipping link: No binaries permitted for noopy-folio: https://files.pythonhosted.org/packages/1e/b5/6ee9d42b0795a3a9855db231cd43562795c7c884de16f631788f37b741f8/noopy_folio-0.0.0-py3-none-any.whl (from https://pypi.org/simple/noopy-folio/) (requires-python:>=3.13) 2025-03-24T00:46:48,596 Link requires a different Python (3.9.2 not in: '>=3.13'): https://files.pythonhosted.org/packages/4a/0a/eeb37255de8fb5ebe9e53ac52ff3bba7612daea05f7e6dbaa7d6b6012d44/noopy_folio-0.0.0.tar.gz (from https://pypi.org/simple/noopy-folio/) (requires-python:>=3.13) 2025-03-24T00:46:48,596 Skipping link: 0.0.0 Requires-Python >=3.13: https://files.pythonhosted.org/packages/4a/0a/eeb37255de8fb5ebe9e53ac52ff3bba7612daea05f7e6dbaa7d6b6012d44/noopy_folio-0.0.0.tar.gz (from https://pypi.org/simple/noopy-folio/) (requires-python:>=3.13) 2025-03-24T00:46:48,597 Skipping link: No binaries permitted for noopy-folio: https://files.pythonhosted.org/packages/f5/39/4b1c4200b79f389811000f61baf324f1264f188a5e696737a76de75976d2/noopy_folio-0.0.1a0-py3-none-any.whl (from https://pypi.org/simple/noopy-folio/) (requires-python:>=3.13) 2025-03-24T00:46:48,597 Link requires a different Python (3.9.2 not in: '>=3.13'): https://files.pythonhosted.org/packages/3e/1c/88827f123f8dd14f007ff9add4153c72104cc370e6ee45d6a260ec0c4b90/noopy_folio-0.0.1a0.tar.gz (from https://pypi.org/simple/noopy-folio/) (requires-python:>=3.13) 2025-03-24T00:46:48,597 Skipping link: 0.0.1a0 Requires-Python >=3.13: https://files.pythonhosted.org/packages/3e/1c/88827f123f8dd14f007ff9add4153c72104cc370e6ee45d6a260ec0c4b90/noopy_folio-0.0.1a0.tar.gz (from https://pypi.org/simple/noopy-folio/) (requires-python:>=3.13) 2025-03-24T00:46:48,598 Fetching project page and analyzing links: https://www.piwheels.org/simple/noopy-folio/ 2025-03-24T00:46:48,598 Getting page https://www.piwheels.org/simple/noopy-folio/ 2025-03-24T00:46:48,599 Found index url https://www.piwheels.org/simple/ 2025-03-24T00:46:48,914 Fetched page https://www.piwheels.org/simple/noopy-folio/ as text/html 2025-03-24T00:46:48,915 Skipping link: not a file: https://www.piwheels.org/simple/noopy-folio/ 2025-03-24T00:46:48,915 Skipping link: not a file: https://pypi.org/simple/noopy-folio/ 2025-03-24T00:46:48,931 Given no hashes to check 0 links for project 'noopy-folio': discarding no candidates 2025-03-24T00:46:48,931 ERROR: Ignored the following versions that require a different python version: 0.0.0 Requires-Python >=3.13; 0.0.1a0 Requires-Python >=3.13 2025-03-24T00:46:48,933 ERROR: Could not find a version that satisfies the requirement noopy-folio==0.0.1a0 (from versions: none) 2025-03-24T00:46:48,934 ERROR: No matching distribution found for noopy-folio==0.0.1a0 2025-03-24T00:46:48,935 Exception information: 2025-03-24T00:46:48,935 Traceback (most recent call last): 2025-03-24T00:46:48,935 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2025-03-24T00:46:48,935 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-03-24T00:46:48,935 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2025-03-24T00:46:48,935 raise RequirementsConflicted(criterion) 2025-03-24T00:46:48,935 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('noopy-folio==0.0.1a0') 2025-03-24T00:46:48,935 2025-03-24T00:46:48,935 During handling of the above exception, another exception occurred: 2025-03-24T00:46:48,935 2025-03-24T00:46:48,935 Traceback (most recent call last): 2025-03-24T00:46:48,935 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2025-03-24T00:46:48,935 result = self._result = resolver.resolve( 2025-03-24T00:46:48,935 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2025-03-24T00:46:48,935 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-03-24T00:46:48,935 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2025-03-24T00:46:48,935 raise ResolutionImpossible(e.criterion.information) 2025-03-24T00:46:48,935 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('noopy-folio==0.0.1a0'), parent=None)] 2025-03-24T00:46:48,935 2025-03-24T00:46:48,935 The above exception was the direct cause of the following exception: 2025-03-24T00:46:48,935 2025-03-24T00:46:48,935 Traceback (most recent call last): 2025-03-24T00:46:48,935 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-03-24T00:46:48,935 status = _inner_run() 2025-03-24T00:46:48,935 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-03-24T00:46:48,935 return self.run(options, args) 2025-03-24T00:46:48,935 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2025-03-24T00:46:48,935 return func(self, options, args) 2025-03-24T00:46:48,935 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-03-24T00:46:48,935 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-03-24T00:46:48,935 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2025-03-24T00:46:48,935 raise error from e 2025-03-24T00:46:48,935 pip._internal.exceptions.DistributionNotFound: No matching distribution found for noopy-folio==0.0.1a0 2025-03-24T00:46:48,938 Removed build tracker: '/tmp/pip-build-tracker-qdy4a8jl'