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
python3.6 -m pip install opencv-python
will install cv2 in python3.6 branch