Tried the following steps
conda install -c menpo opencv3=3.2.0
.. Fetching package metadata....An unexpected error has occurred- Did some internet search and used
conda config --set ssl_verify=False
- Then tried doing
conda update -all
andconda update pyopenssl
but no luck - even
remove certifi
does not work ...gives the same error...infact any update / install attempt gives the same result. - I have NOT set my
PYTHONHOME
orPYTHONPATH
- Followin are the screen shots of my current conda settings and the update/install error. Platform : Windows 8.1
- If there is any other method to install OpenCV 3.2 in Anaconda environment please mention it
EDIT : PROBLEM SOLVED
- Open Anaconda terminal
- Navigate to the folder in Anaconda main folder which contains Python Scripts
- Download the un-offical opencv + contrib binaries from here
- In the Anaconda terminal do pip install
The menpo file page shows only OpenCV 3.2.0 for Python 2.7/3.4/3.5 on linux-64 platform is available.
You can try this OpenCV 3.2.0 binary in github if your Windows is 64-bit and with Python 2.7.
See this https://stackoverflow.com/questions/42310099 for more informtion.
Also, you can go into your Anaconda environment and run one of the following for OpenCV 3.4.4:
For anaconda running python 3.7, you can use