2024-03-05T13:05:41,455 Created temporary directory: /tmp/pip-build-tracker-cbfaug43 2024-03-05T13:05:41,456 Initialized build tracking at /tmp/pip-build-tracker-cbfaug43 2024-03-05T13:05:41,457 Created build tracker: /tmp/pip-build-tracker-cbfaug43 2024-03-05T13:05:41,457 Entered build tracker: /tmp/pip-build-tracker-cbfaug43 2024-03-05T13:05:41,458 Created temporary directory: /tmp/pip-wheel-iitt6uxd 2024-03-05T13:05:41,461 Created temporary directory: /tmp/pip-ephem-wheel-cache-dsbf7fbr 2024-03-05T13:05:41,483 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-03-05T13:05:41,486 2 location(s) to search for versions of napalm-slither: 2024-03-05T13:05:41,486 * https://pypi.org/simple/napalm-slither/ 2024-03-05T13:05:41,486 * https://www.piwheels.org/simple/napalm-slither/ 2024-03-05T13:05:41,487 Fetching project page and analyzing links: https://pypi.org/simple/napalm-slither/ 2024-03-05T13:05:41,488 Getting page https://pypi.org/simple/napalm-slither/ 2024-03-05T13:05:41,489 Found index url https://pypi.org/simple/ 2024-03-05T13:05:41,698 Fetched page https://pypi.org/simple/napalm-slither/ as application/vnd.pypi.simple.v1+json 2024-03-05T13:05:41,700 Skipping link: No binaries permitted for napalm-slither: https://files.pythonhosted.org/packages/f3/9c/71add3ec1ba112910766956c9b5ce645564797f5892856f4a2c8abbb41ef/napalm_slither-0.1.0-py3-none-any.whl (from https://pypi.org/simple/napalm-slither/) (requires-python:>=3.10,<4.0) 2024-03-05T13:05:41,701 Found link https://files.pythonhosted.org/packages/fa/e7/1a868b1d191b25edbef4b753b65487e0d886150be7a0cd26f2b7219e14c3/napalm_slither-0.1.0.tar.gz (from https://pypi.org/simple/napalm-slither/) (requires-python:>=3.10,<4.0), version: 0.1.0 2024-03-05T13:05:41,701 Skipping link: No binaries permitted for napalm-slither: https://files.pythonhosted.org/packages/05/b4/1b616832940d360c3cf78ccd4b5fa2162b7c925bc428576c603f5e479a99/napalm_slither-0.1.1-py3-none-any.whl (from https://pypi.org/simple/napalm-slither/) (requires-python:>=3.12,<4.0) 2024-03-05T13:05:41,702 Link requires a different Python (3.11.2 not in: '>=3.12,<4.0'): https://files.pythonhosted.org/packages/bf/2d/3aa216b9c24a7368e981cd59abeebd3092257f61525f84a7ab22afb86a0e/napalm_slither-0.1.1.tar.gz (from https://pypi.org/simple/napalm-slither/) (requires-python:>=3.12,<4.0) 2024-03-05T13:05:41,703 Skipping link: 0.1.1 Requires-Python >=3.12,<4.0: https://files.pythonhosted.org/packages/bf/2d/3aa216b9c24a7368e981cd59abeebd3092257f61525f84a7ab22afb86a0e/napalm_slither-0.1.1.tar.gz (from https://pypi.org/simple/napalm-slither/) (requires-python:>=3.12,<4.0) 2024-03-05T13:05:41,704 Fetching project page and analyzing links: https://www.piwheels.org/simple/napalm-slither/ 2024-03-05T13:05:41,705 Getting page https://www.piwheels.org/simple/napalm-slither/ 2024-03-05T13:05:41,706 Found index url https://www.piwheels.org/simple/ 2024-03-05T13:05:41,871 Fetched page https://www.piwheels.org/simple/napalm-slither/ as text/html 2024-03-05T13:05:41,873 Skipping link: No binaries permitted for napalm-slither: https://www.piwheels.org/simple/napalm-slither/napalm_slither-0.1.0-py3-none-any.whl#sha256=c41d0d184fe07b8f8ce39a796df29f8f3f711119a0879d4ff56d4bf3353e6fda (from https://www.piwheels.org/simple/napalm-slither/) (requires-python:>=3.10,<4.0) 2024-03-05T13:05:41,874 Skipping link: not a file: https://www.piwheels.org/simple/napalm-slither/ 2024-03-05T13:05:41,874 Skipping link: not a file: https://pypi.org/simple/napalm-slither/ 2024-03-05T13:05:41,892 Given no hashes to check 0 links for project 'napalm-slither': discarding no candidates 2024-03-05T13:05:41,893 ERROR: Ignored the following versions that require a different python version: 0.1.1 Requires-Python >=3.12,<4.0 2024-03-05T13:05:41,895 ERROR: Could not find a version that satisfies the requirement napalm-slither==0.1.1 (from versions: 0.1.0) 2024-03-05T13:05:41,896 ERROR: No matching distribution found for napalm-slither==0.1.1 2024-03-05T13:05:41,898 Exception information: 2024-03-05T13:05:41,898 Traceback (most recent call last): 2024-03-05T13:05:41,898 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-03-05T13:05:41,898 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-03-05T13:05:41,898 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-03-05T13:05:41,898 raise RequirementsConflicted(criterion) 2024-03-05T13:05:41,898 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('napalm-slither==0.1.1') 2024-03-05T13:05:41,898 2024-03-05T13:05:41,898 During handling of the above exception, another exception occurred: 2024-03-05T13:05:41,898 2024-03-05T13:05:41,898 Traceback (most recent call last): 2024-03-05T13:05:41,898 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-03-05T13:05:41,898 result = self._result = resolver.resolve( 2024-03-05T13:05:41,898 ^^^^^^^^^^^^^^^^^ 2024-03-05T13:05:41,898 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-03-05T13:05:41,898 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-03-05T13:05:41,898 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-03-05T13:05:41,898 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-03-05T13:05:41,898 raise ResolutionImpossible(e.criterion.information) 2024-03-05T13:05:41,898 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('napalm-slither==0.1.1'), parent=None)] 2024-03-05T13:05:41,898 2024-03-05T13:05:41,898 The above exception was the direct cause of the following exception: 2024-03-05T13:05:41,898 2024-03-05T13:05:41,898 Traceback (most recent call last): 2024-03-05T13:05:41,898 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-03-05T13:05:41,898 status = run_func(*args) 2024-03-05T13:05:41,898 ^^^^^^^^^^^^^^^ 2024-03-05T13:05:41,898 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-03-05T13:05:41,898 return func(self, options, args) 2024-03-05T13:05:41,898 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-03-05T13:05:41,898 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-03-05T13:05:41,898 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-03-05T13:05:41,898 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-03-05T13:05:41,898 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-03-05T13:05:41,898 raise error from e 2024-03-05T13:05:41,898 pip._internal.exceptions.DistributionNotFound: No matching distribution found for napalm-slither==0.1.1 2024-03-05T13:05:41,903 Removed build tracker: '/tmp/pip-build-tracker-cbfaug43'