2023-11-03T09:42:12,637 Created temporary directory: /tmp/pip-build-tracker-h5dmmn_h 2023-11-03T09:42:12,638 Initialized build tracking at /tmp/pip-build-tracker-h5dmmn_h 2023-11-03T09:42:12,638 Created build tracker: /tmp/pip-build-tracker-h5dmmn_h 2023-11-03T09:42:12,639 Entered build tracker: /tmp/pip-build-tracker-h5dmmn_h 2023-11-03T09:42:12,640 Created temporary directory: /tmp/pip-wheel-uuq_20_k 2023-11-03T09:42:12,643 Created temporary directory: /tmp/pip-ephem-wheel-cache-yd4_a9xn 2023-11-03T09:42:12,665 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-11-03T09:42:12,669 2 location(s) to search for versions of youtrack-sdk: 2023-11-03T09:42:12,669 * https://pypi.org/simple/youtrack-sdk/ 2023-11-03T09:42:12,669 * https://www.piwheels.org/simple/youtrack-sdk/ 2023-11-03T09:42:12,670 Fetching project page and analyzing links: https://pypi.org/simple/youtrack-sdk/ 2023-11-03T09:42:12,671 Getting page https://pypi.org/simple/youtrack-sdk/ 2023-11-03T09:42:12,672 Found index url https://pypi.org/simple/ 2023-11-03T09:42:12,889 Fetched page https://pypi.org/simple/youtrack-sdk/ as application/vnd.pypi.simple.v1+json 2023-11-03T09:42:12,891 Skipping link: No binaries permitted for youtrack-sdk: https://files.pythonhosted.org/packages/e3/58/98014327e619e68647e8b2710f0e07105d00e3dd279695e8f8e950267cf6/youtrack_sdk-1.0.202311030834-py3-none-any.whl (from https://pypi.org/simple/youtrack-sdk/) (requires-python:>=3.12,<3.13) 2023-11-03T09:42:12,892 Link requires a different Python (3.11.2 not in: '>=3.12,<3.13'): https://files.pythonhosted.org/packages/33/1b/37ccf3b09c16c73acb11dc5a617b8e087d6f8d8ed9be0e161068036b8bbc/youtrack_sdk-1.0.202311030834.tar.gz (from https://pypi.org/simple/youtrack-sdk/) (requires-python:>=3.12,<3.13) 2023-11-03T09:42:12,892 Skipping link: 1.0.202311030834 Requires-Python >=3.12,<3.13: https://files.pythonhosted.org/packages/33/1b/37ccf3b09c16c73acb11dc5a617b8e087d6f8d8ed9be0e161068036b8bbc/youtrack_sdk-1.0.202311030834.tar.gz (from https://pypi.org/simple/youtrack-sdk/) (requires-python:>=3.12,<3.13) 2023-11-03T09:42:12,893 Fetching project page and analyzing links: https://www.piwheels.org/simple/youtrack-sdk/ 2023-11-03T09:42:12,894 Getting page https://www.piwheels.org/simple/youtrack-sdk/ 2023-11-03T09:42:12,895 Found index url https://www.piwheels.org/simple/ 2023-11-03T09:42:13,061 Fetched page https://www.piwheels.org/simple/youtrack-sdk/ as text/html 2023-11-03T09:42:13,062 Skipping link: not a file: https://www.piwheels.org/simple/youtrack-sdk/ 2023-11-03T09:42:13,063 Skipping link: not a file: https://pypi.org/simple/youtrack-sdk/ 2023-11-03T09:42:13,081 Given no hashes to check 0 links for project 'youtrack-sdk': discarding no candidates 2023-11-03T09:42:13,082 ERROR: Ignored the following versions that require a different python version: 1.0.202311030834 Requires-Python >=3.12,<3.13 2023-11-03T09:42:13,084 ERROR: Could not find a version that satisfies the requirement youtrack-sdk==1.0.202311030834 (from versions: none) 2023-11-03T09:42:13,085 ERROR: No matching distribution found for youtrack-sdk==1.0.202311030834 2023-11-03T09:42:13,086 Exception information: 2023-11-03T09:42:13,086 Traceback (most recent call last): 2023-11-03T09:42:13,086 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-11-03T09:42:13,086 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-11-03T09:42:13,086 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-11-03T09:42:13,086 raise RequirementsConflicted(criterion) 2023-11-03T09:42:13,086 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('youtrack-sdk==1.0.202311030834') 2023-11-03T09:42:13,086 2023-11-03T09:42:13,086 During handling of the above exception, another exception occurred: 2023-11-03T09:42:13,086 2023-11-03T09:42:13,086 Traceback (most recent call last): 2023-11-03T09:42:13,086 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-11-03T09:42:13,086 result = self._result = resolver.resolve( 2023-11-03T09:42:13,086 ^^^^^^^^^^^^^^^^^ 2023-11-03T09:42:13,086 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-11-03T09:42:13,086 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-11-03T09:42:13,086 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-11-03T09:42:13,086 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-11-03T09:42:13,086 raise ResolutionImpossible(e.criterion.information) 2023-11-03T09:42:13,086 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('youtrack-sdk==1.0.202311030834'), parent=None)] 2023-11-03T09:42:13,086 2023-11-03T09:42:13,086 The above exception was the direct cause of the following exception: 2023-11-03T09:42:13,086 2023-11-03T09:42:13,086 Traceback (most recent call last): 2023-11-03T09:42:13,086 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-11-03T09:42:13,086 status = run_func(*args) 2023-11-03T09:42:13,086 ^^^^^^^^^^^^^^^ 2023-11-03T09:42:13,086 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-11-03T09:42:13,086 return func(self, options, args) 2023-11-03T09:42:13,086 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-11-03T09:42:13,086 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-11-03T09:42:13,086 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-11-03T09:42:13,086 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-11-03T09:42:13,086 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-11-03T09:42:13,086 raise error from e 2023-11-03T09:42:13,086 pip._internal.exceptions.DistributionNotFound: No matching distribution found for youtrack-sdk==1.0.202311030834 2023-11-03T09:42:13,092 Removed build tracker: '/tmp/pip-build-tracker-h5dmmn_h'