2025-09-09T18:13:58,202 Created temporary directory: /tmp/pip-build-tracker-5yvx1xc8 2025-09-09T18:13:58,202 Initialized build tracking at /tmp/pip-build-tracker-5yvx1xc8 2025-09-09T18:13:58,202 Created build tracker: /tmp/pip-build-tracker-5yvx1xc8 2025-09-09T18:13:58,203 Entered build tracker: /tmp/pip-build-tracker-5yvx1xc8 2025-09-09T18:13:58,203 Created temporary directory: /tmp/pip-wheel-zyo7w4gk 2025-09-09T18:13:58,206 Created temporary directory: /tmp/pip-ephem-wheel-cache-qiobxd9s 2025-09-09T18:13:58,265 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-09T18:13:58,267 2 location(s) to search for versions of convo-tt: 2025-09-09T18:13:58,267 * https://pypi.org/simple/convo-tt/ 2025-09-09T18:13:58,267 * https://www.piwheels.org/simple/convo-tt/ 2025-09-09T18:13:58,267 Fetching project page and analyzing links: https://pypi.org/simple/convo-tt/ 2025-09-09T18:13:58,267 Getting page https://pypi.org/simple/convo-tt/ 2025-09-09T18:13:58,269 Found index url https://pypi.org/simple/ 2025-09-09T18:13:58,340 Fetched page https://pypi.org/simple/convo-tt/ as application/vnd.pypi.simple.v1+json 2025-09-09T18:13:58,341 Skipping link: No binaries permitted for convo-tt: https://files.pythonhosted.org/packages/40/41/b2bb31cc4b22e1a8d6fbdffda4b1fc06a79f60a799c20bc213a786e9c0dd/convo_tt-1.0.0-py3-none-any.whl (from https://pypi.org/simple/convo-tt/) (requires-python:>=3.6,<3.9) 2025-09-09T18:13:58,342 Link requires a different Python (3.13.5 not in: '>=3.6,<3.9'): https://files.pythonhosted.org/packages/cf/a8/190f36059bc9659fb69fb5f4df39ca3b7f989dff4505cf436dd9d47d1478/convo_tt-1.0.0.tar.gz (from https://pypi.org/simple/convo-tt/) (requires-python:>=3.6,<3.9) 2025-09-09T18:13:58,343 Skipping link: 1.0.0 Requires-Python >=3.6,<3.9: https://files.pythonhosted.org/packages/cf/a8/190f36059bc9659fb69fb5f4df39ca3b7f989dff4505cf436dd9d47d1478/convo_tt-1.0.0.tar.gz (from https://pypi.org/simple/convo-tt/) (requires-python:>=3.6,<3.9) 2025-09-09T18:13:58,343 Skipping link: No binaries permitted for convo-tt: https://files.pythonhosted.org/packages/7a/71/3f0ab778e3e061523539c6c52d6f66023d5d935f0eedac25bc338b897744/convo_tt-2.0.0-py3-none-any.whl (from https://pypi.org/simple/convo-tt/) (requires-python:>=3.6,<3.9) 2025-09-09T18:13:58,343 Link requires a different Python (3.13.5 not in: '>=3.6,<3.9'): https://files.pythonhosted.org/packages/cd/58/e024bc388503d54fdba10b0d0a02705280bfd602d905c85f1d49ac154f42/convo_tt-2.0.0.tar.gz (from https://pypi.org/simple/convo-tt/) (requires-python:>=3.6,<3.9) 2025-09-09T18:13:58,343 Skipping link: 2.0.0 Requires-Python >=3.6,<3.9: https://files.pythonhosted.org/packages/cd/58/e024bc388503d54fdba10b0d0a02705280bfd602d905c85f1d49ac154f42/convo_tt-2.0.0.tar.gz (from https://pypi.org/simple/convo-tt/) (requires-python:>=3.6,<3.9) 2025-09-09T18:13:58,344 Fetching project page and analyzing links: https://www.piwheels.org/simple/convo-tt/ 2025-09-09T18:13:58,344 Getting page https://www.piwheels.org/simple/convo-tt/ 2025-09-09T18:13:58,345 Found index url https://www.piwheels.org/simple/ 2025-09-09T18:13:58,434 Fetched page https://www.piwheels.org/simple/convo-tt/ as text/html 2025-09-09T18:13:58,435 Skipping link: not a file: https://www.piwheels.org/simple/convo-tt/ 2025-09-09T18:13:58,435 Skipping link: not a file: https://pypi.org/simple/convo-tt/ 2025-09-09T18:13:58,461 Given no hashes to check 0 links for project 'convo-tt': discarding no candidates 2025-09-09T18:13:58,461 ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.6,<3.9; 2.0.0 Requires-Python >=3.6,<3.9 2025-09-09T18:13:58,462 ERROR: Could not find a version that satisfies the requirement convo-tt==2.0.0 (from versions: none) 2025-09-09T18:13:58,463 ERROR: No matching distribution found for convo-tt==2.0.0 2025-09-09T18:13:58,464 Exception information: 2025-09-09T18:13:58,464 Traceback (most recent call last): 2025-09-09T18:13:58,464 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-09T18:13:58,464 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-09T18:13:58,464 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-09T18:13:58,464 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-09T18:13:58,464 raise RequirementsConflicted(criterion) 2025-09-09T18:13:58,464 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('convo-tt==2.0.0') 2025-09-09T18:13:58,464 2025-09-09T18:13:58,464 The above exception was the direct cause of the following exception: 2025-09-09T18:13:58,464 2025-09-09T18:13:58,464 Traceback (most recent call last): 2025-09-09T18:13:58,464 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-09T18:13:58,464 result = self._result = resolver.resolve( 2025-09-09T18:13:58,464 ~~~~~~~~~~~~~~~~^ 2025-09-09T18:13:58,464 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-09T18:13:58,464 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-09T18:13:58,464 ) 2025-09-09T18:13:58,464 ^ 2025-09-09T18:13:58,464 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-09T18:13:58,464 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-09T18:13:58,464 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-09T18:13:58,464 raise ResolutionImpossible(e.criterion.information) from e 2025-09-09T18:13:58,464 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('convo-tt==2.0.0'), parent=None)] 2025-09-09T18:13:58,464 2025-09-09T18:13:58,464 The above exception was the direct cause of the following exception: 2025-09-09T18:13:58,464 2025-09-09T18:13:58,464 Traceback (most recent call last): 2025-09-09T18:13:58,464 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-09T18:13:58,464 status = _inner_run() 2025-09-09T18:13:58,464 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-09T18:13:58,464 return self.run(options, args) 2025-09-09T18:13:58,464 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-09T18:13:58,464 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-09T18:13:58,464 return func(self, options, args) 2025-09-09T18:13:58,464 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-09T18:13:58,464 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-09T18:13:58,464 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-09T18:13:58,464 raise error from e 2025-09-09T18:13:58,464 pip._internal.exceptions.DistributionNotFound: No matching distribution found for convo-tt==2.0.0 2025-09-09T18:13:58,474 Removed build tracker: '/tmp/pip-build-tracker-5yvx1xc8'