Reputation: 21
In Ubuntu 16.04. I am trying to install cntk (package downloaded from githup- cntk for Linux version and for CPU only).
I followed the procedure written in GitHub. Step 1:
anjana@anjana-VirtualBox:~/cntk/Scripts/install/linux$ ./install-cntk.sh
I got the following error
.Could not connect to https://repo.continuum.io/pkgs/pro/noarch/
..
Solving package specifications: .
Error: Packages missing in current linux-64 channels:
- h5py 2.6.0 np111py35_2
- matplotlib 1.5.3 np111py35_0
- numpy 1.11.2 py35_0
- pandas 0.19.1 np111py35_0
- pillow 3.4.2 py35_0
- pyyaml 3.12 py35_0
- scipy 0.18.1 np111py35_0
- seaborn 0.7.1 py35_0
- setuptools 27.2.0 py35_0
+ echo Creating Anaconda environment failed.
Creating Anaconda environment failed.
+ rm -rf /home/anjana/anaconda3/envs/cntk-py35
+ exit 1
Upvotes: 2
Views: 413
Reputation: 357
This is might be due to proxy issues during the anaconda update after install. See: http://conda.continuum.narkive.com/crmi1F8C/could-not-connect-to-http-repo-continuum-io-pkgs-pro-linux-64
Upvotes: 1