2025-09-10T13:11:34,827 Created temporary directory: /tmp/pip-build-tracker-ufz6ey47 2025-09-10T13:11:34,828 Initialized build tracking at /tmp/pip-build-tracker-ufz6ey47 2025-09-10T13:11:34,828 Created build tracker: /tmp/pip-build-tracker-ufz6ey47 2025-09-10T13:11:34,828 Entered build tracker: /tmp/pip-build-tracker-ufz6ey47 2025-09-10T13:11:34,828 Created temporary directory: /tmp/pip-wheel-zjnr729f 2025-09-10T13:11:34,831 Created temporary directory: /tmp/pip-ephem-wheel-cache-0omyc_qy 2025-09-10T13:11:34,889 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-10T13:11:34,891 2 location(s) to search for versions of ytr: 2025-09-10T13:11:34,891 * https://pypi.org/simple/ytr/ 2025-09-10T13:11:34,891 * https://www.piwheels.org/simple/ytr/ 2025-09-10T13:11:34,891 Fetching project page and analyzing links: https://pypi.org/simple/ytr/ 2025-09-10T13:11:34,892 Getting page https://pypi.org/simple/ytr/ 2025-09-10T13:11:34,893 Found index url https://pypi.org/simple/ 2025-09-10T13:11:35,100 Fetched page https://pypi.org/simple/ytr/ as application/vnd.pypi.simple.v1+json 2025-09-10T13:11:35,102 Skipping link: No binaries permitted for ytr: https://files.pythonhosted.org/packages/6b/50/f6e3cfea63540c8bea9a77238acb3a6facce39b733367766f5525c12146f/ytr-0.0.1-py3-none-any.whl (from https://pypi.org/simple/ytr/) (requires-python:>=3.10,<3.11) 2025-09-10T13:11:35,103 Link requires a different Python (3.13.5 not in: '>=3.10,<3.11'): https://files.pythonhosted.org/packages/81/91/49efd63110e21d546900ecb3707c46a73065951cb5d397dcd1a5936a94a3/ytr-0.0.1.tar.gz (from https://pypi.org/simple/ytr/) (requires-python:>=3.10,<3.11) 2025-09-10T13:11:35,104 Skipping link: 0.0.1 Requires-Python >=3.10,<3.11: https://files.pythonhosted.org/packages/81/91/49efd63110e21d546900ecb3707c46a73065951cb5d397dcd1a5936a94a3/ytr-0.0.1.tar.gz (from https://pypi.org/simple/ytr/) (requires-python:>=3.10,<3.11) 2025-09-10T13:11:35,104 Fetching project page and analyzing links: https://www.piwheels.org/simple/ytr/ 2025-09-10T13:11:35,105 Getting page https://www.piwheels.org/simple/ytr/ 2025-09-10T13:11:35,106 Found index url https://www.piwheels.org/simple/ 2025-09-10T13:11:35,215 Fetched page https://www.piwheels.org/simple/ytr/ as text/html 2025-09-10T13:11:35,216 Skipping link: not a file: https://www.piwheels.org/simple/ytr/ 2025-09-10T13:11:35,216 Skipping link: not a file: https://pypi.org/simple/ytr/ 2025-09-10T13:11:35,237 Given no hashes to check 0 links for project 'ytr': discarding no candidates 2025-09-10T13:11:35,238 ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.10,<3.11 2025-09-10T13:11:35,239 ERROR: Could not find a version that satisfies the requirement ytr==0.0.1 (from versions: none) 2025-09-10T13:11:35,240 ERROR: No matching distribution found for ytr==0.0.1 2025-09-10T13:11:35,241 Exception information: 2025-09-10T13:11:35,241 Traceback (most recent call last): 2025-09-10T13:11:35,241 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-10T13:11:35,241 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-10T13:11:35,241 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-10T13:11:35,241 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-10T13:11:35,241 raise RequirementsConflicted(criterion) 2025-09-10T13:11:35,241 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ytr==0.0.1') 2025-09-10T13:11:35,241 2025-09-10T13:11:35,241 The above exception was the direct cause of the following exception: 2025-09-10T13:11:35,241 2025-09-10T13:11:35,241 Traceback (most recent call last): 2025-09-10T13:11:35,241 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-10T13:11:35,241 result = self._result = resolver.resolve( 2025-09-10T13:11:35,241 ~~~~~~~~~~~~~~~~^ 2025-09-10T13:11:35,241 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-10T13:11:35,241 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-10T13:11:35,241 ) 2025-09-10T13:11:35,241 ^ 2025-09-10T13:11:35,241 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-10T13:11:35,241 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-10T13:11:35,241 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-10T13:11:35,241 raise ResolutionImpossible(e.criterion.information) from e 2025-09-10T13:11:35,241 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ytr==0.0.1'), parent=None)] 2025-09-10T13:11:35,241 2025-09-10T13:11:35,241 The above exception was the direct cause of the following exception: 2025-09-10T13:11:35,241 2025-09-10T13:11:35,241 Traceback (most recent call last): 2025-09-10T13:11:35,241 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-10T13:11:35,241 status = _inner_run() 2025-09-10T13:11:35,241 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-10T13:11:35,241 return self.run(options, args) 2025-09-10T13:11:35,241 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-10T13:11:35,241 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-10T13:11:35,241 return func(self, options, args) 2025-09-10T13:11:35,241 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-10T13:11:35,241 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-10T13:11:35,241 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-10T13:11:35,241 raise error from e 2025-09-10T13:11:35,241 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ytr==0.0.1 2025-09-10T13:11:35,250 Removed build tracker: '/tmp/pip-build-tracker-ufz6ey47'