2025-11-11 17:48:43,485 /home/pi/oprint/bin/python3 -m pip --disable-pip-version-check install https://github.com/OctoPrint/OctoPrint/archive/1.11.4.zip --no-cache-dir 2025-11-11 17:48:45,908 > Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-11-11 17:48:45,909 > Collecting https://github.com/OctoPrint/OctoPrint/archive/1.11.4.zip 2025-11-11 17:48:45,910 > Downloading https://github.com/OctoPrint/OctoPrint/archive/1.11.4.zip (7.3 MB) 2025-11-11 17:48:48,918 > Installing build dependencies: started 2025-11-11 17:48:49,469 ! ERROR: Command errored out with exit status 1: 2025-11-11 17:48:49,470 ! command: /home/pi/oprint/bin/python3 /home/pi/oprint/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-we39mwbd/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple --extra-index-url https://www.piwheels.org/simple -- 'setuptools>=40.8.0' wheel 2025-11-11 17:48:49,471 ! cwd: None 2025-11-11 17:48:49,471 ! Complete output (42 lines): 2025-11-11 17:48:49,472 ! Traceback (most recent call last): 2025-11-11 17:48:49,472 ! File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main 2025-11-11 17:48:49,473 ! "__main__", mod_spec) 2025-11-11 17:48:49,473 ! File "/usr/lib/python3.7/runpy.py", line 85, in _run_code 2025-11-11 17:48:49,473 ! exec(code, run_globals) 2025-11-11 17:48:49,473 ! File "/home/pi/oprint/lib/python3.7/site-packages/pip/__main__.py", line 26, in 2025-11-11 17:48:49,474 ! sys.exit(_main()) 2025-11-11 17:48:49,474 ! File "/home/pi/oprint/lib/python3.7/site-packages/pip/_internal/cli/main.py", line 73, in main 2025-11-11 17:48:49,474 ! command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) 2025-11-11 17:48:49,474 ! File "/home/pi/oprint/lib/python3.7/site-packages/pip/_internal/commands/__init__.py", line 105, in create_command 2025-11-11 17:48:49,475 ! module = importlib.import_module(module_path) 2025-11-11 17:48:49,475 ! File "/home/pi/oprint/lib/python3.7/importlib/__init__.py", line 127, in import_module 2025-11-11 17:48:49,475 ! return _bootstrap._gcd_import(name[level:], package, level) 2025-11-11 17:48:49,475 ! File "", line 1006, in _gcd_import 2025-11-11 17:48:49,476 ! File "", line 983, in _find_and_load 2025-11-11 17:48:49,476 ! File "", line 967, in _find_and_load_unlocked 2025-11-11 17:48:49,476 ! File "", line 677, in _load_unlocked 2025-11-11 17:48:49,477 ! File "", line 728, in exec_module 2025-11-11 17:48:49,477 ! File "", line 219, in _call_with_frames_removed 2025-11-11 17:48:49,477 ! File "/home/pi/oprint/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 17, in 2025-11-11 17:48:49,477 ! from pip._internal.cli.req_command import RequirementCommand, with_cleanup 2025-11-11 17:48:49,478 ! File "/home/pi/oprint/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 18, in 2025-11-11 17:48:49,478 ! from pip._internal.index.collector import LinkCollector 2025-11-11 17:48:49,478 ! File "/home/pi/oprint/lib/python3.7/site-packages/pip/_internal/index/collector.py", line 14, in 2025-11-11 17:48:49,478 ! from pip._vendor import html5lib, requests 2025-11-11 17:48:49,478 ! File "/home/pi/oprint/lib/python3.7/site-packages/pip/_vendor/requests/__init__.py", line 125, in 2025-11-11 17:48:49,479 ! from . import utils 2025-11-11 17:48:49,479 ! File "/home/pi/oprint/lib/python3.7/site-packages/pip/_vendor/requests/utils.py", line 25, in 2025-11-11 17:48:49,479 ! from . import certs 2025-11-11 17:48:49,479 ! File "/home/pi/oprint/lib/python3.7/site-packages/pip/_vendor/requests/certs.py", line 15, in 2025-11-11 17:48:49,480 ! from pip._vendor.certifi import where 2025-11-11 17:48:49,480 ! File "/home/pi/oprint/lib/python3.7/site-packages/pip/_vendor/certifi/__init__.py", line 1, in 2025-11-11 17:48:49,480 ! from .core import contents, where 2025-11-11 17:48:49,480 ! File "/home/pi/oprint/lib/python3.7/site-packages/pip/_vendor/certifi/core.py", line 12, in 2025-11-11 17:48:49,481 ! from importlib.resources import path as get_path, read_text 2025-11-11 17:48:49,481 ! File "/home/pi/oprint/lib/python3.7/importlib/resources.py", line 11, in 2025-11-11 17:48:49,481 ! from typing import Iterable, Iterator, Optional, Set, Union # noqa: F401 2025-11-11 17:48:49,481 ! File "/home/pi/oprint/lib/python3.7/site-packages/typing.py", line 1359, in 2025-11-11 17:48:49,482 ! class Callable(extra=collections_abc.Callable, metaclass=CallableMeta): 2025-11-11 17:48:49,482 ! File "/home/pi/oprint/lib/python3.7/site-packages/typing.py", line 1007, in __new__ 2025-11-11 17:48:49,482 ! self._abc_registry = extra._abc_registry 2025-11-11 17:48:49,482 ! AttributeError: type object 'Callable' has no attribute '_abc_registry' 2025-11-11 17:48:49,483 ! ---------------------------------------- 2025-11-11 17:48:49,483 ! ERROR: Command errored out with exit status 1: /home/pi/oprint/bin/python3 /home/pi/oprint/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-we39mwbd/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple --extra-index-url https://www.piwheels.org/simple -- 'setuptools>=40.8.0' wheel Check the logs for full command output. 2025-11-11 17:48:49,485 > Installing build dependencies: finished with status 'error'