I got the ModuleNotFoundError and cannot install cv2. What to do now?
I tried to download cv2 using pip and I got this error
Could not find a version that satisfies the requirement cv2 (from versions: none).
I got the ModuleNotFoundError and cannot install cv2. What to do now?
I tried to download cv2 using pip and I got this error
Could not find a version that satisfies the requirement cv2 (from versions: none).
you can install opencv using this
pip install opencv-python
now opencv gets installed
Have you tried to install the package?
conda install -c menpo opencv