Been trying to install Octolapse. I have Octoprint on an android phone and navigating/installing through my windows computer. Here is a snippet of the error message that I get.
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for Octolapse
Building wheel for Octolapse (setup.py): finished with status 'error'
Running setup.py clean for Octolapse
Failed to build Octolapse
Installing collected packages: Octolapse
Running setup.py install for Octolapse: started
Can somebody help? I have installed python on my windows computer, but am a complete noob when using it.
Here is the final error message that I get.
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
Running setup.py install for Octolapse: finished with status 'error'
Error!
Could not parse output from pip, see plugin_pluginmanager_console.log for generated output
same problem here did you find a solution
Just to be sure - you're also using octo4a?
1 Like
Yes i am using Octo4a on a Samsung s10e. Plug in Extras are also installed. I tried top find Help on tiktok and Made a Video of the Error Code, If you might Take a Look ich Versuche mittlerweile verzweifelt octolapse in octo4a zu installie... | TikTok
lol nah
I have never and will never use use TikTok.
Did you check the octo4a github page?
If nobody else reported that issue - you could report it.
I have already searched forums for a solution, but so far, I haven't found a concrete solution. I was hoping that someone on TikTok might randomly come across my issue and has a solution , because I first learned about octo4a on tiktok. Unfortunately, I also didn't find anything on GitHub, even though the problem has been mentioned there as well.
I'll check my current smartphone in the coming days to see if there's a compatibility issue with the S10e. But i Thing i did nothing wrong during the Installation😭
Okay, I found Octo4a on GitHub, but no specific solution to my problem. The issue with the error message when installing Octolapse in Octo4a seems to be widespread, but so far, I haven't been able to find a solution anywhere.
Btw. Octo4a ist working fine. But it is impossible for me to Install octolapse in Octo4a. The Installation allways breaks with the following Error:
octolapse unable to build wheel...
Hmm I googled a bit and you're definitely not alone with this issue
Seems like an Octolapse issue.
The only solution I was able to find is this forked and patched Octolapse plugin
opened 08:57AM - 03 Jun 23 UTC
<!--
READ THE FOLLOWING FIRST:
I like to keep things clean. This is a place… for reporting bugs and
requesting new features, but is not a good place to ask questions about
or to learn how to use OctoPrint, Octolapse, or any third party programs
and tools like OctoPi, mjpg-streamer, or GPhoto2. Unfortunately there is
currently no user form dedicated to Octolapse, but you can find lots of
information directly within Octolapse (click on the blue question marks or
the help buttons within the interface), and in the Octolapse Wiki
(https://github.com/FormerLurker/Octolapse/wiki). You should also
consider submitting an issue in Octoprint Community Forms within the
plugin category (https://community.octoprint.org/c/plugins/), or via the
official OctoPrint Discord server within #support-plugins channel.
Basically, please exhaust every other option before positing an issue so I
can focus as much as possible on improving Octolapse, and fixing known
bugs. However, if you get stuck and can't find help, and you are sure your
problem isn't actually a bug, please send an email to: FormerLurker@pm.me.
For feature requests, add the prefix "[Request]" in the title (without the
quotes).
Do not delete anything from the template except where noted or the
bot will complain.
Thanks!
-->
#### If this is a feature request describe it here
<!--
Please be as clear as possible. After you are finished, please fill in the
OctoPrint and Octolapse version. Maybe the feature already exists?
-->
___REPLACE_THIS__FEATURE_REQUEST_DESCRIPTION_GOES_HERE
#### Version of Octolapse
<!--
This can be found within the Octolapse settings in the About tab.
If you suspect an installation issue from the plugin manager,
please state that here, especially if you are installing a specific
branch, and not the default (master) branch.
DO NOT OMIT
-->
Octolapse Version: fails to install "master.zip" on 2023-06-03
#### Version of OctoPrint
<!--
Can be found in the lower left corner of the web interface.
DO NOT OMIT
-->
OctoPrint Version: 1.9.0
<!--
If this is a feature request, you are done! Thanks!
If not, please continue
-->
#### When you ran into the problem, did you have diagnostic logging enabled?
<!--
You can find out more about diagnostic logging here:
https://github.com/FormerLurker/Octolapse/wiki/Debug-Profiles#log-additional-information
It is very helpful for certain problems. If you can reproduce the issue with
one of the Diagnostic logging profiles, please do so before submitting an issue.
-->
Diagnostic Logging was Enabled: No (I don't think I can, during the plugin installation process)
#### What were you doing when the problem occurred
<!--
Be specific. Explain what you did as clearly as possible.
It's best if you provide a list of steps you took that can
be used to reproduce the error you encountered.
-->
1. Open OctoPrint Settings -> Plugin Manager
2. Click "Get More"
3. Click "Install" button next to OctoLapse
#### What should have happened?
It should have installed the latest OctoLapse
#### What happened instead?
OctoPrint tried multiple times to install, but failed.
#### Operating System running OctoPrint and Octolapse
<!--
OctoPi, Linux, Windows, MacOS, something else?
Include the version number if possible.
OctoPi's version can be found in /etc/octopi_version or in the lower left
corner of the web interface.
DO NOT OMIT
-->
OS Name: Android
Os Version: 10
octo4a version 1.2.4
The rest of this template seems not relevant to an install-time problem.
But what is presumably relevant is the error from the install log.
Plenty of warnings, but just this one error section:
from octoprint_octolapse/data/lib/c/gcode_position_processor.cpp:24:
octoprint_octolapse/data/lib/c/gcode_position_processor.cpp: In function 'bool ParseStabilizationArgs(PyObject*, stabilization_args*, PyObject**, PyObject**)':
octoprint_octolapse/data/lib/c/gcode_position_processor.cpp:1404:24: error: converting to 'bool' from 'std::nullptr_t' requires direct-initialization [-fpermissive]
1404 | return NULL;
I note that all the other "if" conditions return "false", but this particular one returns NULL
It's been too long for me to have an opinion on the specific casting error/restriction this is complaining about, but maybe it's a simple fix?
https://github.com/FormerLurker/Octolapse/blame/8d53c91069943b9b4d78498c2fc225b3d6d04cb8/octoprint_octolapse/data/lib/c/gcode_position_processor.cpp#L1404
Try to install the zip via the plugin manager.
1 Like
Ha , it worked!! Thank you so much!
2 Likes