Attention:
1.windows下创建新的环境是需要在anaconda prompt下创建,这样才会创建在anaconda的env目录下,不然是在用户目录下。
2.有些连接连不上,下不了所需的资源需要conda config --remove channels
conda config --set show_channel_urls yes
添加channel
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
3.conda create --prefix= python=3.5 prefix和name不能同时存在
4.conda install pytorch torchvision cuda80 -c pytorch
conda install scikit-learn=0.19.1
conda install scipy=
网友评论