2024-10-20T16:20:26,115 Disabling truststore because Python version isn't 3.10+ 2024-10-20T16:20:26,596 Created temporary directory: /tmp/pip-build-tracker-nwad13i9 2024-10-20T16:20:26,597 Initialized build tracking at /tmp/pip-build-tracker-nwad13i9 2024-10-20T16:20:26,597 Created build tracker: /tmp/pip-build-tracker-nwad13i9 2024-10-20T16:20:26,597 Entered build tracker: /tmp/pip-build-tracker-nwad13i9 2024-10-20T16:20:26,598 Created temporary directory: /tmp/pip-wheel-p464t7hu 2024-10-20T16:20:26,603 Created temporary directory: /tmp/pip-ephem-wheel-cache-7m609shb 2024-10-20T16:20:26,647 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-10-20T16:20:26,650 2 location(s) to search for versions of netbox-ptov: 2024-10-20T16:20:26,650 * https://pypi.org/simple/netbox-ptov/ 2024-10-20T16:20:26,650 * https://www.piwheels.org/simple/netbox-ptov/ 2024-10-20T16:20:26,650 Fetching project page and analyzing links: https://pypi.org/simple/netbox-ptov/ 2024-10-20T16:20:26,651 Getting page https://pypi.org/simple/netbox-ptov/ 2024-10-20T16:20:26,652 Found index url https://pypi.org/simple/ 2024-10-20T16:20:26,672 Fetched page https://pypi.org/simple/netbox-ptov/ as application/vnd.pypi.simple.v1+json 2024-10-20T16:20:26,674 Skipping link: No binaries permitted for netbox-ptov: https://files.pythonhosted.org/packages/79/f8/40b17b62e8a34abaa32e9c36dfbc670f159bffb5af8be9d4d88b86614c9c/netbox_ptov-0.1.1-py3-none-any.whl (from https://pypi.org/simple/netbox-ptov/) (requires-python:>=3.10.0) 2024-10-20T16:20:26,674 Link requires a different Python (3.9.2 not in: '>=3.10.0'): https://files.pythonhosted.org/packages/79/df/214e0fa6a826e084d1f147c1e5413b4f747b403419cb72d948715301fee5/netbox_ptov-0.1.1.tar.gz (from https://pypi.org/simple/netbox-ptov/) (requires-python:>=3.10.0) 2024-10-20T16:20:26,675 Skipping link: 0.1.1 Requires-Python >=3.10.0: https://files.pythonhosted.org/packages/79/df/214e0fa6a826e084d1f147c1e5413b4f747b403419cb72d948715301fee5/netbox_ptov-0.1.1.tar.gz (from https://pypi.org/simple/netbox-ptov/) (requires-python:>=3.10.0) 2024-10-20T16:20:26,675 Skipping link: No binaries permitted for netbox-ptov: https://files.pythonhosted.org/packages/c0/81/e11b3aac2dac81d5b9a3e02fd0741fad3e99b810710726deba162eafc395/netbox_ptov-0.1.2-py3-none-any.whl (from https://pypi.org/simple/netbox-ptov/) (requires-python:>=3.10.0) 2024-10-20T16:20:26,675 Link requires a different Python (3.9.2 not in: '>=3.10.0'): https://files.pythonhosted.org/packages/aa/a3/c23bd2326243e9e908e3a2865f29214dd22b1410154956e4e0f56a0aa3e4/netbox_ptov-0.1.2.tar.gz (from https://pypi.org/simple/netbox-ptov/) (requires-python:>=3.10.0) 2024-10-20T16:20:26,675 Skipping link: 0.1.2 Requires-Python >=3.10.0: https://files.pythonhosted.org/packages/aa/a3/c23bd2326243e9e908e3a2865f29214dd22b1410154956e4e0f56a0aa3e4/netbox_ptov-0.1.2.tar.gz (from https://pypi.org/simple/netbox-ptov/) (requires-python:>=3.10.0) 2024-10-20T16:20:26,676 Fetching project page and analyzing links: https://www.piwheels.org/simple/netbox-ptov/ 2024-10-20T16:20:26,676 Getting page https://www.piwheels.org/simple/netbox-ptov/ 2024-10-20T16:20:26,677 Found index url https://www.piwheels.org/simple/ 2024-10-20T16:20:26,719 Fetched page https://www.piwheels.org/simple/netbox-ptov/ as text/html 2024-10-20T16:20:26,720 Skipping link: not a file: https://www.piwheels.org/simple/netbox-ptov/ 2024-10-20T16:20:26,720 Skipping link: not a file: https://pypi.org/simple/netbox-ptov/ 2024-10-20T16:20:26,736 Given no hashes to check 0 links for project 'netbox-ptov': discarding no candidates 2024-10-20T16:20:26,737 ERROR: Ignored the following versions that require a different python version: 0.1.1 Requires-Python >=3.10.0; 0.1.2 Requires-Python >=3.10.0 2024-10-20T16:20:26,738 ERROR: Could not find a version that satisfies the requirement netbox-ptov==0.1.2 (from versions: none) 2024-10-20T16:20:26,739 ERROR: No matching distribution found for netbox-ptov==0.1.2 2024-10-20T16:20:26,740 Exception information: 2024-10-20T16:20:26,740 Traceback (most recent call last): 2024-10-20T16:20:26,740 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-10-20T16:20:26,740 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-10-20T16:20:26,740 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-10-20T16:20:26,740 raise RequirementsConflicted(criterion) 2024-10-20T16:20:26,740 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('netbox-ptov==0.1.2') 2024-10-20T16:20:26,740 2024-10-20T16:20:26,740 During handling of the above exception, another exception occurred: 2024-10-20T16:20:26,740 2024-10-20T16:20:26,740 Traceback (most recent call last): 2024-10-20T16:20:26,740 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-10-20T16:20:26,740 result = self._result = resolver.resolve( 2024-10-20T16:20:26,740 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-10-20T16:20:26,740 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-10-20T16:20:26,740 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-10-20T16:20:26,740 raise ResolutionImpossible(e.criterion.information) 2024-10-20T16:20:26,740 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('netbox-ptov==0.1.2'), parent=None)] 2024-10-20T16:20:26,740 2024-10-20T16:20:26,740 The above exception was the direct cause of the following exception: 2024-10-20T16:20:26,740 2024-10-20T16:20:26,740 Traceback (most recent call last): 2024-10-20T16:20:26,740 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2024-10-20T16:20:26,740 status = _inner_run() 2024-10-20T16:20:26,740 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2024-10-20T16:20:26,740 return self.run(options, args) 2024-10-20T16:20:26,740 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2024-10-20T16:20:26,740 return func(self, options, args) 2024-10-20T16:20:26,740 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-10-20T16:20:26,740 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-10-20T16:20:26,740 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-10-20T16:20:26,740 raise error from e 2024-10-20T16:20:26,740 pip._internal.exceptions.DistributionNotFound: No matching distribution found for netbox-ptov==0.1.2 2024-10-20T16:20:26,744 Removed build tracker: '/tmp/pip-build-tracker-nwad13i9'