2026-02-27T02:16:58,810 Created temporary directory: /tmp/pip-build-tracker-by1hdf5q 2026-02-27T02:16:58,811 Initialized build tracking at /tmp/pip-build-tracker-by1hdf5q 2026-02-27T02:16:58,811 Created build tracker: /tmp/pip-build-tracker-by1hdf5q 2026-02-27T02:16:58,811 Entered build tracker: /tmp/pip-build-tracker-by1hdf5q 2026-02-27T02:16:58,811 Created temporary directory: /tmp/pip-wheel-zg_wxk7y 2026-02-27T02:16:58,814 Created temporary directory: /tmp/pip-ephem-wheel-cache-9j4xgisx 2026-02-27T02:16:58,880 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2026-02-27T02:16:58,883 2 location(s) to search for versions of gri-ell: 2026-02-27T02:16:58,883 * https://pypi.org/simple/gri-ell/ 2026-02-27T02:16:58,883 * https://www.piwheels.org/simple/gri-ell/ 2026-02-27T02:16:58,883 Fetching project page and analyzing links: https://pypi.org/simple/gri-ell/ 2026-02-27T02:16:58,883 Getting page https://pypi.org/simple/gri-ell/ 2026-02-27T02:16:58,885 Found index url https://pypi.org/simple/ 2026-02-27T02:16:58,954 Fetched page https://pypi.org/simple/gri-ell/ as application/vnd.pypi.simple.v1+json 2026-02-27T02:16:58,955 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-27T02:16:58,956 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-27T02:16:58,956 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-27T02:16:58,956 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-27T02:16:58,957 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-27T02:16:58,957 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-27T02:16:58,957 Fetching project page and analyzing links: https://www.piwheels.org/simple/gri-ell/ 2026-02-27T02:16:58,957 Getting page https://www.piwheels.org/simple/gri-ell/ 2026-02-27T02:16:58,958 Found index url https://www.piwheels.org/simple/ 2026-02-27T02:16:59,055 Fetched page https://www.piwheels.org/simple/gri-ell/ as text/html 2026-02-27T02:16:59,056 Skipping link: not a file: https://www.piwheels.org/simple/gri-ell/ 2026-02-27T02:16:59,056 Skipping link: not a file: https://pypi.org/simple/gri-ell/ 2026-02-27T02:16:59,080 Given no hashes to check 0 links for project 'gri-ell': discarding no candidates 2026-02-27T02:16:59,081 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-27T02:16:59,082 ERROR: Could not find a version that satisfies the requirement gri-ell==0.2.0.post1 (from versions: none) 2026-02-27T02:16:59,083 ERROR: No matching distribution found for gri-ell==0.2.0.post1 2026-02-27T02:16:59,084 Exception information: 2026-02-27T02:16:59,084 Traceback (most recent call last): 2026-02-27T02:16:59,084 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2026-02-27T02:16:59,084 self._add_to_criteria(self.state.criteria, r, parent=None) 2026-02-27T02:16:59,084 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-27T02:16:59,084 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2026-02-27T02:16:59,084 raise RequirementsConflicted(criterion) 2026-02-27T02:16:59,084 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('gri-ell==0.2.0.post1') 2026-02-27T02:16:59,084 2026-02-27T02:16:59,084 The above exception was the direct cause of the following exception: 2026-02-27T02:16:59,084 2026-02-27T02:16:59,084 Traceback (most recent call last): 2026-02-27T02:16:59,084 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2026-02-27T02:16:59,084 result = self._result = resolver.resolve( 2026-02-27T02:16:59,084 ~~~~~~~~~~~~~~~~^ 2026-02-27T02:16:59,084 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2026-02-27T02:16:59,084 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-27T02:16:59,084 ) 2026-02-27T02:16:59,084 ^ 2026-02-27T02:16:59,084 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2026-02-27T02:16:59,084 state = resolution.resolve(requirements, max_rounds=max_rounds) 2026-02-27T02:16:59,084 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2026-02-27T02:16:59,084 raise ResolutionImpossible(e.criterion.information) from e 2026-02-27T02:16:59,084 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('gri-ell==0.2.0.post1'), parent=None)] 2026-02-27T02:16:59,084 2026-02-27T02:16:59,084 The above exception was the direct cause of the following exception: 2026-02-27T02:16:59,084 2026-02-27T02:16:59,084 Traceback (most recent call last): 2026-02-27T02:16:59,084 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2026-02-27T02:16:59,084 status = _inner_run() 2026-02-27T02:16:59,084 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2026-02-27T02:16:59,084 return self.run(options, args) 2026-02-27T02:16:59,084 ~~~~~~~~^^^^^^^^^^^^^^^ 2026-02-27T02:16:59,084 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2026-02-27T02:16:59,084 return func(self, options, args) 2026-02-27T02:16:59,084 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2026-02-27T02:16:59,084 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2026-02-27T02:16:59,084 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2026-02-27T02:16:59,084 raise error from e 2026-02-27T02:16:59,084 pip._internal.exceptions.DistributionNotFound: No matching distribution found for gri-ell==0.2.0.post1 2026-02-27T02:16:59,094 Removed build tracker: '/tmp/pip-build-tracker-by1hdf5q'