2025-03-28T18:44:50,416 Created temporary directory: /tmp/pip-build-tracker-6mbeq0f_ 2025-03-28T18:44:50,417 Initialized build tracking at /tmp/pip-build-tracker-6mbeq0f_ 2025-03-28T18:44:50,417 Created build tracker: /tmp/pip-build-tracker-6mbeq0f_ 2025-03-28T18:44:50,418 Entered build tracker: /tmp/pip-build-tracker-6mbeq0f_ 2025-03-28T18:44:50,419 Created temporary directory: /tmp/pip-wheel-r_7jmos8 2025-03-28T18:44:50,423 Created temporary directory: /tmp/pip-ephem-wheel-cache-f6qunka9 2025-03-28T18:44:50,466 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-03-28T18:44:50,469 2 location(s) to search for versions of darca-space-git: 2025-03-28T18:44:50,469 * https://pypi.org/simple/darca-space-git/ 2025-03-28T18:44:50,469 * https://www.piwheels.org/simple/darca-space-git/ 2025-03-28T18:44:50,470 Fetching project page and analyzing links: https://pypi.org/simple/darca-space-git/ 2025-03-28T18:44:50,471 Getting page https://pypi.org/simple/darca-space-git/ 2025-03-28T18:44:50,472 Found index url https://pypi.org/simple/ 2025-03-28T18:44:50,758 Fetched page https://pypi.org/simple/darca-space-git/ as application/vnd.pypi.simple.v1+json 2025-03-28T18:44:50,759 Skipping link: No binaries permitted for darca-space-git: https://files.pythonhosted.org/packages/1d/c2/a9d7c45427d6e582042e95e1047f073015e6f230d5cacebe7241beff3177/darca_space_git-0.1.0-py3-none-any.whl (from https://pypi.org/simple/darca-space-git/) (requires-python:<4.0,>=3.12) 2025-03-28T18:44:50,760 Link requires a different Python (3.11.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/2f/43/23270e3d647e0467a692f0c51c59d27d34382d39658da80a6194fbb11bb2/darca_space_git-0.1.0.tar.gz (from https://pypi.org/simple/darca-space-git/) (requires-python:<4.0,>=3.12) 2025-03-28T18:44:50,761 Skipping link: 0.1.0 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/2f/43/23270e3d647e0467a692f0c51c59d27d34382d39658da80a6194fbb11bb2/darca_space_git-0.1.0.tar.gz (from https://pypi.org/simple/darca-space-git/) (requires-python:<4.0,>=3.12) 2025-03-28T18:44:50,762 Fetching project page and analyzing links: https://www.piwheels.org/simple/darca-space-git/ 2025-03-28T18:44:50,762 Getting page https://www.piwheels.org/simple/darca-space-git/ 2025-03-28T18:44:50,764 Found index url https://www.piwheels.org/simple/ 2025-03-28T18:44:50,967 Fetched page https://www.piwheels.org/simple/darca-space-git/ as text/html 2025-03-28T18:44:50,969 Skipping link: not a file: https://www.piwheels.org/simple/darca-space-git/ 2025-03-28T18:44:50,969 Skipping link: not a file: https://pypi.org/simple/darca-space-git/ 2025-03-28T18:44:50,989 Given no hashes to check 0 links for project 'darca-space-git': discarding no candidates 2025-03-28T18:44:50,990 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python <4.0,>=3.12 2025-03-28T18:44:50,991 ERROR: Could not find a version that satisfies the requirement darca-space-git==0.1.0 (from versions: none) 2025-03-28T18:44:50,993 ERROR: No matching distribution found for darca-space-git==0.1.0 2025-03-28T18:44:50,994 Exception information: 2025-03-28T18:44:50,994 Traceback (most recent call last): 2025-03-28T18:44:50,994 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2025-03-28T18:44:50,994 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-03-28T18:44:50,994 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2025-03-28T18:44:50,994 raise RequirementsConflicted(criterion) 2025-03-28T18:44:50,994 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('darca-space-git==0.1.0') 2025-03-28T18:44:50,994 2025-03-28T18:44:50,994 During handling of the above exception, another exception occurred: 2025-03-28T18:44:50,994 2025-03-28T18:44:50,994 Traceback (most recent call last): 2025-03-28T18:44:50,994 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2025-03-28T18:44:50,994 result = self._result = resolver.resolve( 2025-03-28T18:44:50,994 ^^^^^^^^^^^^^^^^^ 2025-03-28T18:44:50,994 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2025-03-28T18:44:50,994 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-03-28T18:44:50,994 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-03-28T18:44:50,994 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2025-03-28T18:44:50,994 raise ResolutionImpossible(e.criterion.information) 2025-03-28T18:44:50,994 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('darca-space-git==0.1.0'), parent=None)] 2025-03-28T18:44:50,994 2025-03-28T18:44:50,994 The above exception was the direct cause of the following exception: 2025-03-28T18:44:50,994 2025-03-28T18:44:50,994 Traceback (most recent call last): 2025-03-28T18:44:50,994 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-03-28T18:44:50,994 status = _inner_run() 2025-03-28T18:44:50,994 ^^^^^^^^^^^^ 2025-03-28T18:44:50,994 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-03-28T18:44:50,994 return self.run(options, args) 2025-03-28T18:44:50,994 ^^^^^^^^^^^^^^^^^^^^^^^ 2025-03-28T18:44:50,994 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2025-03-28T18:44:50,994 return func(self, options, args) 2025-03-28T18:44:50,994 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-03-28T18:44:50,994 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-03-28T18:44:50,994 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-03-28T18:44:50,994 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-03-28T18:44:50,994 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2025-03-28T18:44:50,994 raise error from e 2025-03-28T18:44:50,994 pip._internal.exceptions.DistributionNotFound: No matching distribution found for darca-space-git==0.1.0 2025-03-28T18:44:51,000 Removed build tracker: '/tmp/pip-build-tracker-6mbeq0f_'