Skip to content
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

Installing plugin fails on fresh Octopi 0.16.0 #28

Open
fleibede opened this issue Oct 8, 2019 · 5 comments
Open

Installing plugin fails on fresh Octopi 0.16.0 #28

fleibede opened this issue Oct 8, 2019 · 5 comments
Assignees

Comments

@fleibede
Copy link

fleibede commented Oct 8, 2019

Model: Raspberry Pi 3 Model B Rev 1.2
Applied OctoPi 0.16.0 image.
Updated to 1.3.11, installed plugins themeify, psucontrol and finally this plugin.

RuntimeError: Python version >= 3.5 required?

Should this not work out of the box on this setup? See pluginmanager log attached.
plugin_pluginmanager_console.log

@fleibede
Copy link
Author

fleibede commented Oct 8, 2019

Same issue as #25

@amsbr
Copy link
Owner

amsbr commented Oct 10, 2019

Hi,

you tried run the commands of issue #24

@amsbr amsbr self-assigned this Oct 10, 2019
@NUsulator
Copy link

i had to launch in SSH:
~/oprint/bin/pip --no-cache-dir install numpy
~/oprint/bin/pip --no-cache-dir install pandas

then i install the plugin

@padouk73
Copy link

padouk73 commented Feb 7, 2020

after install numpy abd install pandas, reboot must be done, than go to plugin manager and install statistics plugin.
Works !

@redfox05
Copy link

redfox05 commented Mar 6, 2020

+1 issue is still happening.
Octoprint Version 1.4.0 fresh install, on Raspberry Pi 3.

This needs a proper fix, manually installing packages on the command line is not good for a system like OctoPrint, as that can bring unexpected problems later on.

Example of why it's bad: Some threads recommend manually installing Python 3.5 or above, and this is BAD, because a lot of the OctoPrint system is not compatible with 3.x, so how does one know if the suggestions here are not going to cause other issues.

So, case in point, a proper fix is needed, to allow direct normal install via Plugin Manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants