2023-09-24T11:57:44,911 Created temporary directory: /tmp/pip-build-tracker-8ugskqr3 2023-09-24T11:57:44,913 Initialized build tracking at /tmp/pip-build-tracker-8ugskqr3 2023-09-24T11:57:44,914 Created build tracker: /tmp/pip-build-tracker-8ugskqr3 2023-09-24T11:57:44,915 Entered build tracker: /tmp/pip-build-tracker-8ugskqr3 2023-09-24T11:57:44,916 Created temporary directory: /tmp/pip-wheel-49efvkzq 2023-09-24T11:57:44,919 Created temporary directory: /tmp/pip-ephem-wheel-cache-1na6h0y2 2023-09-24T11:57:44,940 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-24T11:57:44,944 2 location(s) to search for versions of vadvergasov-serialization: 2023-09-24T11:57:44,944 * https://pypi.org/simple/vadvergasov-serialization/ 2023-09-24T11:57:44,944 * https://www.piwheels.org/simple/vadvergasov-serialization/ 2023-09-24T11:57:44,945 Fetching project page and analyzing links: https://pypi.org/simple/vadvergasov-serialization/ 2023-09-24T11:57:44,946 Getting page https://pypi.org/simple/vadvergasov-serialization/ 2023-09-24T11:57:44,948 Found index url https://pypi.org/simple/ 2023-09-24T11:57:45,164 Fetched page https://pypi.org/simple/vadvergasov-serialization/ as application/vnd.pypi.simple.v1+json 2023-09-24T11:57:45,165 Skipping link: No binaries permitted for vadvergasov-serialization: https://files.pythonhosted.org/packages/0c/14/498a0779efc5a17765adcffbbaf24012ed6c562a315599ec9caa2c390f2e/vadvergasov_serialization-1.0.0-py3-none-any.whl (from https://pypi.org/simple/vadvergasov-serialization/) 2023-09-24T11:57:45,166 Found link https://files.pythonhosted.org/packages/2c/16/a1254d29c2d95b40d0e2f1d7b6b462e14661ffd7719b3f19903c0f3659e6/vadvergasov_serialization-1.0.0.tar.gz (from https://pypi.org/simple/vadvergasov-serialization/), version: 1.0.0 2023-09-24T11:57:45,167 Skipping link: No binaries permitted for vadvergasov-serialization: https://files.pythonhosted.org/packages/1c/b7/0579aaad42ce7b78f6c4659405187c10f689fc5f6fe50a557edfff4456e2/vadvergasov_serialization-1.1.0-py3-none-any.whl (from https://pypi.org/simple/vadvergasov-serialization/) (requires-python:==3.11) 2023-09-24T11:57:45,167 Link requires a different Python (3.11.2 not in: '==3.11'): https://files.pythonhosted.org/packages/fb/0b/c0046c7f3495a4ddc98fd98a116002abd3b0e247d7ff04c07f51892fc69a/vadvergasov_serialization-1.1.0.tar.gz (from https://pypi.org/simple/vadvergasov-serialization/) (requires-python:==3.11) 2023-09-24T11:57:45,168 Skipping link: 1.1.0 Requires-Python ==3.11: https://files.pythonhosted.org/packages/fb/0b/c0046c7f3495a4ddc98fd98a116002abd3b0e247d7ff04c07f51892fc69a/vadvergasov_serialization-1.1.0.tar.gz (from https://pypi.org/simple/vadvergasov-serialization/) (requires-python:==3.11) 2023-09-24T11:57:45,169 Fetching project page and analyzing links: https://www.piwheels.org/simple/vadvergasov-serialization/ 2023-09-24T11:57:45,169 Getting page https://www.piwheels.org/simple/vadvergasov-serialization/ 2023-09-24T11:57:45,171 Found index url https://www.piwheels.org/simple/ 2023-09-24T11:57:45,338 Fetched page https://www.piwheels.org/simple/vadvergasov-serialization/ as text/html 2023-09-24T11:57:45,340 Skipping link: No binaries permitted for vadvergasov-serialization: https://www.piwheels.org/simple/vadvergasov-serialization/vadvergasov_serialization-1.0.0-py3-none-any.whl#sha256=2e3355b4ea496930391268499a563579d268b3cb90c93893b3694413e6974b02 (from https://www.piwheels.org/simple/vadvergasov-serialization/) 2023-09-24T11:57:45,340 Skipping link: not a file: https://www.piwheels.org/simple/vadvergasov-serialization/ 2023-09-24T11:57:45,341 Skipping link: not a file: https://pypi.org/simple/vadvergasov-serialization/ 2023-09-24T11:57:45,360 Given no hashes to check 0 links for project 'vadvergasov-serialization': discarding no candidates 2023-09-24T11:57:45,361 ERROR: Ignored the following versions that require a different python version: 1.1.0 Requires-Python ==3.11 2023-09-24T11:57:45,362 ERROR: Could not find a version that satisfies the requirement vadvergasov-serialization==1.1.0 (from versions: 1.0.0) 2023-09-24T11:57:45,364 ERROR: No matching distribution found for vadvergasov-serialization==1.1.0 2023-09-24T11:57:45,365 Exception information: 2023-09-24T11:57:45,365 Traceback (most recent call last): 2023-09-24T11:57:45,365 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-24T11:57:45,365 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-24T11:57:45,365 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-24T11:57:45,365 raise RequirementsConflicted(criterion) 2023-09-24T11:57:45,365 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('vadvergasov-serialization==1.1.0') 2023-09-24T11:57:45,365 2023-09-24T11:57:45,365 During handling of the above exception, another exception occurred: 2023-09-24T11:57:45,365 2023-09-24T11:57:45,365 Traceback (most recent call last): 2023-09-24T11:57:45,365 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-24T11:57:45,365 result = self._result = resolver.resolve( 2023-09-24T11:57:45,365 ^^^^^^^^^^^^^^^^^ 2023-09-24T11:57:45,365 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-24T11:57:45,365 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-24T11:57:45,365 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-24T11:57:45,365 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-24T11:57:45,365 raise ResolutionImpossible(e.criterion.information) 2023-09-24T11:57:45,365 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('vadvergasov-serialization==1.1.0'), parent=None)] 2023-09-24T11:57:45,365 2023-09-24T11:57:45,365 The above exception was the direct cause of the following exception: 2023-09-24T11:57:45,365 2023-09-24T11:57:45,365 Traceback (most recent call last): 2023-09-24T11:57:45,365 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-24T11:57:45,365 status = run_func(*args) 2023-09-24T11:57:45,365 ^^^^^^^^^^^^^^^ 2023-09-24T11:57:45,365 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-24T11:57:45,365 return func(self, options, args) 2023-09-24T11:57:45,365 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-24T11:57:45,365 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-24T11:57:45,365 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-24T11:57:45,365 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-24T11:57:45,365 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-24T11:57:45,365 raise error from e 2023-09-24T11:57:45,365 pip._internal.exceptions.DistributionNotFound: No matching distribution found for vadvergasov-serialization==1.1.0 2023-09-24T11:57:45,371 Removed build tracker: '/tmp/pip-build-tracker-8ugskqr3'