-
Notifications
You must be signed in to change notification settings - Fork 10
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
Installation error with the OctoPrint #3
Comments
Hi, I'm unable to reproduce your problem, could you provide more details? However, there where indeed at least two important issues preventing a successful installation:
Both problems should be fixed now, can you try installing again? |
I use octoprint, version 1.3.6, on raspberry pi, Linux 4.9.78-v7+ #1084 SMP Thu Jan 25 18:05:49 GMT 2018 armv7l GNU/Linux Over pluginmanager, the same error "Could not parse output from pip". from bash:
Could it be a problem with raspberry pi architecture? Tried: https://pypi.python.org/pypi/opencv-python No luck. Is there an other paket to use possible? Must i build it self? Reading http://docs.octoprint.org/en/devel/plugins/using.html : Sorry this site does not exist yet. |
Just checked this issue on one of my octopi installations: the opencv-python package is apparently not available for this architecture... Not happy with the situation, but I'm not going to provide an opencv package for currently non-supported architectures. Can you use a different host computer? I'm running Octoprint / OctoPNP on an Odroid and several desktop computers with Debian / Ubuntu. The documentation link was broken. I fixed it, but it's not providing any further hints anyway. |
Sorry, at the moment no time to test it on different host.
In the normal repository (http://mirrordirector.raspbian.org/raspbian/ jessie) is python-opencv. Can i use this anyway? Bye the way, |
I tested it in virtualbox debian stretch with octoprint and it works. |
I have no idea... just try it.
Good! We didn't put much effort into getting it stable on different platforms yet, so any feedback is very welcome! Also if there are further questions, just open an issue and I'll try to add important things to the documentation. |
Hi, i run in the same Problem and found this solution:
But i run in an javascript error, but i'll write a new issue about this topic :) |
similar solution for OctoPi and opencv: sudo apt-get install python-opencv |
Thanks to @rmie for the tip on getting python-opencv and getting it linked into OctoPi's python environment. I removed opencv from the requirements like @xpix said (used a fork on GitHub). For whatever reason numpy didn't work automatically from OctoPrint's plugin system. I was able to compile manually using
After that (still using my fork with opencv removed from requirements) I was able to get it installed and working on Raspberry Pi. So for anyone else that finds this, use rmie's steps, and my steps above, and then through the plugin manager install the plugin from https://github.com/vector76/OctoPNP/archive/master.zip (or disable opencv yourself like xpix recommends). Thanks all, and thanks to @platsch for leading the way in the first place. |
Installation does not work. Gives error message:"Could not parse output from pip".
I'm using OctoPrint version 1.3.2 master branch.
The text was updated successfully, but these errors were encountered: