cv2 problem, error
Sophia Terry
I have the next question! I have an issue with cv2, I did install it by:
pip3 install opencv-pythonBut when I trying to run the file it's showing:
import cv2
ModuleNotFoundError: No module named 'cv2'I using Ubuntu 20.04, PyCharm.
4 Reset to default