2025-01-04T15:44:22,135 Created temporary directory: /tmp/pip-build-tracker-z2dvjwh2 2025-01-04T15:44:22,136 Initialized build tracking at /tmp/pip-build-tracker-z2dvjwh2 2025-01-04T15:44:22,137 Created build tracker: /tmp/pip-build-tracker-z2dvjwh2 2025-01-04T15:44:22,137 Entered build tracker: /tmp/pip-build-tracker-z2dvjwh2 2025-01-04T15:44:22,138 Created temporary directory: /tmp/pip-wheel-e_t2mnzc 2025-01-04T15:44:22,142 Created temporary directory: /tmp/pip-ephem-wheel-cache-ntnr1zbn 2025-01-04T15:44:22,186 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-01-04T15:44:22,189 2 location(s) to search for versions of night-sky-pi: 2025-01-04T15:44:22,189 * https://pypi.org/simple/night-sky-pi/ 2025-01-04T15:44:22,189 * https://www.piwheels.org/simple/night-sky-pi/ 2025-01-04T15:44:22,190 Fetching project page and analyzing links: https://pypi.org/simple/night-sky-pi/ 2025-01-04T15:44:22,190 Getting page https://pypi.org/simple/night-sky-pi/ 2025-01-04T15:44:22,192 Found index url https://pypi.org/simple/ 2025-01-04T15:44:22,411 Fetched page https://pypi.org/simple/night-sky-pi/ as application/vnd.pypi.simple.v1+json 2025-01-04T15:44:22,413 Skipping link: No binaries permitted for night-sky-pi: https://files.pythonhosted.org/packages/d0/45/65c19b3cd509cd3dd44d1b4e49567cbdcd6c319891a484090765ca1559c5/night_sky_pi-2.0.0-py3-none-any.whl (from https://pypi.org/simple/night-sky-pi/) (requires-python:<4.0,>=3.12) 2025-01-04T15:44:22,414 Link requires a different Python (3.11.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/19/7c/853cc18afdac4d1d45559a17707fd6a3acdee0d62cc0e65adcd338ff5e3b/night_sky_pi-2.0.0.tar.gz (from https://pypi.org/simple/night-sky-pi/) (requires-python:<4.0,>=3.12) 2025-01-04T15:44:22,415 Skipping link: 2.0.0 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/19/7c/853cc18afdac4d1d45559a17707fd6a3acdee0d62cc0e65adcd338ff5e3b/night_sky_pi-2.0.0.tar.gz (from https://pypi.org/simple/night-sky-pi/) (requires-python:<4.0,>=3.12) 2025-01-04T15:44:22,415 Skipping link: No binaries permitted for night-sky-pi: https://files.pythonhosted.org/packages/4b/5b/fa0edc2742a4fbf9c20420934383e211d79341e69ea58fd275482d977b1a/night_sky_pi-2.0.1-py3-none-any.whl (from https://pypi.org/simple/night-sky-pi/) (requires-python:<4.0,>=3.12) 2025-01-04T15:44:22,416 Link requires a different Python (3.11.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/f2/43/91eab780f8bfdb78bf1642ebb4c57c436ea274cef5a7e5fb7959e70ac2db/night_sky_pi-2.0.1.tar.gz (from https://pypi.org/simple/night-sky-pi/) (requires-python:<4.0,>=3.12) 2025-01-04T15:44:22,417 Skipping link: 2.0.1 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/f2/43/91eab780f8bfdb78bf1642ebb4c57c436ea274cef5a7e5fb7959e70ac2db/night_sky_pi-2.0.1.tar.gz (from https://pypi.org/simple/night-sky-pi/) (requires-python:<4.0,>=3.12) 2025-01-04T15:44:22,418 Fetching project page and analyzing links: https://www.piwheels.org/simple/night-sky-pi/ 2025-01-04T15:44:22,419 Getting page https://www.piwheels.org/simple/night-sky-pi/ 2025-01-04T15:44:22,420 Found index url https://www.piwheels.org/simple/ 2025-01-04T15:44:22,589 Fetched page https://www.piwheels.org/simple/night-sky-pi/ as text/html 2025-01-04T15:44:22,590 Skipping link: not a file: https://www.piwheels.org/simple/night-sky-pi/ 2025-01-04T15:44:22,591 Skipping link: not a file: https://pypi.org/simple/night-sky-pi/ 2025-01-04T15:44:22,609 Given no hashes to check 0 links for project 'night-sky-pi': discarding no candidates 2025-01-04T15:44:22,611 ERROR: Ignored the following versions that require a different python version: 2.0.0 Requires-Python <4.0,>=3.12; 2.0.1 Requires-Python <4.0,>=3.12 2025-01-04T15:44:22,612 ERROR: Could not find a version that satisfies the requirement night-sky-pi==2.0.1 (from versions: none) 2025-01-04T15:44:22,614 ERROR: No matching distribution found for night-sky-pi==2.0.1 2025-01-04T15:44:22,615 Exception information: 2025-01-04T15:44:22,615 Traceback (most recent call last): 2025-01-04T15:44:22,615 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2025-01-04T15:44:22,615 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-01-04T15:44:22,615 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2025-01-04T15:44:22,615 raise RequirementsConflicted(criterion) 2025-01-04T15:44:22,615 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('night-sky-pi==2.0.1') 2025-01-04T15:44:22,615 2025-01-04T15:44:22,615 During handling of the above exception, another exception occurred: 2025-01-04T15:44:22,615 2025-01-04T15:44:22,615 Traceback (most recent call last): 2025-01-04T15:44:22,615 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2025-01-04T15:44:22,615 result = self._result = resolver.resolve( 2025-01-04T15:44:22,615 ^^^^^^^^^^^^^^^^^ 2025-01-04T15:44:22,615 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2025-01-04T15:44:22,615 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-01-04T15:44:22,615 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-01-04T15:44:22,615 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2025-01-04T15:44:22,615 raise ResolutionImpossible(e.criterion.information) 2025-01-04T15:44:22,615 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('night-sky-pi==2.0.1'), parent=None)] 2025-01-04T15:44:22,615 2025-01-04T15:44:22,615 The above exception was the direct cause of the following exception: 2025-01-04T15:44:22,615 2025-01-04T15:44:22,615 Traceback (most recent call last): 2025-01-04T15:44:22,615 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-01-04T15:44:22,615 status = _inner_run() 2025-01-04T15:44:22,615 ^^^^^^^^^^^^ 2025-01-04T15:44:22,615 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-01-04T15:44:22,615 return self.run(options, args) 2025-01-04T15:44:22,615 ^^^^^^^^^^^^^^^^^^^^^^^ 2025-01-04T15:44:22,615 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2025-01-04T15:44:22,615 return func(self, options, args) 2025-01-04T15:44:22,615 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-01-04T15:44:22,615 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-01-04T15:44:22,615 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-01-04T15:44:22,615 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-01-04T15:44:22,615 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2025-01-04T15:44:22,615 raise error from e 2025-01-04T15:44:22,615 pip._internal.exceptions.DistributionNotFound: No matching distribution found for night-sky-pi==2.0.1 2025-01-04T15:44:22,621 Removed build tracker: '/tmp/pip-build-tracker-z2dvjwh2'