赞
踩
提示:(1)–name:也可以缩写为 【-n】 (2)【yourEnv】是新创建的虚拟环境的名字
conda create --name yourEnv python=2.7
activate yourEnv
提示:全部使用conda的虚拟环境
- 新项目选择环境
2.已有项目换环境
问题:(第一步创建环境时)报错如下:
Fetching package metadata …
PackageNotFoundError: Packages missing in current channels:
-coding
We have searched for the packages in the following channels:
https://…
https://…
应该是镜像源有问题,换掉默认镜像源即可
conda config --add channels ‘https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/’
或
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
conda config --set show_channel_urls yes
在C:\Users\用户名 目录下找到并打开 .condarc 文件加上如下内容:
具体见链接: 添加内容见链接
提示:关闭代理 vpn ;最好使用手机热点;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。