-
Notifications
You must be signed in to change notification settings - Fork 28
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
Issue Install after update Ubuntu to the latest version #270
Comments
I have the same problem. Any advice? |
Same issue here after upgrading to the latest Octoprint version on Ubuntu 24.04.1 LTS (noble). |
I found a workaround for all Linux architectures (tested on Dietpi for me). 1- Download master source code
2- Unzip archive
3- Edit setup file
Note : I had an issue by using Visual Studio Code at the end in Octoprint during the installation step (maybe a mode issue). I didn't wast any time with this, but be careful at this step. Comment all of these lines :
4- Re-create the zip file
5- Install pluginIn Octoprint, install plugin from this archive. |
I recently did a clean install on my Ubuntu system. All other plugins install successfully except Arc Welder... Apparently its not compatibale with the latest Python... Please help.
Installing plugin "Arc Welder" from https://github.com/FormerLurker/ArcWelderPlugin/archive/master.zip...
/home/pi/OctoPrint/bin/python3 -m pip --disable-pip-version-check install file:///tmp/tmprpiwt1_5/ArcWelderPlugin-master.zip --no-cache-dir
Processing /tmp/tmprpiwt1_5/ArcWelderPlugin-master.zip
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-req-build-54ma7jnj/setup.py", line 32, in
from distutils.msvccompiler import MSVCCompiler
ModuleNotFoundError: No module named 'distutils.msvccompiler'
[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.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Error!
Could not parse output from pip, see plugin_pluginmanager_console.log for generated output
The text was updated successfully, but these errors were encountered: