2024-05-14T14:40:01,196 Created temporary directory: /tmp/pip-build-tracker-a6jlh0sl 2024-05-14T14:40:01,197 Initialized build tracking at /tmp/pip-build-tracker-a6jlh0sl 2024-05-14T14:40:01,198 Created build tracker: /tmp/pip-build-tracker-a6jlh0sl 2024-05-14T14:40:01,198 Entered build tracker: /tmp/pip-build-tracker-a6jlh0sl 2024-05-14T14:40:01,199 Created temporary directory: /tmp/pip-wheel-oxlc852d 2024-05-14T14:40:01,202 Created temporary directory: /tmp/pip-ephem-wheel-cache-qcemc43t 2024-05-14T14:40:01,224 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-05-14T14:40:01,228 2 location(s) to search for versions of sstc-schemas: 2024-05-14T14:40:01,228 * https://pypi.org/simple/sstc-schemas/ 2024-05-14T14:40:01,228 * https://www.piwheels.org/simple/sstc-schemas/ 2024-05-14T14:40:01,229 Fetching project page and analyzing links: https://pypi.org/simple/sstc-schemas/ 2024-05-14T14:40:01,229 Getting page https://pypi.org/simple/sstc-schemas/ 2024-05-14T14:40:01,231 Found index url https://pypi.org/simple/ 2024-05-14T14:40:01,445 Fetched page https://pypi.org/simple/sstc-schemas/ as application/vnd.pypi.simple.v1+json 2024-05-14T14:40:01,447 Skipping link: No binaries permitted for sstc-schemas: https://files.pythonhosted.org/packages/0f/e3/464a0f2953ec9325c409449061821c007af16359203e99c65c597ae2344d/sstc_schemas-0.1.1-py3-none-any.whl (from https://pypi.org/simple/sstc-schemas/) (requires-python:<4.0.0,>=3.11.8) 2024-05-14T14:40:01,448 Link requires a different Python (3.11.2 not in: '<4.0.0,>=3.11.8'): https://files.pythonhosted.org/packages/66/59/6e4bad2dc6596b6888af347525c019f142c02789b9eccb3f9ae8d82d3792/sstc_schemas-0.1.1.tar.gz (from https://pypi.org/simple/sstc-schemas/) (requires-python:<4.0.0,>=3.11.8) 2024-05-14T14:40:01,448 Skipping link: 0.1.1 Requires-Python <4.0.0,>=3.11.8: https://files.pythonhosted.org/packages/66/59/6e4bad2dc6596b6888af347525c019f142c02789b9eccb3f9ae8d82d3792/sstc_schemas-0.1.1.tar.gz (from https://pypi.org/simple/sstc-schemas/) (requires-python:<4.0.0,>=3.11.8) 2024-05-14T14:40:01,449 Fetching project page and analyzing links: https://www.piwheels.org/simple/sstc-schemas/ 2024-05-14T14:40:01,450 Getting page https://www.piwheels.org/simple/sstc-schemas/ 2024-05-14T14:40:01,451 Found index url https://www.piwheels.org/simple/ 2024-05-14T14:40:01,629 Fetched page https://www.piwheels.org/simple/sstc-schemas/ as text/html 2024-05-14T14:40:01,630 Skipping link: not a file: https://www.piwheels.org/simple/sstc-schemas/ 2024-05-14T14:40:01,631 Skipping link: not a file: https://pypi.org/simple/sstc-schemas/ 2024-05-14T14:40:01,649 Given no hashes to check 0 links for project 'sstc-schemas': discarding no candidates 2024-05-14T14:40:01,650 ERROR: Ignored the following versions that require a different python version: 0.1.1 Requires-Python <4.0.0,>=3.11.8 2024-05-14T14:40:01,651 ERROR: Could not find a version that satisfies the requirement sstc-schemas==0.1.1 (from versions: none) 2024-05-14T14:40:01,653 ERROR: No matching distribution found for sstc-schemas==0.1.1 2024-05-14T14:40:01,655 Exception information: 2024-05-14T14:40:01,655 Traceback (most recent call last): 2024-05-14T14:40:01,655 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-05-14T14:40:01,655 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-05-14T14:40:01,655 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-05-14T14:40:01,655 raise RequirementsConflicted(criterion) 2024-05-14T14:40:01,655 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sstc-schemas==0.1.1') 2024-05-14T14:40:01,655 2024-05-14T14:40:01,655 During handling of the above exception, another exception occurred: 2024-05-14T14:40:01,655 2024-05-14T14:40:01,655 Traceback (most recent call last): 2024-05-14T14:40:01,655 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-05-14T14:40:01,655 result = self._result = resolver.resolve( 2024-05-14T14:40:01,655 ^^^^^^^^^^^^^^^^^ 2024-05-14T14:40:01,655 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-05-14T14:40:01,655 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-05-14T14:40:01,655 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-14T14:40:01,655 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-05-14T14:40:01,655 raise ResolutionImpossible(e.criterion.information) 2024-05-14T14:40:01,655 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sstc-schemas==0.1.1'), parent=None)] 2024-05-14T14:40:01,655 2024-05-14T14:40:01,655 The above exception was the direct cause of the following exception: 2024-05-14T14:40:01,655 2024-05-14T14:40:01,655 Traceback (most recent call last): 2024-05-14T14:40:01,655 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-05-14T14:40:01,655 status = run_func(*args) 2024-05-14T14:40:01,655 ^^^^^^^^^^^^^^^ 2024-05-14T14:40:01,655 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-05-14T14:40:01,655 return func(self, options, args) 2024-05-14T14:40:01,655 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-14T14:40:01,655 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-05-14T14:40:01,655 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-05-14T14:40:01,655 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-14T14:40:01,655 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-05-14T14:40:01,655 raise error from e 2024-05-14T14:40:01,655 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sstc-schemas==0.1.1 2024-05-14T14:40:01,660 Removed build tracker: '/tmp/pip-build-tracker-a6jlh0sl'