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-python
I am told,
"No distributions found at all for opencv-python".
I 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.