Replies: 6 comments 19 replies
-
Hi, Just an idea Regards, |
Beta Was this translation helpful? Give feedback.
-
I believe I'm having the same issue while installing the Octolapse plugin. I have o4a's plugin extras installed. |
Beta Was this translation helpful? Give feedback.
-
I don't have to ssh. I downloaded through the octoprint logging interface. It's not speaking to me. |
Beta Was this translation helpful? Give feedback.
-
Looks like you have a known issue. You can try this to update missing wheel package pip3 install --upgrade setuptools wheel tornado --no-cache-dirThen rerun your install. I hope this helps. |
Beta Was this translation helpful? Give feedback.
-
On last thing. I am not much in code and dependencies, but It could be that you are installing a too recent dependency tree on a too old phone. |
Beta Was this translation helpful? Give feedback.
-
Hi, plugin_requires.extend(["flask_principal>=0.4,<1.0"])again, in settup.py line 54/55 / this line syntax is not recognized, pillow is called Pillow but it does not work / outdated, replace : "setuptools>=6.0", "awesome-slugify>=1.6.5,<1.7"]by this small line (that is now recognised) : to fix the error: converting to 'bool' from 'std::nullptr_t' requires direct-initialization [-fpermissive]
so edit /usr/lib/python3.10/site-packages/octoprint_octolapse/settings.py then, in the rest of document replace ALL occurences of "collections.Iterable" by "Iterable" There are some other .py files with same issue, perform same change to make sure it is more stable.
Tell me if OK. |
Beta Was this translation helpful? Give feedback.
-
Hi! I am very thankfull this project was set up because of the prices of the RaspberryPis.
I hav now installed the new Version of Octo4a (1.2.0) on my old Samsung Galaxy A5 (2017) with Android 8.0.0 installed.
The server itself is working right now and I installed the plugin extras but when I try to install Octolapse I am getting many errors and it fails installing.
error: command '/usr/bin/gcc' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure × Encountered error while trying to install package. ╰─> Octolapse note: This is an issue with the package mentioned above, not pip. hint: See above for output from the failure. Fehler! Could not parse output from pip, see plugin_pluginmanager_console.log for generated output
This is what I get at the end in the logs.
Have anyone else faced this problem yet? Or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions