在Ubuntu 16.04中。我正在尝试安装cntk (从githup- cntk下载的包,仅适用于Linux版本和CPU )。
我遵循了用GitHub编写的过程。步骤1:
anjana@anjana-VirtualBox:~/cntk/Scripts/install/linux$ ./install-cntk.sh
我得到了以下错误
.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
发布于 2017-02-02 07:25:37
这可能是由于安装后anaconda更新期间的代理问题造成的。请参阅:http://conda.continuum.narkive.com/crmi1F8C/could-not-connect-to-http-repo-continuum-io-pkgs-pro-linux-64
https://stackoverflow.com/questions/41977187
复制相似问题