Closed mziel closed 6 years ago
Replaced https://conda.binstar.org/menpo with https://conda.anaconda.org/menpo in conda install. The old version gives a following error:
https://conda.binstar.org/menpo
https://conda.anaconda.org/menpo
conda install
$ conda install -y -c https://conda.binstar.org/menpo opencv3 Fetching package metadata ......... CondaHTTPError: HTTP None None for url <None> An HTTP error occurred when trying to retrieve this URL. SSLError(SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)'),),)
Replaced
https://conda.binstar.org/menpo
withhttps://conda.anaconda.org/menpo
inconda install
. The old version gives a following error: