OpenCV not working on CODE app #978
Unanswered
Manjunath-Aero
asked this question in
Q&A
Replies: 1 comment
-
OpenCV is not supported in Code App's local environment due to technical constraints. You may consider connecting to an external ssh server to get access to a full desktop environment. To read more: https://code.thebaselab.com/guides/connecting-to-a-remote-server-ssh-ftp |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,


I want to run some opencv programs on my ipad, but when I try to run the code, on terminal it is showing that “modulenotfounderror: no module named cv2”. I tried to install opencv by typing in “pip install opencv-python” but then also I am getting a series of error messeges as shown in the attached screenshot.
After some research, I got to know that opencv can’t be installed if the python version is more than 3.7 and now I want to downgrade the installed python version, how can I do that?
Any quick help from the community will be appreciated. Please help me!
Thank you
Beta Was this translation helpful? Give feedback.
All reactions