|
I am having issues with the open cv software on the rasptank. I am under "openCV installation" in the Setting Up In A Raspberry Pi part of the pdf instructions. I can get as far as 'sudo pip3 install imutils' without any issues, but when I enter the command 'sudo pip3 install opencv-python' the following shows up on the terminal:
- root@raspberrypi:~# sudo pip3 install opencv-python
- Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
- Collecting opencv-python
- Could not find a version that satisfies the requirement opencv-python (from versions: )
- No matching distribution found for opencv-python
Copy the Code with the words "Could not find..." through "... for opencv-python" in red font.
I have tried the command both though putty and directly through the terminal to no avail, and have also tried the automatic way under Setting up in a PC, but it got stuck on the same part. (I could tell because I sat down and watched the text scroll up the screen) I reread both ways' instructions over and over again, and I am sure I followed them to the last word.
I am frustrated because I have now had a robot that I spent a net $140 on for three weeks without being able to use it. Am I just missing something obvious or is this a new problem? Does anyone have any suggestions?
|
|