2023-09-12T16:54:01,682 Created temporary directory: /tmp/pip-build-tracker-100oq9zu 2023-09-12T16:54:01,683 Initialized build tracking at /tmp/pip-build-tracker-100oq9zu 2023-09-12T16:54:01,684 Created build tracker: /tmp/pip-build-tracker-100oq9zu 2023-09-12T16:54:01,684 Entered build tracker: /tmp/pip-build-tracker-100oq9zu 2023-09-12T16:54:01,685 Created temporary directory: /tmp/pip-wheel-xek5a756 2023-09-12T16:54:01,688 Created temporary directory: /tmp/pip-ephem-wheel-cache-ghxsbhoz 2023-09-12T16:54:01,709 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-12T16:54:01,713 2 location(s) to search for versions of snakelib: 2023-09-12T16:54:01,713 * https://pypi.org/simple/snakelib/ 2023-09-12T16:54:01,713 * https://www.piwheels.org/simple/snakelib/ 2023-09-12T16:54:01,714 Fetching project page and analyzing links: https://pypi.org/simple/snakelib/ 2023-09-12T16:54:01,714 Getting page https://pypi.org/simple/snakelib/ 2023-09-12T16:54:01,716 Found index url https://pypi.org/simple/ 2023-09-12T16:54:01,992 Fetched page https://pypi.org/simple/snakelib/ as application/vnd.pypi.simple.v1+json 2023-09-12T16:54:01,994 Skipping link: No binaries permitted for snakelib: https://files.pythonhosted.org/packages/ca/9b/8d8373206d852aa12a3a7c6eaec077ac0723311811714af45646e264326b/snakelib-0.0.1-py3-none-any.whl (from https://pypi.org/simple/snakelib/) (requires-python:>=3.6) 2023-09-12T16:54:01,995 Found link https://files.pythonhosted.org/packages/57/38/0d32800e6277f14cef957ca650d2ac24c5e5d3c4f8697494488e19290794/snakelib-0.0.1.tar.gz (from https://pypi.org/simple/snakelib/) (requires-python:>=3.6), version: 0.0.1 2023-09-12T16:54:01,996 Found link https://files.pythonhosted.org/packages/64/6d/b9262595a1939914fe25d72bf3571b3209f7d0676e18675d20bd8749a262/snakelib-0.0.2.linux-x86_64.tar.gz (from https://pypi.org/simple/snakelib/) (requires-python:>=3.4), version: 0.0.2.linux-x86_64 2023-09-12T16:54:01,996 Fetching project page and analyzing links: https://www.piwheels.org/simple/snakelib/ 2023-09-12T16:54:01,997 Getting page https://www.piwheels.org/simple/snakelib/ 2023-09-12T16:54:01,999 Found index url https://www.piwheels.org/simple/ 2023-09-12T16:54:02,258 Fetched page https://www.piwheels.org/simple/snakelib/ as text/html 2023-09-12T16:54:02,259 Skipping link: No binaries permitted for snakelib: https://www.piwheels.org/simple/snakelib/snakelib-0.0.1-py3-none-any.whl#sha256=74826d62b85e5c1314ea520b245eadaf8600d526d65079ed64c52b894efe3355 (from https://www.piwheels.org/simple/snakelib/) (requires-python:>=3.6) 2023-09-12T16:54:02,260 Skipping link: not a file: https://www.piwheels.org/simple/snakelib/ 2023-09-12T16:54:02,261 Skipping link: not a file: https://pypi.org/simple/snakelib/ 2023-09-12T16:54:02,279 Given no hashes to check 0 links for project 'snakelib': discarding no candidates 2023-09-12T16:54:02,280 ERROR: Could not find a version that satisfies the requirement snakelib==0.0.2 (from versions: 0.0.2.linux-x86_64, 0.0.1) 2023-09-12T16:54:02,282 ERROR: No matching distribution found for snakelib==0.0.2 2023-09-12T16:54:02,283 Exception information: 2023-09-12T16:54:02,283 Traceback (most recent call last): 2023-09-12T16:54:02,283 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-12T16:54:02,283 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-12T16:54:02,283 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-12T16:54:02,283 raise RequirementsConflicted(criterion) 2023-09-12T16:54:02,283 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('snakelib==0.0.2') 2023-09-12T16:54:02,283 2023-09-12T16:54:02,283 During handling of the above exception, another exception occurred: 2023-09-12T16:54:02,283 2023-09-12T16:54:02,283 Traceback (most recent call last): 2023-09-12T16:54:02,283 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-12T16:54:02,283 result = self._result = resolver.resolve( 2023-09-12T16:54:02,283 ^^^^^^^^^^^^^^^^^ 2023-09-12T16:54:02,283 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-12T16:54:02,283 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-12T16:54:02,283 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-12T16:54:02,283 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-12T16:54:02,283 raise ResolutionImpossible(e.criterion.information) 2023-09-12T16:54:02,283 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('snakelib==0.0.2'), parent=None)] 2023-09-12T16:54:02,283 2023-09-12T16:54:02,283 The above exception was the direct cause of the following exception: 2023-09-12T16:54:02,283 2023-09-12T16:54:02,283 Traceback (most recent call last): 2023-09-12T16:54:02,283 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-12T16:54:02,283 status = run_func(*args) 2023-09-12T16:54:02,283 ^^^^^^^^^^^^^^^ 2023-09-12T16:54:02,283 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-12T16:54:02,283 return func(self, options, args) 2023-09-12T16:54:02,283 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-12T16:54:02,283 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-12T16:54:02,283 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-12T16:54:02,283 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-12T16:54:02,283 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-12T16:54:02,283 raise error from e 2023-09-12T16:54:02,283 pip._internal.exceptions.DistributionNotFound: No matching distribution found for snakelib==0.0.2 2023-09-12T16:54:02,289 Removed build tracker: '/tmp/pip-build-tracker-100oq9zu'