So I have been stucked with some days now. I can see that I have the same problem of some other users but I couldn't find a topic with the answer to my issue.
I installed octoprint on my raspberry pi 3B+ and i am having issue to install any plugin from the plugin manager. What I want to do : Install any 3rd party software (tried with octolapse & bed level visualizer so far)
What's wrong : from the plugin manaer, I have a error message at the step: "building wheel for numpy (setup.py): started "
It looks like it may be an issue with pillow because the plugin manager has been stucked several time at the step "collecting pillow" and then it stopped doing anything and the server got disconnected.
I tried to connect via SSL and do the following : source oprint/bin/activate pip install --upgrade pip --> worked until here pip install pillow --no-cache-dir --> didn't work and the server stopped responding.
I did'nt do anything with my raspberry and octoprint so I think my set-up is still clean and I don't know what causes this issue or how to resolve it.
I would be really glad if you could advise me on what to do next so I can finally uses octoprint to its full potential with the plugins
That's fine. It looks okay. It doesn't have the same error your plugin log showed. It looks like things may be working, it's just at a very slow step, this is what the plugin manager console last showed:
2020-03-31 20:13:20,564 > Building wheel for numpy (setup.py): started
Unfortunately you restarted your Pi (or octoprint) at least 3 times after that. I suggest starting the plugin install and leaving it alone for an hour. If that doesn't work, start from a fresh install again.
I have been waiting during the plugin installation but it got itself disconnected (I've got the message from the UI "server disconnected").
It may be an issue related with the response time ?
And if you're curious about the progress, feel free to bring up a second remote session to the Pi, run htop, sort by processor time and watch that run. (I usually do a sudo service octoprint stop if I'm manually installing things like this to free up a little core.)
Ok so i tried on emore time to install numpy using your additionnal instruction, and I've got a crash only a few minutes after it start.
At least it displayed some warnings this time.
May it be related to a wrong folder architecture that could have been caused when i first tried to install plugins via the UI ?
2020-03-31 18:49:06,371 - octoprint.plugins.pi_support - WARNING - This Raspberry Pi is reporting problems that might lead to bad performance or errors caused by overheating or insufficient power.
!!! UNDERVOLTAGE REPORTED !!! Make sure that the power supply and power cable are capable of supplying enough voltage and current to your Pi.
This is from your log. Your Pi is not getting enough power to run reliably. This is most likely why things are breaking when it gets under load (e.g. while building numpy).