-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
I can't install it anymore. #81
Comments
could you please share your otoprint.log and plugin_pluginmanager_console.log? You can drag them into a comment here. |
I'm getting the same thing. Here are my logs: octoprint.log I've been using my Raspberry Pi for something else and just got a new one. I inserted the OctoPi SD card, immediately updated to 1.6.1 and got this error afterwards. I rebooted and got a notification that PrusaSlicer Thumbnails: 1.0.0 was ready to update and received the error again when I tried to upgrade it. |
@bjwest can you share your plugin_softwareupdate_console.log as well please? |
Sure thing. |
@njwest, I think I see the issue for you. try copying/pasting this URL directly in Plugin Manager > Get More > ...from URL.
|
Thank you jneilliii, that worked. |
I keep trying to install and get the below followed by "Installing Unknow": 2021-07-23 02:58:19,472 /home/pi/OctoPrint/venv/bin/python3 -m pip --disable-pip-version-check install file:///tmp/tmp8m0zqfxg/OctoPrint-PrusaSlicerThumbnails-master.zip --no-cache-dir |
can you share your octoprint.log @nysports, because the install states successful. I think this issue is dependency related. |
wrong username, i'm njwest, you're looking for bjwest |
No worries. I didn't even notice the wrong username and followed the instructions anyway. Worked like a charm. |
Sorry for the delayed response. I was away. Log attached. |
This issue has been automatically marked as stale because it has not had activity in 14 days. It will be closed if no further activity occurs in 7 days |
|
Hey @jneilliii wondering if you saw this. Appreciate your help.
|
I posted a link to another issue with the fix for your problem. |
@jneilliii Still no luck. I've attached an updated log BTW, really appreciate your help |
Ok, looks like after installing that it is missing another dependency.
so try this command via SSH...and then restart OctoPrint.
I also noticed you are getting numpy errors with bedlevelvisualizer. You might want to upgrade that plugin to the latest stable version, which removes the numpy dependency. |
Hey, success! Really nice of you to help. I appreciate it. |
pi@octobox:~$ pip install "https://github.com/jneilliii/OctoPrint-PrusaSlicerThumbnails/archive/refs/tags/1.0.0.zip"
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Defaulting to user installation because normal site-packages is not writeable
Collecting https://github.com/jneilliii/OctoPrint-PrusaSlicerThumbnails/archive/refs/tags/1.0.0.zip
Downloading https://github.com/jneilliii/OctoPrint-PrusaSlicerThumbnails/archive/refs/tags/1.0.0.zip
| 239 kB 204 kB/s
ERROR: Command errored out with exit status 1:
command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-foSBMC/setup.py'"'"'; file='"'"'/tmp/pip-req-build-foSBMC/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-F6DCoJ
cwd: /tmp/pip-req-build-foSBMC/
Complete output (3 lines):
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named setuptools
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
The text was updated successfully, but these errors were encountered: