2025-09-10T16:09:31,148 Created temporary directory: /tmp/pip-build-tracker-mn__ptjc 2025-09-10T16:09:31,149 Initialized build tracking at /tmp/pip-build-tracker-mn__ptjc 2025-09-10T16:09:31,149 Created build tracker: /tmp/pip-build-tracker-mn__ptjc 2025-09-10T16:09:31,149 Entered build tracker: /tmp/pip-build-tracker-mn__ptjc 2025-09-10T16:09:31,149 Created temporary directory: /tmp/pip-wheel-_mbdzfv1 2025-09-10T16:09:31,152 Created temporary directory: /tmp/pip-ephem-wheel-cache-61ztsnaf 2025-09-10T16:09:31,209 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-10T16:09:31,212 2 location(s) to search for versions of nextup: 2025-09-10T16:09:31,212 * https://pypi.org/simple/nextup/ 2025-09-10T16:09:31,212 * https://www.piwheels.org/simple/nextup/ 2025-09-10T16:09:31,212 Fetching project page and analyzing links: https://pypi.org/simple/nextup/ 2025-09-10T16:09:31,212 Getting page https://pypi.org/simple/nextup/ 2025-09-10T16:09:31,213 Found index url https://pypi.org/simple/ 2025-09-10T16:09:31,421 Fetched page https://pypi.org/simple/nextup/ as application/vnd.pypi.simple.v1+json 2025-09-10T16:09:31,423 Skipping link: No binaries permitted for nextup: https://files.pythonhosted.org/packages/3b/73/ed76d820c6840bfb15ba23abc35ed07513a6c9a203b790f72c61b99dc73e/nextup-0.1.0-py3-none-any.whl (from https://pypi.org/simple/nextup/) (requires-python:>=3.10,<3.11) 2025-09-10T16:09:31,425 Link requires a different Python (3.13.5 not in: '>=3.10,<3.11'): https://files.pythonhosted.org/packages/8c/ed/430856a0faa5f1d2ae8cda30568ebc8c209bba65c43c915ccb05cf164c46/nextup-0.1.0.tar.gz (from https://pypi.org/simple/nextup/) (requires-python:>=3.10,<3.11) 2025-09-10T16:09:31,425 Skipping link: 0.1.0 Requires-Python >=3.10,<3.11: https://files.pythonhosted.org/packages/8c/ed/430856a0faa5f1d2ae8cda30568ebc8c209bba65c43c915ccb05cf164c46/nextup-0.1.0.tar.gz (from https://pypi.org/simple/nextup/) (requires-python:>=3.10,<3.11) 2025-09-10T16:09:31,425 Fetching project page and analyzing links: https://www.piwheels.org/simple/nextup/ 2025-09-10T16:09:31,426 Getting page https://www.piwheels.org/simple/nextup/ 2025-09-10T16:09:31,427 Found index url https://www.piwheels.org/simple/ 2025-09-10T16:09:31,529 Fetched page https://www.piwheels.org/simple/nextup/ as text/html 2025-09-10T16:09:31,530 Skipping link: not a file: https://www.piwheels.org/simple/nextup/ 2025-09-10T16:09:31,530 Skipping link: not a file: https://pypi.org/simple/nextup/ 2025-09-10T16:09:31,564 Given no hashes to check 0 links for project 'nextup': discarding no candidates 2025-09-10T16:09:31,564 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.10,<3.11 2025-09-10T16:09:31,566 ERROR: Could not find a version that satisfies the requirement nextup==0.1.0 (from versions: none) 2025-09-10T16:09:31,566 ERROR: No matching distribution found for nextup==0.1.0 2025-09-10T16:09:31,567 Exception information: 2025-09-10T16:09:31,567 Traceback (most recent call last): 2025-09-10T16:09:31,567 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-10T16:09:31,567 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-10T16:09:31,567 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-10T16:09:31,567 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-10T16:09:31,567 raise RequirementsConflicted(criterion) 2025-09-10T16:09:31,567 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('nextup==0.1.0') 2025-09-10T16:09:31,567 2025-09-10T16:09:31,567 The above exception was the direct cause of the following exception: 2025-09-10T16:09:31,567 2025-09-10T16:09:31,567 Traceback (most recent call last): 2025-09-10T16:09:31,567 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-10T16:09:31,567 result = self._result = resolver.resolve( 2025-09-10T16:09:31,567 ~~~~~~~~~~~~~~~~^ 2025-09-10T16:09:31,567 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-10T16:09:31,567 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-10T16:09:31,567 ) 2025-09-10T16:09:31,567 ^ 2025-09-10T16:09:31,567 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-10T16:09:31,567 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-10T16:09:31,567 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-10T16:09:31,567 raise ResolutionImpossible(e.criterion.information) from e 2025-09-10T16:09:31,567 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('nextup==0.1.0'), parent=None)] 2025-09-10T16:09:31,567 2025-09-10T16:09:31,567 The above exception was the direct cause of the following exception: 2025-09-10T16:09:31,567 2025-09-10T16:09:31,567 Traceback (most recent call last): 2025-09-10T16:09:31,567 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-10T16:09:31,567 status = _inner_run() 2025-09-10T16:09:31,567 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-10T16:09:31,567 return self.run(options, args) 2025-09-10T16:09:31,567 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-10T16:09:31,567 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-10T16:09:31,567 return func(self, options, args) 2025-09-10T16:09:31,567 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-10T16:09:31,567 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-10T16:09:31,567 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-10T16:09:31,567 raise error from e 2025-09-10T16:09:31,567 pip._internal.exceptions.DistributionNotFound: No matching distribution found for nextup==0.1.0 2025-09-10T16:09:31,576 Removed build tracker: '/tmp/pip-build-tracker-mn__ptjc'