2024-07-16T07:30:42,252 Created temporary directory: /tmp/pip-build-tracker-kuy09iku 2024-07-16T07:30:42,253 Initialized build tracking at /tmp/pip-build-tracker-kuy09iku 2024-07-16T07:30:42,254 Created build tracker: /tmp/pip-build-tracker-kuy09iku 2024-07-16T07:30:42,254 Entered build tracker: /tmp/pip-build-tracker-kuy09iku 2024-07-16T07:30:42,254 Created temporary directory: /tmp/pip-wheel-ql5z2k65 2024-07-16T07:30:42,258 Created temporary directory: /tmp/pip-ephem-wheel-cache-v6ks1hah 2024-07-16T07:30:42,287 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-07-16T07:30:42,291 2 location(s) to search for versions of statjax: 2024-07-16T07:30:42,291 * https://pypi.org/simple/statjax/ 2024-07-16T07:30:42,291 * https://www.piwheels.org/simple/statjax/ 2024-07-16T07:30:42,291 Fetching project page and analyzing links: https://pypi.org/simple/statjax/ 2024-07-16T07:30:42,292 Getting page https://pypi.org/simple/statjax/ 2024-07-16T07:30:42,294 Found index url https://pypi.org/simple/ 2024-07-16T07:30:42,347 Fetched page https://pypi.org/simple/statjax/ as application/vnd.pypi.simple.v1+json 2024-07-16T07:30:42,349 Skipping link: No binaries permitted for statjax: https://files.pythonhosted.org/packages/47/57/183d311171bc275b87fabace0d7b05e46691b17779b92f05ecb654433621/statjax-0.0.1-py3-none-any.whl (from https://pypi.org/simple/statjax/) (requires-python:>=3.11) 2024-07-16T07:30:42,349 Link requires a different Python (3.9.2 not in: '>=3.11'): https://files.pythonhosted.org/packages/89/7a/34d43823e181247f2e9d88d43cb4626c36f02bc48977accdeb4ced9d5324/statjax-0.0.1.tar.gz (from https://pypi.org/simple/statjax/) (requires-python:>=3.11) 2024-07-16T07:30:42,349 Skipping link: 0.0.1 Requires-Python >=3.11: https://files.pythonhosted.org/packages/89/7a/34d43823e181247f2e9d88d43cb4626c36f02bc48977accdeb4ced9d5324/statjax-0.0.1.tar.gz (from https://pypi.org/simple/statjax/) (requires-python:>=3.11) 2024-07-16T07:30:42,350 Skipping link: No binaries permitted for statjax: https://files.pythonhosted.org/packages/62/93/11dc0ab6fc087661c35a87e8f052279fa056da75fd1149ba79dde1a77322/statjax-0.0.6-py3-none-any.whl (from https://pypi.org/simple/statjax/) (requires-python:>=3.11) 2024-07-16T07:30:42,350 Link requires a different Python (3.9.2 not in: '>=3.11'): https://files.pythonhosted.org/packages/42/14/db3c2e24ad737970ed2f7eac06989507f8b814010da36591006d508500f7/statjax-0.0.6.tar.gz (from https://pypi.org/simple/statjax/) (requires-python:>=3.11) 2024-07-16T07:30:42,350 Skipping link: 0.0.6 Requires-Python >=3.11: https://files.pythonhosted.org/packages/42/14/db3c2e24ad737970ed2f7eac06989507f8b814010da36591006d508500f7/statjax-0.0.6.tar.gz (from https://pypi.org/simple/statjax/) (requires-python:>=3.11) 2024-07-16T07:30:42,351 Fetching project page and analyzing links: https://www.piwheels.org/simple/statjax/ 2024-07-16T07:30:42,351 Getting page https://www.piwheels.org/simple/statjax/ 2024-07-16T07:30:42,352 Found index url https://www.piwheels.org/simple/ 2024-07-16T07:30:42,413 Fetched page https://www.piwheels.org/simple/statjax/ as text/html 2024-07-16T07:30:42,414 Skipping link: No binaries permitted for statjax: https://www.piwheels.org/simple/statjax/statjax-0.0.1-py3-none-any.whl#sha256=4d0aa6087617cb58299621bcb979b7f27dcbaace903d33d20064bfe4a8e0b730 (from https://www.piwheels.org/simple/statjax/) (requires-python:>=3.11) 2024-07-16T07:30:42,414 Skipping link: not a file: https://www.piwheels.org/simple/statjax/ 2024-07-16T07:30:42,414 Skipping link: not a file: https://pypi.org/simple/statjax/ 2024-07-16T07:30:42,431 Given no hashes to check 0 links for project 'statjax': discarding no candidates 2024-07-16T07:30:42,432 ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.11; 0.0.6 Requires-Python >=3.11 2024-07-16T07:30:42,433 ERROR: Could not find a version that satisfies the requirement statjax==0.0.6 (from versions: none) 2024-07-16T07:30:42,434 ERROR: No matching distribution found for statjax==0.0.6 2024-07-16T07:30:42,435 Exception information: 2024-07-16T07:30:42,435 Traceback (most recent call last): 2024-07-16T07:30:42,435 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-07-16T07:30:42,435 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-07-16T07:30:42,435 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-07-16T07:30:42,435 raise RequirementsConflicted(criterion) 2024-07-16T07:30:42,435 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('statjax==0.0.6') 2024-07-16T07:30:42,435 2024-07-16T07:30:42,435 During handling of the above exception, another exception occurred: 2024-07-16T07:30:42,435 2024-07-16T07:30:42,435 Traceback (most recent call last): 2024-07-16T07:30:42,435 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-07-16T07:30:42,435 result = self._result = resolver.resolve( 2024-07-16T07:30:42,435 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-07-16T07:30:42,435 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-07-16T07:30:42,435 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-07-16T07:30:42,435 raise ResolutionImpossible(e.criterion.information) 2024-07-16T07:30:42,435 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('statjax==0.0.6'), parent=None)] 2024-07-16T07:30:42,435 2024-07-16T07:30:42,435 The above exception was the direct cause of the following exception: 2024-07-16T07:30:42,435 2024-07-16T07:30:42,435 Traceback (most recent call last): 2024-07-16T07:30:42,435 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-07-16T07:30:42,435 status = run_func(*args) 2024-07-16T07:30:42,435 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-07-16T07:30:42,435 return func(self, options, args) 2024-07-16T07:30:42,435 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-07-16T07:30:42,435 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-07-16T07:30:42,435 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-07-16T07:30:42,435 raise error from e 2024-07-16T07:30:42,435 pip._internal.exceptions.DistributionNotFound: No matching distribution found for statjax==0.0.6 2024-07-16T07:30:42,438 Removed build tracker: '/tmp/pip-build-tracker-kuy09iku'