In this tutorial, we will introduce you how to fix No module named cv2 in python. It is easy to fix.
How to fix No module named cv2?
cv2 means opencv is used in python script, however, we have not installed python opencv in our environment.
In order to fix this errr, we should install python opencv.
pip install opencv-python
Then you will see this error is fixed.