2026-02-27T00:03:45,305 Created temporary directory: /tmp/pip-build-tracker-rk8la1k1 2026-02-27T00:03:45,306 Initialized build tracking at /tmp/pip-build-tracker-rk8la1k1 2026-02-27T00:03:45,306 Created build tracker: /tmp/pip-build-tracker-rk8la1k1 2026-02-27T00:03:45,306 Entered build tracker: /tmp/pip-build-tracker-rk8la1k1 2026-02-27T00:03:45,306 Created temporary directory: /tmp/pip-wheel-e09z379e 2026-02-27T00:03:45,309 Created temporary directory: /tmp/pip-ephem-wheel-cache-fvtnu6nc 2026-02-27T00:03:45,369 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2026-02-27T00:03:45,371 2 location(s) to search for versions of gri-ell: 2026-02-27T00:03:45,371 * https://pypi.org/simple/gri-ell/ 2026-02-27T00:03:45,371 * https://www.piwheels.org/simple/gri-ell/ 2026-02-27T00:03:45,372 Fetching project page and analyzing links: https://pypi.org/simple/gri-ell/ 2026-02-27T00:03:45,372 Getting page https://pypi.org/simple/gri-ell/ 2026-02-27T00:03:45,373 Found index url https://pypi.org/simple/ 2026-02-27T00:03:45,441 Fetched page https://pypi.org/simple/gri-ell/ as application/vnd.pypi.simple.v1+json 2026-02-27T00:03:45,442 Skipping link: No binaries permitted for gri-ell: https://files.pythonhosted.org/packages/87/4f/d4c18917c5c73400ad21b1f8c79b24b13f6d762fcc1382b06a6aa588023b/gri_ell-0.2.0-py3-none-any.whl (from https://pypi.org/simple/gri-ell/) (requires-python:>=3.14) 2026-02-27T00:03:45,443 Link requires a different Python (3.13.5 not in: '>=3.14'): https://files.pythonhosted.org/packages/d2/bf/a1259807caf2b6e21e4e145bfac55f95203705e4a77a3a12a0c33a8d6d24/gri_ell-0.2.0.tar.gz (from https://pypi.org/simple/gri-ell/) (requires-python:>=3.14) 2026-02-27T00:03:45,443 Skipping link: 0.2.0 Requires-Python >=3.14: https://files.pythonhosted.org/packages/d2/bf/a1259807caf2b6e21e4e145bfac55f95203705e4a77a3a12a0c33a8d6d24/gri_ell-0.2.0.tar.gz (from https://pypi.org/simple/gri-ell/) (requires-python:>=3.14) 2026-02-27T00:03:45,443 Skipping link: No binaries permitted for gri-ell: https://files.pythonhosted.org/packages/68/cc/c66689e67afe2dbb358e0499df852bfed29a65c6d5269c8c2b3877245253/gri_ell-0.2.0.post1-py3-none-any.whl (from https://pypi.org/simple/gri-ell/) (requires-python:>=3.14) 2026-02-27T00:03:45,444 Link requires a different Python (3.13.5 not in: '>=3.14'): https://files.pythonhosted.org/packages/5f/b7/eeca73e40dbaf5c56e8cb6ccaa3b626c93e13a9083884e680dd795586186/gri_ell-0.2.0.post1.tar.gz (from https://pypi.org/simple/gri-ell/) (requires-python:>=3.14) 2026-02-27T00:03:45,444 Skipping link: 0.2.0.post1 Requires-Python >=3.14: https://files.pythonhosted.org/packages/5f/b7/eeca73e40dbaf5c56e8cb6ccaa3b626c93e13a9083884e680dd795586186/gri_ell-0.2.0.post1.tar.gz (from https://pypi.org/simple/gri-ell/) (requires-python:>=3.14) 2026-02-27T00:03:45,444 Fetching project page and analyzing links: https://www.piwheels.org/simple/gri-ell/ 2026-02-27T00:03:45,444 Getting page https://www.piwheels.org/simple/gri-ell/ 2026-02-27T00:03:45,445 Found index url https://www.piwheels.org/simple/ 2026-02-27T00:03:45,538 Fetched page https://www.piwheels.org/simple/gri-ell/ as text/html 2026-02-27T00:03:45,539 Skipping link: not a file: https://www.piwheels.org/simple/gri-ell/ 2026-02-27T00:03:45,539 Skipping link: not a file: https://pypi.org/simple/gri-ell/ 2026-02-27T00:03:45,561 Given no hashes to check 0 links for project 'gri-ell': discarding no candidates 2026-02-27T00:03:45,562 ERROR: Ignored the following versions that require a different python version: 0.2.0 Requires-Python >=3.14; 0.2.0.post1 Requires-Python >=3.14 2026-02-27T00:03:45,563 ERROR: Could not find a version that satisfies the requirement gri-ell==0.2.0 (from versions: none) 2026-02-27T00:03:45,564 ERROR: No matching distribution found for gri-ell==0.2.0 2026-02-27T00:03:45,565 Exception information: 2026-02-27T00:03:45,565 Traceback (most recent call last): 2026-02-27T00:03:45,565 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2026-02-27T00:03:45,565 self._add_to_criteria(self.state.criteria, r, parent=None) 2026-02-27T00:03:45,565 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-27T00:03:45,565 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2026-02-27T00:03:45,565 raise RequirementsConflicted(criterion) 2026-02-27T00:03:45,565 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('gri-ell==0.2.0') 2026-02-27T00:03:45,565 2026-02-27T00:03:45,565 The above exception was the direct cause of the following exception: 2026-02-27T00:03:45,565 2026-02-27T00:03:45,565 Traceback (most recent call last): 2026-02-27T00:03:45,565 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2026-02-27T00:03:45,565 result = self._result = resolver.resolve( 2026-02-27T00:03:45,565 ~~~~~~~~~~~~~~~~^ 2026-02-27T00:03:45,565 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2026-02-27T00:03:45,565 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-27T00:03:45,565 ) 2026-02-27T00:03:45,565 ^ 2026-02-27T00:03:45,565 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2026-02-27T00:03:45,565 state = resolution.resolve(requirements, max_rounds=max_rounds) 2026-02-27T00:03:45,565 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2026-02-27T00:03:45,565 raise ResolutionImpossible(e.criterion.information) from e 2026-02-27T00:03:45,565 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('gri-ell==0.2.0'), parent=None)] 2026-02-27T00:03:45,565 2026-02-27T00:03:45,565 The above exception was the direct cause of the following exception: 2026-02-27T00:03:45,565 2026-02-27T00:03:45,565 Traceback (most recent call last): 2026-02-27T00:03:45,565 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2026-02-27T00:03:45,565 status = _inner_run() 2026-02-27T00:03:45,565 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2026-02-27T00:03:45,565 return self.run(options, args) 2026-02-27T00:03:45,565 ~~~~~~~~^^^^^^^^^^^^^^^ 2026-02-27T00:03:45,565 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2026-02-27T00:03:45,565 return func(self, options, args) 2026-02-27T00:03:45,565 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2026-02-27T00:03:45,565 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2026-02-27T00:03:45,565 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2026-02-27T00:03:45,565 raise error from e 2026-02-27T00:03:45,565 pip._internal.exceptions.DistributionNotFound: No matching distribution found for gri-ell==0.2.0 2026-02-27T00:03:45,576 Removed build tracker: '/tmp/pip-build-tracker-rk8la1k1'