2024-02-08T07:22:16,772 Created temporary directory: /tmp/pip-build-tracker-42s1vqcp 2024-02-08T07:22:16,773 Initialized build tracking at /tmp/pip-build-tracker-42s1vqcp 2024-02-08T07:22:16,774 Created build tracker: /tmp/pip-build-tracker-42s1vqcp 2024-02-08T07:22:16,774 Entered build tracker: /tmp/pip-build-tracker-42s1vqcp 2024-02-08T07:22:16,774 Created temporary directory: /tmp/pip-wheel-feqa34ok 2024-02-08T07:22:16,778 Created temporary directory: /tmp/pip-ephem-wheel-cache-1wwmg2me 2024-02-08T07:22:16,802 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-02-08T07:22:16,805 2 location(s) to search for versions of msir-infer: 2024-02-08T07:22:16,805 * https://pypi.org/simple/msir-infer/ 2024-02-08T07:22:16,805 * https://www.piwheels.org/simple/msir-infer/ 2024-02-08T07:22:16,806 Fetching project page and analyzing links: https://pypi.org/simple/msir-infer/ 2024-02-08T07:22:16,807 Getting page https://pypi.org/simple/msir-infer/ 2024-02-08T07:22:16,808 Found index url https://pypi.org/simple/ 2024-02-08T07:22:16,866 Fetched page https://pypi.org/simple/msir-infer/ as application/vnd.pypi.simple.v1+json 2024-02-08T07:22:16,867 Skipping link: No binaries permitted for msir-infer: https://files.pythonhosted.org/packages/78/e4/1354b46dad34b95b4cbbf7006f4f02a729fb59c78a01d6f67783994e635d/msir_infer-0.1.0-py3-none-any.whl (from https://pypi.org/simple/msir-infer/) (requires-python:>=3.8.1,<3.9.0) 2024-02-08T07:22:16,868 Link requires a different Python (3.9.2 not in: '>=3.8.1,<3.9.0'): https://files.pythonhosted.org/packages/e5/11/a6f978f508ff33e7f7d5c6deae10b8b515b23db6fab5d4c9a7f6772c6b29/msir_infer-0.1.0.tar.gz (from https://pypi.org/simple/msir-infer/) (requires-python:>=3.8.1,<3.9.0) 2024-02-08T07:22:16,868 Skipping link: 0.1.0 Requires-Python >=3.8.1,<3.9.0: https://files.pythonhosted.org/packages/e5/11/a6f978f508ff33e7f7d5c6deae10b8b515b23db6fab5d4c9a7f6772c6b29/msir_infer-0.1.0.tar.gz (from https://pypi.org/simple/msir-infer/) (requires-python:>=3.8.1,<3.9.0) 2024-02-08T07:22:16,869 Fetching project page and analyzing links: https://www.piwheels.org/simple/msir-infer/ 2024-02-08T07:22:16,869 Getting page https://www.piwheels.org/simple/msir-infer/ 2024-02-08T07:22:16,870 Found index url https://www.piwheels.org/simple/ 2024-02-08T07:22:16,944 Fetched page https://www.piwheels.org/simple/msir-infer/ as text/html 2024-02-08T07:22:16,945 Skipping link: not a file: https://www.piwheels.org/simple/msir-infer/ 2024-02-08T07:22:16,945 Skipping link: not a file: https://pypi.org/simple/msir-infer/ 2024-02-08T07:22:16,962 Given no hashes to check 0 links for project 'msir-infer': discarding no candidates 2024-02-08T07:22:16,962 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.8.1,<3.9.0 2024-02-08T07:22:16,963 ERROR: Could not find a version that satisfies the requirement msir-infer==0.1.0 (from versions: none) 2024-02-08T07:22:16,964 ERROR: No matching distribution found for msir-infer==0.1.0 2024-02-08T07:22:16,965 Exception information: 2024-02-08T07:22:16,965 Traceback (most recent call last): 2024-02-08T07:22:16,965 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-02-08T07:22:16,965 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-02-08T07:22:16,965 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-02-08T07:22:16,965 raise RequirementsConflicted(criterion) 2024-02-08T07:22:16,965 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('msir-infer==0.1.0') 2024-02-08T07:22:16,965 2024-02-08T07:22:16,965 During handling of the above exception, another exception occurred: 2024-02-08T07:22:16,965 2024-02-08T07:22:16,965 Traceback (most recent call last): 2024-02-08T07:22:16,965 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-02-08T07:22:16,965 result = self._result = resolver.resolve( 2024-02-08T07:22:16,965 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-02-08T07:22:16,965 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-02-08T07:22:16,965 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-02-08T07:22:16,965 raise ResolutionImpossible(e.criterion.information) 2024-02-08T07:22:16,965 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('msir-infer==0.1.0'), parent=None)] 2024-02-08T07:22:16,965 2024-02-08T07:22:16,965 The above exception was the direct cause of the following exception: 2024-02-08T07:22:16,965 2024-02-08T07:22:16,965 Traceback (most recent call last): 2024-02-08T07:22:16,965 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-02-08T07:22:16,965 status = run_func(*args) 2024-02-08T07:22:16,965 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-02-08T07:22:16,965 return func(self, options, args) 2024-02-08T07:22:16,965 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-02-08T07:22:16,965 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-02-08T07:22:16,965 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-02-08T07:22:16,965 raise error from e 2024-02-08T07:22:16,965 pip._internal.exceptions.DistributionNotFound: No matching distribution found for msir-infer==0.1.0 2024-02-08T07:22:16,969 Removed build tracker: '/tmp/pip-build-tracker-42s1vqcp'