For a coursera course I have to install GraphLab Create. I installed Anaconda 2.0 and Python 2.7. Then I run the following command to create the conda environment from the anaconda 2 command prompt:
conda create -n gl-env python=2.7 anaconda=4.0.0
Which gives the error message:
[Anaconda2] C:\Users\Wendy> conda create -n gl-env python=2.7 anaconda=4.0.0
Using Anaconda Cloud api
site https://api.anaconda.org Fetching package metadata: SSL
verification error: [Errno 2] No such file or directory SSL
verification error: [Errno 2] No such file or directory SSL
verification error: [Errno 2] No such file or directory S.SL
verification error: [Errno 2] No such file or directory SSL
verification error: [Errno 2] No such file or directory S.SL
verification error: [Errno 2] No such file or directory .... Solving package specifications: .
Error: Package missing in current win-64 channels:
- anaconda 4.0|4.0.0*
You can search for this package on anaconda.org with
anaconda search -t conda anaconda 4.0|4.0.0*
However, the search command gives also an error:
[Anaconda2] C:\Users\Wendy> anaconda search -t conda anaconda 4.0|4.0.0*
'4.0.0*' is not recognized as an internal or external command, operable program or batch file.
How can I solve this ?