2025-01-01T23:51:38,849 Disabling truststore because Python version isn't 3.10+ 2025-01-01T23:51:39,479 Created temporary directory: /tmp/pip-build-tracker-f1zin6t4 2025-01-01T23:51:39,480 Initialized build tracking at /tmp/pip-build-tracker-f1zin6t4 2025-01-01T23:51:39,480 Created build tracker: /tmp/pip-build-tracker-f1zin6t4 2025-01-01T23:51:39,480 Entered build tracker: /tmp/pip-build-tracker-f1zin6t4 2025-01-01T23:51:39,481 Created temporary directory: /tmp/pip-wheel-55ji9r6q 2025-01-01T23:51:39,489 Created temporary directory: /tmp/pip-ephem-wheel-cache-krwt5caz 2025-01-01T23:51:39,540 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-01-01T23:51:39,543 2 location(s) to search for versions of wireshark-fieldbus-io: 2025-01-01T23:51:39,543 * https://pypi.org/simple/wireshark-fieldbus-io/ 2025-01-01T23:51:39,543 * https://www.piwheels.org/simple/wireshark-fieldbus-io/ 2025-01-01T23:51:39,543 Fetching project page and analyzing links: https://pypi.org/simple/wireshark-fieldbus-io/ 2025-01-01T23:51:39,544 Getting page https://pypi.org/simple/wireshark-fieldbus-io/ 2025-01-01T23:51:39,545 Found index url https://pypi.org/simple/ 2025-01-01T23:51:39,567 Fetched page https://pypi.org/simple/wireshark-fieldbus-io/ as application/vnd.pypi.simple.v1+json 2025-01-01T23:51:39,568 Skipping link: No binaries permitted for wireshark-fieldbus-io: https://files.pythonhosted.org/packages/5f/89/657ee08dc03cac9f5fc3876ad56c65b3813fe9b5599fe5cb7245bf986bfd/wireshark_fieldbus_io-0.2.0-py3-none-any.whl (from https://pypi.org/simple/wireshark-fieldbus-io/) (requires-python:>=3.12) 2025-01-01T23:51:39,568 Link requires a different Python (3.9.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/31/41/01f52a8ab18974411fd42d503ac101732c994bd4e535d8fae2b68d111030/wireshark_fieldbus_io-0.2.0.tar.gz (from https://pypi.org/simple/wireshark-fieldbus-io/) (requires-python:>=3.12) 2025-01-01T23:51:39,569 Skipping link: 0.2.0 Requires-Python >=3.12: https://files.pythonhosted.org/packages/31/41/01f52a8ab18974411fd42d503ac101732c994bd4e535d8fae2b68d111030/wireshark_fieldbus_io-0.2.0.tar.gz (from https://pypi.org/simple/wireshark-fieldbus-io/) (requires-python:>=3.12) 2025-01-01T23:51:39,569 Fetching project page and analyzing links: https://www.piwheels.org/simple/wireshark-fieldbus-io/ 2025-01-01T23:51:39,569 Getting page https://www.piwheels.org/simple/wireshark-fieldbus-io/ 2025-01-01T23:51:39,570 Found index url https://www.piwheels.org/simple/ 2025-01-01T23:51:39,613 Fetched page https://www.piwheels.org/simple/wireshark-fieldbus-io/ as text/html 2025-01-01T23:51:39,614 Skipping link: not a file: https://www.piwheels.org/simple/wireshark-fieldbus-io/ 2025-01-01T23:51:39,614 Skipping link: not a file: https://pypi.org/simple/wireshark-fieldbus-io/ 2025-01-01T23:51:39,630 Given no hashes to check 0 links for project 'wireshark-fieldbus-io': discarding no candidates 2025-01-01T23:51:39,631 ERROR: Ignored the following versions that require a different python version: 0.2.0 Requires-Python >=3.12 2025-01-01T23:51:39,632 ERROR: Could not find a version that satisfies the requirement wireshark-fieldbus-io==0.2.0 (from versions: none) 2025-01-01T23:51:39,633 ERROR: No matching distribution found for wireshark-fieldbus-io==0.2.0 2025-01-01T23:51:39,634 Exception information: 2025-01-01T23:51:39,634 Traceback (most recent call last): 2025-01-01T23:51:39,634 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2025-01-01T23:51:39,634 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-01-01T23:51:39,634 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2025-01-01T23:51:39,634 raise RequirementsConflicted(criterion) 2025-01-01T23:51:39,634 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('wireshark-fieldbus-io==0.2.0') 2025-01-01T23:51:39,634 2025-01-01T23:51:39,634 During handling of the above exception, another exception occurred: 2025-01-01T23:51:39,634 2025-01-01T23:51:39,634 Traceback (most recent call last): 2025-01-01T23:51:39,634 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2025-01-01T23:51:39,634 result = self._result = resolver.resolve( 2025-01-01T23:51:39,634 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2025-01-01T23:51:39,634 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-01-01T23:51:39,634 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2025-01-01T23:51:39,634 raise ResolutionImpossible(e.criterion.information) 2025-01-01T23:51:39,634 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('wireshark-fieldbus-io==0.2.0'), parent=None)] 2025-01-01T23:51:39,634 2025-01-01T23:51:39,634 The above exception was the direct cause of the following exception: 2025-01-01T23:51:39,634 2025-01-01T23:51:39,634 Traceback (most recent call last): 2025-01-01T23:51:39,634 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-01-01T23:51:39,634 status = _inner_run() 2025-01-01T23:51:39,634 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-01-01T23:51:39,634 return self.run(options, args) 2025-01-01T23:51:39,634 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2025-01-01T23:51:39,634 return func(self, options, args) 2025-01-01T23:51:39,634 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-01-01T23:51:39,634 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-01-01T23:51:39,634 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2025-01-01T23:51:39,634 raise error from e 2025-01-01T23:51:39,634 pip._internal.exceptions.DistributionNotFound: No matching distribution found for wireshark-fieldbus-io==0.2.0 2025-01-01T23:51:39,638 Removed build tracker: '/tmp/pip-build-tracker-f1zin6t4'