2022-01-06 02:57:57,405 /home/pi/oprint/bin/python -m pip --disable-pip-version-check install https://github.com/OctoPrint/OctoPrint/archive/1.7.2.zip --no-cache-dir 2022-01-06 02:58:00,608 > Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-01-06 02:58:00,611 > Collecting https://github.com/OctoPrint/OctoPrint/archive/1.7.2.zip 2022-01-06 02:58:00,612 > Downloading https://github.com/OctoPrint/OctoPrint/archive/1.7.2.zip (6.6 MB) 2022-01-06 02:58:04,933 > Requirement already satisfied: OctoPrint-FileCheck>=2021.2.23 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.7.2) (2021.2.23) 2022-01-06 02:58:04,934 > Requirement already satisfied: OctoPrint-FirmwareCheck>=2021.10.11 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.7.2) (2021.10.11) 2022-01-06 02:58:07,311 > Collecting OctoPrint-PiSupport>=2021.10.28 2022-01-06 02:58:07,313 > Downloading OctoPrint_PiSupport-2021.10.28-py2.py3-none-any.whl (31 kB) 2022-01-06 02:58:07,314 > Requirement already satisfied: markupsafe<2.0,>=1.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.7.2) (1.1.1) 2022-01-06 02:58:07,315 > Requirement already satisfied: markdown<3.2,>=3.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.7.2) (3.1.1) 2022-01-06 02:58:07,315 > Requirement already satisfied: regex!=2018.11.6 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.7.2) (2020.7.14) 2022-01-06 02:58:07,316 > Requirement already satisfied: wrapt<1.13,>=1.12.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.7.2) (1.12.1) 2022-01-06 02:58:07,316 > Collecting flask<2,>=1.1.4 2022-01-06 02:58:07,317 > Downloading Flask-1.1.4-py2.py3-none-any.whl (94 kB) 2022-01-06 02:58:08,320 > Collecting Jinja2<3,>=2.11.3 2022-01-06 02:58:08,322 > Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB) 2022-01-06 02:58:08,323 > Requirement already satisfied: Flask-Login<0.6,>=0.5 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.7.2) (0.5.0) 2022-01-06 02:58:08,324 > Requirement already satisfied: Flask-Babel<2,>=1.0 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.7.2) (1.0.0) 2022-01-06 02:58:08,324 > Requirement already satisfied: Flask-Assets<3,>=2.0 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.7.2) (2.0) 2022-01-06 02:58:08,325 > Requirement already satisfied: werkzeug<2,>=1.0.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.7.2) (1.0.1) 2022-01-06 02:58:08,325 > Requirement already satisfied: itsdangerous<2,>=1.1.0 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.7.2) (1.1.0) 2022-01-06 02:58:08,325 > Requirement already satisfied: cachelib<0.2,>=0.1 in /home/pi/oprint/lib/python2.7/site-packages (from OctoPrint==1.7.2) (0.1.1) 2022-01-06 02:58:09,328 > Collecting PyYAML<6,>=5.4.1 2022-01-06 02:58:09,330 > Downloading PyYAML-5.4.1.tar.gz (175 kB) 2022-01-06 02:58:10,334 > Installing build dependencies: started 2022-01-06 02:58:11,758 > Installing build dependencies: finished with status 'error' 2022-01-06 02:58:11,774 ! ERROR: Command errored out with exit status 1: 2022-01-06 02:58:11,779 ! command: /home/pi/oprint/bin/python /home/pi/oprint/local/lib/python2.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-fdkhGC/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 wheel Cython 2022-01-06 02:58:11,780 ! cwd: None 2022-01-06 02:58:11,781 ! Complete output (24 lines): 2022-01-06 02:58:11,782 ! Traceback (most recent call last): 2022-01-06 02:58:11,783 ! File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main 2022-01-06 02:58:11,836 ! "__main__", fname, loader, pkg_name) 2022-01-06 02:58:11,838 ! File "/usr/lib/python2.7/runpy.py", line 72, in _run_code 2022-01-06 02:58:11,840 ! exec code in run_globals 2022-01-06 02:58:11,841 ! File "/home/pi/oprint/lib/python2.7/site-packages/pip/__main__.py", line 26, in 2022-01-06 02:58:11,842 ! sys.exit(_main()) 2022-01-06 02:58:11,843 ! File "/home/pi/oprint/lib/python2.7/site-packages/pip/_internal/cli/main.py", line 73, in main 2022-01-06 02:58:11,844 ! command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) 2022-01-06 02:58:11,845 ! File "/home/pi/oprint/lib/python2.7/site-packages/pip/_internal/commands/__init__.py", line 104, in create_command 2022-01-06 02:58:11,846 ! module = importlib.import_module(module_path) 2022-01-06 02:58:11,847 ! File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module 2022-01-06 02:58:11,848 ! __import__(name) 2022-01-06 02:58:11,849 ! File "/home/pi/oprint/lib/python2.7/site-packages/pip/_internal/commands/install.py", line 17, in 2022-01-06 02:58:11,850 ! from pip._internal.cli.req_command import RequirementCommand, with_cleanup 2022-01-06 02:58:11,851 ! File "/home/pi/oprint/lib/python2.7/site-packages/pip/_internal/cli/req_command.py", line 16, in 2022-01-06 02:58:11,852 ! from pip._internal.index.collector import LinkCollector 2022-01-06 02:58:11,853 ! File "/home/pi/oprint/lib/python2.7/site-packages/pip/_internal/index/collector.py", line 14, in 2022-01-06 02:58:11,854 ! from pip._vendor import html5lib, requests 2022-01-06 02:58:11,855 ! File "/home/pi/oprint/lib/python2.7/site-packages/pip/_vendor/requests/__init__.py", line 43, in 2022-01-06 02:58:11,856 ! from pip._vendor import urllib3 2022-01-06 02:58:11,857 ! File "/home/pi/oprint/lib/python2.7/site-packages/pip/_vendor/urllib3/__init__.py", line 21, in 2022-01-06 02:58:11,858 ! from logging import NullHandler 2022-01-06 02:58:11,858 ! ImportError: cannot import name NullHandler 2022-01-06 02:58:11,859 ! ---------------------------------------- 2022-01-06 02:58:11,860 ! ERROR: Command errored out with exit status 1: /home/pi/oprint/bin/python /home/pi/oprint/local/lib/python2.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-fdkhGC/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 wheel Cython Check the logs for full command output.