2025-09-02T06:50:00,576 Created temporary directory: /tmp/pip-build-tracker-02bk4t_v 2025-09-02T06:50:00,577 Initialized build tracking at /tmp/pip-build-tracker-02bk4t_v 2025-09-02T06:50:00,578 Created build tracker: /tmp/pip-build-tracker-02bk4t_v 2025-09-02T06:50:00,578 Entered build tracker: /tmp/pip-build-tracker-02bk4t_v 2025-09-02T06:50:00,579 Created temporary directory: /tmp/pip-wheel-s_gv66on 2025-09-02T06:50:00,583 Created temporary directory: /tmp/pip-ephem-wheel-cache-t7luzd3v 2025-09-02T06:50:00,633 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-02T06:50:00,635 2 location(s) to search for versions of sayancpe586fa25: 2025-09-02T06:50:00,635 * https://pypi.org/simple/sayancpe586fa25/ 2025-09-02T06:50:00,635 * https://www.piwheels.org/simple/sayancpe586fa25/ 2025-09-02T06:50:00,636 Fetching project page and analyzing links: https://pypi.org/simple/sayancpe586fa25/ 2025-09-02T06:50:00,637 Getting page https://pypi.org/simple/sayancpe586fa25/ 2025-09-02T06:50:00,639 Found index url https://pypi.org/simple/ 2025-09-02T06:50:00,922 Fetched page https://pypi.org/simple/sayancpe586fa25/ as application/vnd.pypi.simple.v1+json 2025-09-02T06:50:00,925 Skipping link: No binaries permitted for sayancpe586fa25: https://files.pythonhosted.org/packages/a5/a9/032f6cd467e9387d60755f51ef1147a319b07f63fd99fc7c477c92c4a133/sayancpe586fa25-4.0.0-py3-none-any.whl (from https://pypi.org/simple/sayancpe586fa25/) (requires-python:>=3.12) 2025-09-02T06:50:00,927 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/f0/79/cc281d661b4279f383fcdc1d3fa7a6f2a2cff1a644e166e689c4cdad83f8/sayancpe586fa25-4.0.0.tar.gz (from https://pypi.org/simple/sayancpe586fa25/) (requires-python:>=3.12) 2025-09-02T06:50:00,928 Skipping link: 4.0.0 Requires-Python >=3.12: https://files.pythonhosted.org/packages/f0/79/cc281d661b4279f383fcdc1d3fa7a6f2a2cff1a644e166e689c4cdad83f8/sayancpe586fa25-4.0.0.tar.gz (from https://pypi.org/simple/sayancpe586fa25/) (requires-python:>=3.12) 2025-09-02T06:50:00,930 Fetching project page and analyzing links: https://www.piwheels.org/simple/sayancpe586fa25/ 2025-09-02T06:50:00,931 Getting page https://www.piwheels.org/simple/sayancpe586fa25/ 2025-09-02T06:50:00,934 Found index url https://www.piwheels.org/simple/ 2025-09-02T06:50:01,127 Fetched page https://www.piwheels.org/simple/sayancpe586fa25/ as text/html 2025-09-02T06:50:01,128 Skipping link: not a file: https://www.piwheels.org/simple/sayancpe586fa25/ 2025-09-02T06:50:01,129 Skipping link: not a file: https://pypi.org/simple/sayancpe586fa25/ 2025-09-02T06:50:01,146 Given no hashes to check 0 links for project 'sayancpe586fa25': discarding no candidates 2025-09-02T06:50:01,147 ERROR: Ignored the following versions that require a different python version: 4.0.0 Requires-Python >=3.12 2025-09-02T06:50:01,148 ERROR: Could not find a version that satisfies the requirement sayancpe586fa25==4.0.0 (from versions: none) 2025-09-02T06:50:01,150 ERROR: No matching distribution found for sayancpe586fa25==4.0.0 2025-09-02T06:50:01,151 Exception information: 2025-09-02T06:50:01,151 Traceback (most recent call last): 2025-09-02T06:50:01,151 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 429, in resolve 2025-09-02T06:50:01,151 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-02T06:50:01,151 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 151, in _add_to_criteria 2025-09-02T06:50:01,151 raise RequirementsConflicted(criterion) 2025-09-02T06:50:01,151 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sayancpe586fa25==4.0.0') 2025-09-02T06:50:01,151 2025-09-02T06:50:01,151 The above exception was the direct cause of the following exception: 2025-09-02T06:50:01,151 2025-09-02T06:50:01,151 Traceback (most recent call last): 2025-09-02T06:50:01,151 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 98, in resolve 2025-09-02T06:50:01,151 result = self._result = resolver.resolve( 2025-09-02T06:50:01,151 ^^^^^^^^^^^^^^^^^ 2025-09-02T06:50:01,151 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 596, in resolve 2025-09-02T06:50:01,151 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-02T06:50:01,151 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T06:50:01,151 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 431, in resolve 2025-09-02T06:50:01,151 raise ResolutionImpossible(e.criterion.information) from e 2025-09-02T06:50:01,151 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sayancpe586fa25==4.0.0'), parent=None)] 2025-09-02T06:50:01,151 2025-09-02T06:50:01,151 The above exception was the direct cause of the following exception: 2025-09-02T06:50:01,151 2025-09-02T06:50:01,151 Traceback (most recent call last): 2025-09-02T06:50:01,151 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 107, in _run_wrapper 2025-09-02T06:50:01,151 status = _inner_run() 2025-09-02T06:50:01,151 ^^^^^^^^^^^^ 2025-09-02T06:50:01,151 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 98, in _inner_run 2025-09-02T06:50:01,151 return self.run(options, args) 2025-09-02T06:50:01,151 ^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T06:50:01,151 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 71, in wrapper 2025-09-02T06:50:01,151 return func(self, options, args) 2025-09-02T06:50:01,151 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T06:50:01,151 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 146, in run 2025-09-02T06:50:01,151 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-02T06:50:01,151 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T06:50:01,151 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 107, in resolve 2025-09-02T06:50:01,151 raise error from e 2025-09-02T06:50:01,151 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sayancpe586fa25==4.0.0 2025-09-02T06:50:01,158 Removed build tracker: '/tmp/pip-build-tracker-02bk4t_v'