Cannot install plugins after restore from different system

Full transparency. I have restored an Octoprint backup from a working Windows 10 Intel i7 NUC setup that was working without issue.

I am now running on a HP T620 Thin client with Debian 11 32bit.
I feel it could bean issue with sudo/permissions
My user is in the sudoers list.

Below is an output. Let me know if you need more.

I cannot install any plugins. Everything else works including webcam

Installing plugin "Obico for OctoPrint" from https://github.com/TheSpaghettiDetective/OctoPrint-Obico/archive/master.zip...
/home/printer/OctoPrint/venv/bin/python3 -m pip --disable-pip-version-check install file:///tmp/tmplsl1mkow/OctoPrint-Obico-master.zip --no-cache-dir
Processing /tmp/tmplsl1mkow/OctoPrint-Obico-master.zip
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
error: subprocess-exited-with-error
Γ— Getting requirements to build wheel did not run successfully.
β”‚ exit code: 255
╰─> [1 lines of output]
Could not import OctoPrint's setuptools, are you sure you are running that under the same python installation that OctoPrint is installed under?
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
Γ— Getting requirements to build wheel did not run successfully.
β”‚ exit code: 255
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Getting requirements to build wheel: finished with status 'error'
Error!
Could not parse output from pip, see plugin_pluginmanager_console.log for generated output

1.9.0 rc fixed this.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.