2024-09-23T13:23:18,187 Created temporary directory: /tmp/pip-build-tracker-apj5z56k 2024-09-23T13:23:18,189 Initialized build tracking at /tmp/pip-build-tracker-apj5z56k 2024-09-23T13:23:18,189 Created build tracker: /tmp/pip-build-tracker-apj5z56k 2024-09-23T13:23:18,190 Entered build tracker: /tmp/pip-build-tracker-apj5z56k 2024-09-23T13:23:18,191 Created temporary directory: /tmp/pip-wheel-ts3p8jp_ 2024-09-23T13:23:18,194 Created temporary directory: /tmp/pip-ephem-wheel-cache-amg4854a 2024-09-23T13:23:18,238 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-09-23T13:23:18,241 2 location(s) to search for versions of grvt-pysdk: 2024-09-23T13:23:18,241 * https://pypi.org/simple/grvt-pysdk/ 2024-09-23T13:23:18,241 * https://www.piwheels.org/simple/grvt-pysdk/ 2024-09-23T13:23:18,242 Fetching project page and analyzing links: https://pypi.org/simple/grvt-pysdk/ 2024-09-23T13:23:18,243 Getting page https://pypi.org/simple/grvt-pysdk/ 2024-09-23T13:23:18,244 Found index url https://pypi.org/simple/ 2024-09-23T13:23:18,457 Fetched page https://pypi.org/simple/grvt-pysdk/ as application/vnd.pypi.simple.v1+json 2024-09-23T13:23:18,458 Skipping link: No binaries permitted for grvt-pysdk: https://files.pythonhosted.org/packages/7c/9a/7ea1ee5fc613c6b3b3aaec232bb3ec3000f8a7a85cead17ee99d54e43898/grvt_pysdk-0.1.0-py3-none-any.whl (from https://pypi.org/simple/grvt-pysdk/) (requires-python:>=3.12) 2024-09-23T13:23:18,459 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/56/5b/d6a462cc8968da7e4782b461cf3a2f816accb26900c013fafff40819a61a/grvt_pysdk-0.1.0.tar.gz (from https://pypi.org/simple/grvt-pysdk/) (requires-python:>=3.12) 2024-09-23T13:23:18,460 Skipping link: 0.1.0 Requires-Python >=3.12: https://files.pythonhosted.org/packages/56/5b/d6a462cc8968da7e4782b461cf3a2f816accb26900c013fafff40819a61a/grvt_pysdk-0.1.0.tar.gz (from https://pypi.org/simple/grvt-pysdk/) (requires-python:>=3.12) 2024-09-23T13:23:18,460 Fetching project page and analyzing links: https://www.piwheels.org/simple/grvt-pysdk/ 2024-09-23T13:23:18,461 Getting page https://www.piwheels.org/simple/grvt-pysdk/ 2024-09-23T13:23:18,462 Found index url https://www.piwheels.org/simple/ 2024-09-23T13:23:18,640 Fetched page https://www.piwheels.org/simple/grvt-pysdk/ as text/html 2024-09-23T13:23:18,641 Skipping link: not a file: https://www.piwheels.org/simple/grvt-pysdk/ 2024-09-23T13:23:18,642 Skipping link: not a file: https://pypi.org/simple/grvt-pysdk/ 2024-09-23T13:23:18,661 Given no hashes to check 0 links for project 'grvt-pysdk': discarding no candidates 2024-09-23T13:23:18,662 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.12 2024-09-23T13:23:18,663 ERROR: Could not find a version that satisfies the requirement grvt-pysdk==0.1.0 (from versions: none) 2024-09-23T13:23:18,665 ERROR: No matching distribution found for grvt-pysdk==0.1.0 2024-09-23T13:23:18,666 Exception information: 2024-09-23T13:23:18,666 Traceback (most recent call last): 2024-09-23T13:23:18,666 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-09-23T13:23:18,666 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-09-23T13:23:18,666 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-09-23T13:23:18,666 raise RequirementsConflicted(criterion) 2024-09-23T13:23:18,666 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('grvt-pysdk==0.1.0') 2024-09-23T13:23:18,666 2024-09-23T13:23:18,666 During handling of the above exception, another exception occurred: 2024-09-23T13:23:18,666 2024-09-23T13:23:18,666 Traceback (most recent call last): 2024-09-23T13:23:18,666 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-09-23T13:23:18,666 result = self._result = resolver.resolve( 2024-09-23T13:23:18,666 ^^^^^^^^^^^^^^^^^ 2024-09-23T13:23:18,666 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-09-23T13:23:18,666 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-09-23T13:23:18,666 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-09-23T13:23:18,666 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-09-23T13:23:18,666 raise ResolutionImpossible(e.criterion.information) 2024-09-23T13:23:18,666 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('grvt-pysdk==0.1.0'), parent=None)] 2024-09-23T13:23:18,666 2024-09-23T13:23:18,666 The above exception was the direct cause of the following exception: 2024-09-23T13:23:18,666 2024-09-23T13:23:18,666 Traceback (most recent call last): 2024-09-23T13:23:18,666 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2024-09-23T13:23:18,666 status = _inner_run() 2024-09-23T13:23:18,666 ^^^^^^^^^^^^ 2024-09-23T13:23:18,666 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2024-09-23T13:23:18,666 return self.run(options, args) 2024-09-23T13:23:18,666 ^^^^^^^^^^^^^^^^^^^^^^^ 2024-09-23T13:23:18,666 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2024-09-23T13:23:18,666 return func(self, options, args) 2024-09-23T13:23:18,666 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-09-23T13:23:18,666 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-09-23T13:23:18,666 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-09-23T13:23:18,666 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-09-23T13:23:18,666 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-09-23T13:23:18,666 raise error from e 2024-09-23T13:23:18,666 pip._internal.exceptions.DistributionNotFound: No matching distribution found for grvt-pysdk==0.1.0 2024-09-23T13:23:18,672 Removed build tracker: '/tmp/pip-build-tracker-apj5z56k'