简体   繁体   中英

cntk installation error in Ubuntu 16.04 with cpu only

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM