2024-07-13T13:46:04,628 Created temporary directory: /tmp/pip-build-tracker-bqj4a5_b 2024-07-13T13:46:04,630 Initialized build tracking at /tmp/pip-build-tracker-bqj4a5_b 2024-07-13T13:46:04,630 Created build tracker: /tmp/pip-build-tracker-bqj4a5_b 2024-07-13T13:46:04,630 Entered build tracker: /tmp/pip-build-tracker-bqj4a5_b 2024-07-13T13:46:04,631 Created temporary directory: /tmp/pip-wheel-hp60skhn 2024-07-13T13:46:04,635 Created temporary directory: /tmp/pip-ephem-wheel-cache-s1q479vm 2024-07-13T13:46:04,660 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-07-13T13:46:04,664 2 location(s) to search for versions of jsonyx: 2024-07-13T13:46:04,664 * https://pypi.org/simple/jsonyx/ 2024-07-13T13:46:04,664 * https://www.piwheels.org/simple/jsonyx/ 2024-07-13T13:46:04,664 Fetching project page and analyzing links: https://pypi.org/simple/jsonyx/ 2024-07-13T13:46:04,665 Getting page https://pypi.org/simple/jsonyx/ 2024-07-13T13:46:04,667 Found index url https://pypi.org/simple/ 2024-07-13T13:46:04,718 Fetched page https://pypi.org/simple/jsonyx/ as application/vnd.pypi.simple.v1+json 2024-07-13T13:46:04,720 Skipping link: No binaries permitted for jsonyx: https://files.pythonhosted.org/packages/26/53/39d80469e3bb0feafa7ec21045b0176ac4f1fde19c9a10b71cea65292121/jsonyx-0.0.1-py3-none-any.whl (from https://pypi.org/simple/jsonyx/) (requires-python:>=3.10) 2024-07-13T13:46:04,720 Link requires a different Python (3.9.2 not in: '>=3.10'): https://files.pythonhosted.org/packages/79/47/4b16350930640c4b7cf2becdfef0aee6371324a3759501798ee16cf2389b/jsonyx-0.0.1.tar.gz (from https://pypi.org/simple/jsonyx/) (requires-python:>=3.10) 2024-07-13T13:46:04,721 Skipping link: 0.0.1 Requires-Python >=3.10: https://files.pythonhosted.org/packages/79/47/4b16350930640c4b7cf2becdfef0aee6371324a3759501798ee16cf2389b/jsonyx-0.0.1.tar.gz (from https://pypi.org/simple/jsonyx/) (requires-python:>=3.10) 2024-07-13T13:46:04,721 Skipping link: No binaries permitted for jsonyx: https://files.pythonhosted.org/packages/75/8f/0214987f137e92d526a6ddab4a91a9cf851c2a27c1c583b31df983de6985/jsonyx-0.0.2-cp312-cp312-win_amd64.whl (from https://pypi.org/simple/jsonyx/) (requires-python:>=3.10) 2024-07-13T13:46:04,721 Link requires a different Python (3.9.2 not in: '>=3.10'): https://files.pythonhosted.org/packages/3b/b6/6f86385946910daac084c990e87d40a46e2cb5175e60c71b5c8f0a1210f6/jsonyx-0.0.2.tar.gz (from https://pypi.org/simple/jsonyx/) (requires-python:>=3.10) 2024-07-13T13:46:04,721 Skipping link: 0.0.2 Requires-Python >=3.10: https://files.pythonhosted.org/packages/3b/b6/6f86385946910daac084c990e87d40a46e2cb5175e60c71b5c8f0a1210f6/jsonyx-0.0.2.tar.gz (from https://pypi.org/simple/jsonyx/) (requires-python:>=3.10) 2024-07-13T13:46:04,722 Fetching project page and analyzing links: https://www.piwheels.org/simple/jsonyx/ 2024-07-13T13:46:04,722 Getting page https://www.piwheels.org/simple/jsonyx/ 2024-07-13T13:46:04,723 Found index url https://www.piwheels.org/simple/ 2024-07-13T13:46:04,800 Fetched page https://www.piwheels.org/simple/jsonyx/ as text/html 2024-07-13T13:46:04,801 Skipping link: No binaries permitted for jsonyx: https://www.piwheels.org/simple/jsonyx/jsonyx-0.0.1-py3-none-any.whl#sha256=0fbd8a9e422e9bda1b4e47491ec48096c917b6155ff3908989624fccab9a0f7d (from https://www.piwheels.org/simple/jsonyx/) (requires-python:>=3.10) 2024-07-13T13:46:04,802 Skipping link: not a file: https://www.piwheels.org/simple/jsonyx/ 2024-07-13T13:46:04,802 Skipping link: not a file: https://pypi.org/simple/jsonyx/ 2024-07-13T13:46:04,819 Given no hashes to check 0 links for project 'jsonyx': discarding no candidates 2024-07-13T13:46:04,819 ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.10; 0.0.2 Requires-Python >=3.10 2024-07-13T13:46:04,821 ERROR: Could not find a version that satisfies the requirement jsonyx==0.0.2 (from versions: none) 2024-07-13T13:46:04,822 ERROR: No matching distribution found for jsonyx==0.0.2 2024-07-13T13:46:04,822 Exception information: 2024-07-13T13:46:04,822 Traceback (most recent call last): 2024-07-13T13:46:04,822 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-07-13T13:46:04,822 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-07-13T13:46:04,822 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-07-13T13:46:04,822 raise RequirementsConflicted(criterion) 2024-07-13T13:46:04,822 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('jsonyx==0.0.2') 2024-07-13T13:46:04,822 2024-07-13T13:46:04,822 During handling of the above exception, another exception occurred: 2024-07-13T13:46:04,822 2024-07-13T13:46:04,822 Traceback (most recent call last): 2024-07-13T13:46:04,822 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-07-13T13:46:04,822 result = self._result = resolver.resolve( 2024-07-13T13:46:04,822 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-07-13T13:46:04,822 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-07-13T13:46:04,822 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-07-13T13:46:04,822 raise ResolutionImpossible(e.criterion.information) 2024-07-13T13:46:04,822 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('jsonyx==0.0.2'), parent=None)] 2024-07-13T13:46:04,822 2024-07-13T13:46:04,822 The above exception was the direct cause of the following exception: 2024-07-13T13:46:04,822 2024-07-13T13:46:04,822 Traceback (most recent call last): 2024-07-13T13:46:04,822 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-07-13T13:46:04,822 status = run_func(*args) 2024-07-13T13:46:04,822 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-07-13T13:46:04,822 return func(self, options, args) 2024-07-13T13:46:04,822 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-07-13T13:46:04,822 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-07-13T13:46:04,822 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-07-13T13:46:04,822 raise error from e 2024-07-13T13:46:04,822 pip._internal.exceptions.DistributionNotFound: No matching distribution found for jsonyx==0.0.2 2024-07-13T13:46:04,826 Removed build tracker: '/tmp/pip-build-tracker-bqj4a5_b'