I am currently new to python. I have installing python 3.6 using Anaconda version 4.5. After installing few packages below I am unable to import cv2:
pip install numpy scipy matplotlib scikit-learn jupyter
pip install opencv-contrib-python
I have tried installing various version of cv2 but none works.