创建 python 3.4 虚拟环境时,
conda create -n py34 python=3.4
报如下错误:
解决:
添加镜像源:
conda config --add channels Index of /anaconda/pkgs/free/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror
conda config --set show_channel_urls yes
创建 python 3.4 虚拟环境时,
conda create -n py34 python=3.4
报如下错误:
解决:
添加镜像源:
conda config --add channels Index of /anaconda/pkgs/free/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror
conda config --set show_channel_urls yes