Guest User

octolapse error

a guest
May 30th, 2026
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. Installing plugin from uploaded file...
  2. /home/octoprint/octoprint-venv/bin/python3 -m pip --disable-pip-version-check install file:///tmp/tmp96hax1qi/Octolapse-0.4.5%20%284%29.zip --no-cache-dir --use-pep517 --no-build-isolation
  3. Processing /tmp/tmp96hax1qi/Octolapse-0.4.5 (4).zip
  4. Preparing metadata (pyproject.toml): started
  5. Preparing metadata (pyproject.toml): finished with status 'error'
  6. error: subprocess-exited-with-error
  7.  
  8. × Preparing metadata (pyproject.toml) did not run successfully.
  9. │ exit code: 1
  10. ╰─> [25 lines of output]
  11. /tmp/pip-req-build-y1tul25o/versioneer.py:564: SyntaxWarning: invalid escape sequence '\s'
  12. mo = re.search(r'=\s*"(.*)"', line)
  13. Traceback (most recent call last):
  14. File "/home/octoprint/octoprint-venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
  15. main()
  16. File "/home/octoprint/octoprint-venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
  17. json_out["return_val"] = hook(**hook_input["kwargs"])
  18. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  19. File "/home/octoprint/octoprint-venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 175, in prepare_metadata_for_build_wheel
  20. return hook(metadata_directory, config_settings)
  21. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  22. File "/home/octoprint/octoprint-venv/lib/python3.12/site-packages/setuptools/build_meta.py", line 373, in prepare_metadata_for_build_wheel
  23. self.run_setup()
  24. File "/home/octoprint/octoprint-venv/lib/python3.12/site-packages/setuptools/build_meta.py", line 502, in run_setup
  25. super().run_setup(setup_script=setup_script)
  26. File "/home/octoprint/octoprint-venv/lib/python3.12/site-packages/setuptools/build_meta.py", line 318, in run_setup
  27. exec(code, locals())
  28. File "<string>", line 25, in <module>
  29. File "/tmp/pip-req-build-y1tul25o/versioneer.py", line 1412, in get_versions
  30. cfg = get_config_from_root(root)
  31. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  32. File "/tmp/pip-req-build-y1tul25o/versioneer.py", line 342, in get_config_from_root
  33. parser = configparser.SafeConfigParser()
  34. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  35. AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
  36. [end of output]
  37.  
  38. note: This error originates from a subprocess, and is likely not a problem with pip.
  39. error: metadata-generation-failed
  40.  
  41. × Encountered error while generating package metadata.
  42. ╰─> See above for output.
  43.  
  44. note: This is an issue with the package mentioned above, not pip.
  45. hint: See above for details.
  46. Error!
  47. Could not parse output from pip, see plugin_pluginmanager_console.log for generated output
Advertisement
Add Comment
Please, Sign In to add comment