Closed jescholl closed 3 years ago
I'm not sure if I have tested python 3.8.7. Will try that out and see what I find.
In the meantime, can you try installing from a command prompt and see what happens? Let me know if you need instructions.
I added the manual install log to that same gist (https://gist.github.com/jescholl/aef43a2301b3802ab2dbd0229cf0d384#file-manual_install), It seems to be a different error, but it's not obvious to me what's failing. Also, one of the commands seems to reference an install record /tmp/pip-record-p2sj6o_o/install-record.txt
, but that file doesn't exist or was deleted before it returned to the shell.
@jescholl, gcc was killed while compiling, which usually means you've run out of memory. I'd recommend doing a full reboot of the pi (not just an octoprint reboot), and try to immediately install with a terminal. You could run htop in a separate terminal to watch memory usage and see if that's the problem. Or, if you have additional memory available, you could increase the amount of memory assigned to the docker container. Let me know how that goes.
Ah hah! You were right! Adding more memory fixed it, thanks for the help!
Glad to help! I had what I thought to be a similar issue yesterday, but it turns out it was just a plain old compiler error, lol! Enjoy the plugin!
Octolapse fails to install, giving the following error in octoprint.log (possible duplicate of https://github.com/FormerLurker/Octolapse/issues/633, though there were other issues there)
I have tried installing several different versions and always get the same results
Version of Octolapse
Octolapse Version: 0.4.0, 0.4.1, 0.4.1rc1
Version of OctoPrint
OctoPrint Version: 1.5.2 Python Version: 3.8.7
When you ran into the problem, did you have diagnostic logging enabled?
Diagnostic Logging was Enabled: N/A, octolapse wouldn't install
What were you doing when the problem occurred
What should have happened?
Install successfully
What happened instead?
Plugin Manager UI seems to indicate success but stalls, octoprint UI stops responding, install fails
Operating System running OctoPrint and Octolapse
OS Name: Ubuntu Os Version: 20.04 Octoprint container: octoprint/octoprint:1.5.2
Link to settings.json
Link to settings.json with all passwords removed: https://gist.github.com/jescholl/aef43a2301b3802ab2dbd0229cf0d384#file-settings-json
Link to octoprint.log
Link to octoprint.log: https://gist.github.com/jescholl/aef43a2301b3802ab2dbd0229cf0d384#file-octoprint-log
Link to plugin_pluginmanager_console.log
Link to plugin_pluginmanager_console.log: https://gist.github.com/jescholl/aef43a2301b3802ab2dbd0229cf0d384#file-plugin_pluginmanager_console-log