I just Installed the latest Anaconda 3.8.3 with conda version 4.8.3 right away after I installed Anaconda, I use Jupyter Notebook then type
import cv2
it says
ModuleNotFoundError Traceback (most recent call last) in ----> 1 import cv2
ModuleNotFoundError: No module named 'cv2'
then based on : Cannot find module cv2 when using OpenCV
someone suggested trying
conda install -c https://conda.binstar.org/menpo opencv
from the Anaconda Prompt
Is there any other way to install cv2?