ironsniper01

octoprint update errpr

Jan 24th, 2022
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. Installing build dependencies: finished with status 'error'
  2. ERROR: Command errored out with exit status 1:
  3. command: /home/pi/OctoPrint/venv/bin/python2 /home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-wklrx7/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
  4. cwd: None
  5. Complete output (26 lines):
  6. Traceback (most recent call last):
  7. File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
  8. "__main__", fname, loader, pkg_name)
  9. File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  10. exec code in run_globals
  11. File "/home/pi/OctoPrint/venv/lib/python2.7/site-packages/pip/__main__.py", line 19, in <module>
  12. sys.exit(_main())
  13. File "/home/pi/OctoPrint/venv/lib/python2.7/site-packages/pip/_internal/cli/main.py", line 73, in main
  14. command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
  15. File "/home/pi/OctoPrint/venv/lib/python2.7/site-packages/pip/_internal/commands/__init__.py", line 96, in create_command
  16. module = importlib.import_module(module_path)
  17. File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
  18. __import__(name)
  19. File "/home/pi/OctoPrint/venv/lib/python2.7/site-packages/pip/_internal/commands/install.py", line 24, in <module>
  20. from pip._internal.cli.req_command import RequirementCommand
  21. File "/home/pi/OctoPrint/venv/lib/python2.7/site-packages/pip/_internal/cli/req_command.py", line 15, in <module>
  22. from pip._internal.index.package_finder import PackageFinder
  23. File "/home/pi/OctoPrint/venv/lib/python2.7/site-packages/pip/_internal/index/package_finder.py", line 21, in <module>
  24. from pip._internal.index.collector import parse_links
  25. File "/home/pi/OctoPrint/venv/lib/python2.7/site-packages/pip/_internal/index/collector.py", line 12, in <module>
  26. from pip._vendor import html5lib, requests
  27. File "/home/pi/OctoPrint/venv/lib/python2.7/site-packages/pip/_vendor/requests/__init__.py", line 43, in <module>
  28. from pip._vendor import urllib3
  29. File "/home/pi/OctoPrint/venv/lib/python2.7/site-packages/pip/_vendor/urllib3/__init__.py", line 21, in <module>
  30. from logging import NullHandler
  31. ImportError: cannot import name NullHandler
  32. ----------------------------------------
  33. ERROR: Command errored out with exit status 1: /home/pi/OctoPrint/venv/bin/python2 /home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-wklrx7/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.
  34. The update did not finish successfully. Please consult <code>octoprint.log</code> and <code>plugin_softwareupdate_console.log</code> for details.
Advertisement
Add Comment
Please, Sign In to add comment