2024-09-21T10:46:13,049 Created temporary directory: /tmp/pip-build-tracker-912tpuq4 2024-09-21T10:46:13,050 Initialized build tracking at /tmp/pip-build-tracker-912tpuq4 2024-09-21T10:46:13,050 Created build tracker: /tmp/pip-build-tracker-912tpuq4 2024-09-21T10:46:13,051 Entered build tracker: /tmp/pip-build-tracker-912tpuq4 2024-09-21T10:46:13,052 Created temporary directory: /tmp/pip-wheel-84m05fz6 2024-09-21T10:46:13,055 Created temporary directory: /tmp/pip-ephem-wheel-cache-6145qm_f 2024-09-21T10:46:13,103 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-09-21T10:46:13,105 2 location(s) to search for versions of python-sage-sms: 2024-09-21T10:46:13,105 * https://pypi.org/simple/python-sage-sms/ 2024-09-21T10:46:13,105 * https://www.piwheels.org/simple/python-sage-sms/ 2024-09-21T10:46:13,106 Fetching project page and analyzing links: https://pypi.org/simple/python-sage-sms/ 2024-09-21T10:46:13,107 Getting page https://pypi.org/simple/python-sage-sms/ 2024-09-21T10:46:13,108 Found index url https://pypi.org/simple/ 2024-09-21T10:46:13,324 Fetched page https://pypi.org/simple/python-sage-sms/ as application/vnd.pypi.simple.v1+json 2024-09-21T10:46:13,325 Skipping link: No binaries permitted for python-sage-sms: https://files.pythonhosted.org/packages/2d/68/6ddd15883356ebebf43eca9e9d7bb53d8abe73ce8d3cb65cf5be2ec327b6/python_sage_sms-0.1.0-py3-none-any.whl (from https://pypi.org/simple/python-sage-sms/) (requires-python:<4.0,>=3.12) 2024-09-21T10:46:13,326 Link requires a different Python (3.11.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/f8/8d/831ac04ee4ce596950fe9ae75e9e09fe71407b0d4ae18ea6aa4d24eea6bd/python_sage_sms-0.1.0.tar.gz (from https://pypi.org/simple/python-sage-sms/) (requires-python:<4.0,>=3.12) 2024-09-21T10:46:13,327 Skipping link: 0.1.0 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/f8/8d/831ac04ee4ce596950fe9ae75e9e09fe71407b0d4ae18ea6aa4d24eea6bd/python_sage_sms-0.1.0.tar.gz (from https://pypi.org/simple/python-sage-sms/) (requires-python:<4.0,>=3.12) 2024-09-21T10:46:13,328 Fetching project page and analyzing links: https://www.piwheels.org/simple/python-sage-sms/ 2024-09-21T10:46:13,328 Getting page https://www.piwheels.org/simple/python-sage-sms/ 2024-09-21T10:46:13,330 Found index url https://www.piwheels.org/simple/ 2024-09-21T10:46:13,507 Fetched page https://www.piwheels.org/simple/python-sage-sms/ as text/html 2024-09-21T10:46:13,508 Skipping link: not a file: https://www.piwheels.org/simple/python-sage-sms/ 2024-09-21T10:46:13,509 Skipping link: not a file: https://pypi.org/simple/python-sage-sms/ 2024-09-21T10:46:13,528 Given no hashes to check 0 links for project 'python-sage-sms': discarding no candidates 2024-09-21T10:46:13,529 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python <4.0,>=3.12 2024-09-21T10:46:13,531 ERROR: Could not find a version that satisfies the requirement python-sage-sms==0.1.0 (from versions: none) 2024-09-21T10:46:13,532 ERROR: No matching distribution found for python-sage-sms==0.1.0 2024-09-21T10:46:13,533 Exception information: 2024-09-21T10:46:13,533 Traceback (most recent call last): 2024-09-21T10:46:13,533 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-09-21T10:46:13,533 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-09-21T10:46:13,533 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-09-21T10:46:13,533 raise RequirementsConflicted(criterion) 2024-09-21T10:46:13,533 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('python-sage-sms==0.1.0') 2024-09-21T10:46:13,533 2024-09-21T10:46:13,533 During handling of the above exception, another exception occurred: 2024-09-21T10:46:13,533 2024-09-21T10:46:13,533 Traceback (most recent call last): 2024-09-21T10:46:13,533 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-09-21T10:46:13,533 result = self._result = resolver.resolve( 2024-09-21T10:46:13,533 ^^^^^^^^^^^^^^^^^ 2024-09-21T10:46:13,533 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-09-21T10:46:13,533 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-09-21T10:46:13,533 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-09-21T10:46:13,533 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-09-21T10:46:13,533 raise ResolutionImpossible(e.criterion.information) 2024-09-21T10:46:13,533 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('python-sage-sms==0.1.0'), parent=None)] 2024-09-21T10:46:13,533 2024-09-21T10:46:13,533 The above exception was the direct cause of the following exception: 2024-09-21T10:46:13,533 2024-09-21T10:46:13,533 Traceback (most recent call last): 2024-09-21T10:46:13,533 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2024-09-21T10:46:13,533 status = _inner_run() 2024-09-21T10:46:13,533 ^^^^^^^^^^^^ 2024-09-21T10:46:13,533 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2024-09-21T10:46:13,533 return self.run(options, args) 2024-09-21T10:46:13,533 ^^^^^^^^^^^^^^^^^^^^^^^ 2024-09-21T10:46:13,533 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2024-09-21T10:46:13,533 return func(self, options, args) 2024-09-21T10:46:13,533 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-09-21T10:46:13,533 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-09-21T10:46:13,533 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-09-21T10:46:13,533 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-09-21T10:46:13,533 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-09-21T10:46:13,533 raise error from e 2024-09-21T10:46:13,533 pip._internal.exceptions.DistributionNotFound: No matching distribution found for python-sage-sms==0.1.0 2024-09-21T10:46:13,539 Removed build tracker: '/tmp/pip-build-tracker-912tpuq4'