I\'ve been trying to install both OpenCV and cv2 from both Pycharm and from the terminal as suggested using:
pip install --user opencv pip install --user cv2
you must install opencv-python pip/pip3 install opencv-python if you try import opencv-python, receive error. Fix this error, use the import cv2
pip/pip3 install opencv-python
import opencv-python
import cv2