2024-09-26T00:19:11,549 Created temporary directory: /tmp/pip-build-tracker-nf8i9g1b 2024-09-26T00:19:11,550 Initialized build tracking at /tmp/pip-build-tracker-nf8i9g1b 2024-09-26T00:19:11,551 Created build tracker: /tmp/pip-build-tracker-nf8i9g1b 2024-09-26T00:19:11,551 Entered build tracker: /tmp/pip-build-tracker-nf8i9g1b 2024-09-26T00:19:11,552 Created temporary directory: /tmp/pip-wheel-j8kp3e1f 2024-09-26T00:19:11,556 Created temporary directory: /tmp/pip-ephem-wheel-cache-cw9xuvp5 2024-09-26T00:19:11,602 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-09-26T00:19:11,604 2 location(s) to search for versions of polyatomic-complexes: 2024-09-26T00:19:11,604 * https://pypi.org/simple/polyatomic-complexes/ 2024-09-26T00:19:11,604 * https://www.piwheels.org/simple/polyatomic-complexes/ 2024-09-26T00:19:11,605 Fetching project page and analyzing links: https://pypi.org/simple/polyatomic-complexes/ 2024-09-26T00:19:11,606 Getting page https://pypi.org/simple/polyatomic-complexes/ 2024-09-26T00:19:11,607 Found index url https://pypi.org/simple/ 2024-09-26T00:19:11,826 Fetched page https://pypi.org/simple/polyatomic-complexes/ as application/vnd.pypi.simple.v1+json 2024-09-26T00:19:11,828 Skipping link: No binaries permitted for polyatomic-complexes: https://files.pythonhosted.org/packages/b8/7f/aa63fdcde4b62d550b25224f5cedc321dfd4e728e189b26f38bccdb12fc4/polyatomic_complexes-0.0.8-py3-none-any.whl (from https://pypi.org/simple/polyatomic-complexes/) (requires-python:>=3.11.6) 2024-09-26T00:19:11,829 Link requires a different Python (3.11.2 not in: '>=3.11.6'): https://files.pythonhosted.org/packages/45/26/20e9322ac55a46c7c80d6f40f5797fabbf1c165b1553b5c84cea78971233/polyatomic_complexes-0.0.8.tar.gz (from https://pypi.org/simple/polyatomic-complexes/) (requires-python:>=3.11.6) 2024-09-26T00:19:11,829 Skipping link: 0.0.8 Requires-Python >=3.11.6: https://files.pythonhosted.org/packages/45/26/20e9322ac55a46c7c80d6f40f5797fabbf1c165b1553b5c84cea78971233/polyatomic_complexes-0.0.8.tar.gz (from https://pypi.org/simple/polyatomic-complexes/) (requires-python:>=3.11.6) 2024-09-26T00:19:11,830 Fetching project page and analyzing links: https://www.piwheels.org/simple/polyatomic-complexes/ 2024-09-26T00:19:11,830 Getting page https://www.piwheels.org/simple/polyatomic-complexes/ 2024-09-26T00:19:11,832 Found index url https://www.piwheels.org/simple/ 2024-09-26T00:19:12,004 Fetched page https://www.piwheels.org/simple/polyatomic-complexes/ as text/html 2024-09-26T00:19:12,005 Skipping link: not a file: https://www.piwheels.org/simple/polyatomic-complexes/ 2024-09-26T00:19:12,005 Skipping link: not a file: https://pypi.org/simple/polyatomic-complexes/ 2024-09-26T00:19:12,023 Given no hashes to check 0 links for project 'polyatomic-complexes': discarding no candidates 2024-09-26T00:19:12,024 ERROR: Ignored the following versions that require a different python version: 0.0.8 Requires-Python >=3.11.6 2024-09-26T00:19:12,025 ERROR: Could not find a version that satisfies the requirement polyatomic-complexes==0.0.8 (from versions: none) 2024-09-26T00:19:12,027 ERROR: No matching distribution found for polyatomic-complexes==0.0.8 2024-09-26T00:19:12,028 Exception information: 2024-09-26T00:19:12,028 Traceback (most recent call last): 2024-09-26T00:19:12,028 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-09-26T00:19:12,028 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-09-26T00:19:12,028 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-09-26T00:19:12,028 raise RequirementsConflicted(criterion) 2024-09-26T00:19:12,028 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('polyatomic-complexes==0.0.8') 2024-09-26T00:19:12,028 2024-09-26T00:19:12,028 During handling of the above exception, another exception occurred: 2024-09-26T00:19:12,028 2024-09-26T00:19:12,028 Traceback (most recent call last): 2024-09-26T00:19:12,028 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-09-26T00:19:12,028 result = self._result = resolver.resolve( 2024-09-26T00:19:12,028 ^^^^^^^^^^^^^^^^^ 2024-09-26T00:19:12,028 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-09-26T00:19:12,028 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-09-26T00:19:12,028 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-09-26T00:19:12,028 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-09-26T00:19:12,028 raise ResolutionImpossible(e.criterion.information) 2024-09-26T00:19:12,028 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('polyatomic-complexes==0.0.8'), parent=None)] 2024-09-26T00:19:12,028 2024-09-26T00:19:12,028 The above exception was the direct cause of the following exception: 2024-09-26T00:19:12,028 2024-09-26T00:19:12,028 Traceback (most recent call last): 2024-09-26T00:19:12,028 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2024-09-26T00:19:12,028 status = _inner_run() 2024-09-26T00:19:12,028 ^^^^^^^^^^^^ 2024-09-26T00:19:12,028 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2024-09-26T00:19:12,028 return self.run(options, args) 2024-09-26T00:19:12,028 ^^^^^^^^^^^^^^^^^^^^^^^ 2024-09-26T00:19:12,028 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2024-09-26T00:19:12,028 return func(self, options, args) 2024-09-26T00:19:12,028 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-09-26T00:19:12,028 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-09-26T00:19:12,028 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-09-26T00:19:12,028 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-09-26T00:19:12,028 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-09-26T00:19:12,028 raise error from e 2024-09-26T00:19:12,028 pip._internal.exceptions.DistributionNotFound: No matching distribution found for polyatomic-complexes==0.0.8 2024-09-26T00:19:12,034 Removed build tracker: '/tmp/pip-build-tracker-nf8i9g1b'