-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin doesn't install on Ubuntu 22 VM #116
Comments
I can confirm this, no plugin after install, like it just never installed, looks like it installs, but nothing appears after. The octoprint log yields the following:
|
Downgrading to Python3.9 restores the Filament manager functionality to a working state on a Linux instance. Created a clean base Linux install using Ubuntu 22.04 LTS followed by a Python3.9 venv per installation instructions here |
Hi Olli, just to keep you in the loop, it looks like a SQLAlchemy version issue with the Linux distributions and if not explicitly installed in the octoprint venv. So by updating it seems to resolve the issue. |
Describe the bug
The UI install ends with "Done! and Install Unknown /checkmark/" after octoprint restarts plugin is not installed and operation can be repeated.
Install using pip using the PI user ends with:
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info 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: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
Steps to reproduce
Expected behavior
Inatall Complete
Did the same happen when all other 3rd party plugins are disabled?
Every other plugin installs successfully just like on RPI.
Log file
octoprint.log
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: