2026-04-05T17:38:18,017 Created temporary directory: /tmp/pip-ephem-wheel-cache-dgby739p 2026-04-05T17:38:18,019 Created temporary directory: /tmp/pip-build-tracker-m8ptgvfk 2026-04-05T17:38:18,020 Initialized build tracking at /tmp/pip-build-tracker-m8ptgvfk 2026-04-05T17:38:18,020 Created build tracker: /tmp/pip-build-tracker-m8ptgvfk 2026-04-05T17:38:18,021 Entered build tracker: /tmp/pip-build-tracker-m8ptgvfk 2026-04-05T17:38:18,022 Created temporary directory: /tmp/pip-wheel-zsdiyv50 2026-04-05T17:38:18,025 DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453 2026-04-05T17:38:18,027 Created temporary directory: /tmp/pip-ephem-wheel-cache-mubrqj6r 2026-04-05T17:38:18,048 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2026-04-05T17:38:18,052 2 location(s) to search for versions of periplus: 2026-04-05T17:38:18,052 * https://pypi.org/simple/periplus/ 2026-04-05T17:38:18,052 * https://www.piwheels.org/simple/periplus/ 2026-04-05T17:38:18,052 Fetching project page and analyzing links: https://pypi.org/simple/periplus/ 2026-04-05T17:38:18,053 Getting page https://pypi.org/simple/periplus/ 2026-04-05T17:38:18,055 Found index url https://pypi.org/simple 2026-04-05T17:38:18,286 Fetched page https://pypi.org/simple/periplus/ as application/vnd.pypi.simple.v1+json 2026-04-05T17:38:18,288 Skipping link: No binaries permitted for periplus: https://files.pythonhosted.org/packages/bd/be/9b92b38313982b28da4296c15c70468d37b2519fe54d4b34c481de21c607/periplus-1.0.0-py3-none-any.whl (from https://pypi.org/simple/periplus/) (requires-python:>=3.12) 2026-04-05T17:38:18,289 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/e3/a3/6bcd40b5748e006b595b4956202d10415ac22580829c91cf6ede2ce098e7/periplus-1.0.0.tar.gz (from https://pypi.org/simple/periplus/) (requires-python:>=3.12) 2026-04-05T17:38:18,289 Skipping link: 1.0.0 Requires-Python >=3.12: https://files.pythonhosted.org/packages/e3/a3/6bcd40b5748e006b595b4956202d10415ac22580829c91cf6ede2ce098e7/periplus-1.0.0.tar.gz (from https://pypi.org/simple/periplus/) (requires-python:>=3.12) 2026-04-05T17:38:18,290 Skipping link: No binaries permitted for periplus: https://files.pythonhosted.org/packages/65/9e/2123ab9eb16e123548be4a0a8d5305db9d8634b6e45038d58022ef69954e/periplus-1.0.1-py3-none-any.whl (from https://pypi.org/simple/periplus/) (requires-python:>=3.12) 2026-04-05T17:38:18,291 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/6a/f1/cf50be8611efd583bc97d2d7e05637e03357c0a90c1d942792a656467228/periplus-1.0.1.tar.gz (from https://pypi.org/simple/periplus/) (requires-python:>=3.12) 2026-04-05T17:38:18,291 Skipping link: 1.0.1 Requires-Python >=3.12: https://files.pythonhosted.org/packages/6a/f1/cf50be8611efd583bc97d2d7e05637e03357c0a90c1d942792a656467228/periplus-1.0.1.tar.gz (from https://pypi.org/simple/periplus/) (requires-python:>=3.12) 2026-04-05T17:38:18,292 Fetching project page and analyzing links: https://www.piwheels.org/simple/periplus/ 2026-04-05T17:38:18,293 Getting page https://www.piwheels.org/simple/periplus/ 2026-04-05T17:38:18,294 Found index url https://www.piwheels.org/simple 2026-04-05T17:38:18,469 Fetched page https://www.piwheels.org/simple/periplus/ as text/html 2026-04-05T17:38:18,470 Skipping link: not a file: https://www.piwheels.org/simple/periplus/ 2026-04-05T17:38:18,471 Skipping link: not a file: https://pypi.org/simple/periplus/ 2026-04-05T17:38:18,491 Given no hashes to check 0 links for project 'periplus': discarding no candidates 2026-04-05T17:38:18,492 ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.12; 1.0.1 Requires-Python >=3.12 2026-04-05T17:38:18,494 ERROR: Could not find a version that satisfies the requirement periplus==1.0.0 (from versions: none) 2026-04-05T17:38:18,495 ERROR: No matching distribution found for periplus==1.0.0 2026-04-05T17:38:18,497 Exception information: 2026-04-05T17:38:18,497 Traceback (most recent call last): 2026-04-05T17:38:18,497 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2026-04-05T17:38:18,497 self._add_to_criteria(self.state.criteria, r, parent=None) 2026-04-05T17:38:18,497 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2026-04-05T17:38:18,497 raise RequirementsConflicted(criterion) 2026-04-05T17:38:18,497 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('periplus==1.0.0') 2026-04-05T17:38:18,497 2026-04-05T17:38:18,497 During handling of the above exception, another exception occurred: 2026-04-05T17:38:18,497 2026-04-05T17:38:18,497 Traceback (most recent call last): 2026-04-05T17:38:18,497 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2026-04-05T17:38:18,497 result = self._result = resolver.resolve( 2026-04-05T17:38:18,497 ^^^^^^^^^^^^^^^^^ 2026-04-05T17:38:18,497 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2026-04-05T17:38:18,497 state = resolution.resolve(requirements, max_rounds=max_rounds) 2026-04-05T17:38:18,497 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-05T17:38:18,497 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2026-04-05T17:38:18,497 raise ResolutionImpossible(e.criterion.information) 2026-04-05T17:38:18,497 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('periplus==1.0.0'), parent=None)] 2026-04-05T17:38:18,497 2026-04-05T17:38:18,497 The above exception was the direct cause of the following exception: 2026-04-05T17:38:18,497 2026-04-05T17:38:18,497 Traceback (most recent call last): 2026-04-05T17:38:18,497 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper 2026-04-05T17:38:18,497 status = run_func(*args) 2026-04-05T17:38:18,497 ^^^^^^^^^^^^^^^ 2026-04-05T17:38:18,497 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 247, in wrapper 2026-04-05T17:38:18,497 return func(self, options, args) 2026-04-05T17:38:18,497 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-05T17:38:18,497 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 170, in run 2026-04-05T17:38:18,497 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2026-04-05T17:38:18,497 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-05T17:38:18,497 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2026-04-05T17:38:18,497 raise error from e 2026-04-05T17:38:18,497 pip._internal.exceptions.DistributionNotFound: No matching distribution found for periplus==1.0.0 2026-04-05T17:38:18,502 Removed build tracker: '/tmp/pip-build-tracker-m8ptgvfk'