2024-10-09T07:34:55,504 Created temporary directory: /tmp/pip-build-tracker-7gpqv0tl 2024-10-09T07:34:55,505 Initialized build tracking at /tmp/pip-build-tracker-7gpqv0tl 2024-10-09T07:34:55,505 Created build tracker: /tmp/pip-build-tracker-7gpqv0tl 2024-10-09T07:34:55,506 Entered build tracker: /tmp/pip-build-tracker-7gpqv0tl 2024-10-09T07:34:55,507 Created temporary directory: /tmp/pip-wheel-tt81f0ix 2024-10-09T07:34:55,510 Created temporary directory: /tmp/pip-ephem-wheel-cache-g3ejhfou 2024-10-09T07:34:55,554 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-10-09T07:34:55,557 2 location(s) to search for versions of iust-ai-toolkit: 2024-10-09T07:34:55,557 * https://pypi.org/simple/iust-ai-toolkit/ 2024-10-09T07:34:55,557 * https://www.piwheels.org/simple/iust-ai-toolkit/ 2024-10-09T07:34:55,558 Fetching project page and analyzing links: https://pypi.org/simple/iust-ai-toolkit/ 2024-10-09T07:34:55,559 Getting page https://pypi.org/simple/iust-ai-toolkit/ 2024-10-09T07:34:55,560 Found index url https://pypi.org/simple/ 2024-10-09T07:34:55,780 Fetched page https://pypi.org/simple/iust-ai-toolkit/ as application/vnd.pypi.simple.v1+json 2024-10-09T07:34:55,781 Skipping link: No binaries permitted for iust-ai-toolkit: https://files.pythonhosted.org/packages/3d/1b/11a6e45d630b571b84a08290a53c853acd09a2675846a2c77ac44ca8d47b/iust_ai_toolkit-0.0.1-py3-none-any.whl (from https://pypi.org/simple/iust-ai-toolkit/) (requires-python:<4.0,>=3.12) 2024-10-09T07:34:55,782 Link requires a different Python (3.11.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/4f/70/a3a6bbe49f03f9430820bdaab22230b5142c11ac6ae95029679fb5a3ab64/iust_ai_toolkit-0.0.1.tar.gz (from https://pypi.org/simple/iust-ai-toolkit/) (requires-python:<4.0,>=3.12) 2024-10-09T07:34:55,783 Skipping link: 0.0.1 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/4f/70/a3a6bbe49f03f9430820bdaab22230b5142c11ac6ae95029679fb5a3ab64/iust_ai_toolkit-0.0.1.tar.gz (from https://pypi.org/simple/iust-ai-toolkit/) (requires-python:<4.0,>=3.12) 2024-10-09T07:34:55,783 Fetching project page and analyzing links: https://www.piwheels.org/simple/iust-ai-toolkit/ 2024-10-09T07:34:55,784 Getting page https://www.piwheels.org/simple/iust-ai-toolkit/ 2024-10-09T07:34:55,786 Found index url https://www.piwheels.org/simple/ 2024-10-09T07:34:55,957 Fetched page https://www.piwheels.org/simple/iust-ai-toolkit/ as text/html 2024-10-09T07:34:55,958 Skipping link: not a file: https://www.piwheels.org/simple/iust-ai-toolkit/ 2024-10-09T07:34:55,959 Skipping link: not a file: https://pypi.org/simple/iust-ai-toolkit/ 2024-10-09T07:34:55,978 Given no hashes to check 0 links for project 'iust-ai-toolkit': discarding no candidates 2024-10-09T07:34:55,979 ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python <4.0,>=3.12 2024-10-09T07:34:55,981 ERROR: Could not find a version that satisfies the requirement iust-ai-toolkit==0.0.1 (from versions: none) 2024-10-09T07:34:55,983 ERROR: No matching distribution found for iust-ai-toolkit==0.0.1 2024-10-09T07:34:55,984 Exception information: 2024-10-09T07:34:55,984 Traceback (most recent call last): 2024-10-09T07:34:55,984 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-10-09T07:34:55,984 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-10-09T07:34:55,984 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-10-09T07:34:55,984 raise RequirementsConflicted(criterion) 2024-10-09T07:34:55,984 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('iust-ai-toolkit==0.0.1') 2024-10-09T07:34:55,984 2024-10-09T07:34:55,984 During handling of the above exception, another exception occurred: 2024-10-09T07:34:55,984 2024-10-09T07:34:55,984 Traceback (most recent call last): 2024-10-09T07:34:55,984 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-10-09T07:34:55,984 result = self._result = resolver.resolve( 2024-10-09T07:34:55,984 ^^^^^^^^^^^^^^^^^ 2024-10-09T07:34:55,984 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-10-09T07:34:55,984 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-10-09T07:34:55,984 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-10-09T07:34:55,984 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-10-09T07:34:55,984 raise ResolutionImpossible(e.criterion.information) 2024-10-09T07:34:55,984 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('iust-ai-toolkit==0.0.1'), parent=None)] 2024-10-09T07:34:55,984 2024-10-09T07:34:55,984 The above exception was the direct cause of the following exception: 2024-10-09T07:34:55,984 2024-10-09T07:34:55,984 Traceback (most recent call last): 2024-10-09T07:34:55,984 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2024-10-09T07:34:55,984 status = _inner_run() 2024-10-09T07:34:55,984 ^^^^^^^^^^^^ 2024-10-09T07:34:55,984 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2024-10-09T07:34:55,984 return self.run(options, args) 2024-10-09T07:34:55,984 ^^^^^^^^^^^^^^^^^^^^^^^ 2024-10-09T07:34:55,984 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2024-10-09T07:34:55,984 return func(self, options, args) 2024-10-09T07:34:55,984 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-10-09T07:34:55,984 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-10-09T07:34:55,984 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-10-09T07:34:55,984 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-10-09T07:34:55,984 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-10-09T07:34:55,984 raise error from e 2024-10-09T07:34:55,984 pip._internal.exceptions.DistributionNotFound: No matching distribution found for iust-ai-toolkit==0.0.1 2024-10-09T07:34:55,991 Removed build tracker: '/tmp/pip-build-tracker-7gpqv0tl'