Answers for "no module named cv2 when running shell script"

C
5

no module named cv2

#To get out of this problem write
pip install opencv-python 
#in your terminal
Posted by: Guest on June-25-2021
0

no module named cv2 mac os

pip install wheel opencv-python
Posted by: Guest on February-23-2022

Code answers related to "no module named cv2 when running shell script"

Code answers related to "C"

Browse Popular Code Answers by Language