![]() |
GRIP code gen on RPI3
I have been trying to get OpenCV setup on my RPI3 while following the steps outlined in the readme on github. I am able to install numpy and pynetworktables with no problems at all. However when I try to install OpenCV with the line
Code:
sudo pip3 install opencv-pythonI am running Jessie Lite and made sure to install Python 3.4 aswell. Has anyone else run into this issue or see where it is I'm going wrong? Note that my experience with the RPI in general is limited, so if I haven't found it in the GRIP ReadMe's, I probably haven't done it. |
Re: GRIP code gen on RPI3
It looks like you need to skip ahead to the "Binaries" section of that readme.
If that doesn't work, try to more in-dpeth approach described in the articles I link here. It will take much longer, but I the python one does work. Edit: Note that I have not tried either of these with Jessie Light. |
Re: GRIP code gen on RPI3
I got the same error. I just used the instructions posted by Adrian over at PyImageSearch: http://www.pyimagesearch.com/2016/04...ssie-opencv-3/. Worked perfectly.
|
Re: GRIP code gen on RPI3
PyPi doesn't support binaries for the raspberry pi (or maybe even ARM at all).
I've built OpenCV python bindings for the pi 3 available here under the 'python' directory. (This will not work for other raspberry pi's -- only the 3!) Just follow the instructions in the 'Binaries' section of the README |
Re: GRIP code gen on RPI3
Quote:
|
Re: GRIP code gen on RPI3
Which command did you run?
|
Re: GRIP code gen on RPI3
Quote:
Code:
python3 -m wheel install opencv_python_rpi3-3.1.0+39f5a48-cp34-cp34m-linux_armv7l.whl |
Re: GRIP code gen on RPI3
Ok. So upon trying to run the wheel command using the following:
Code:
sudo python3 -m wheel install ~/GRIP-code-generation/python/libs/opencv_python_rpi3-3.1.0+39f5a48-cp34-cp34m-linux_armv7l.whlCode:
Traceback (most recent call last):Code:
sudo Apt-get install python3 |
| All times are GMT -5. The time now is 01:47. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi