赞
踩
设置为离线状态
conda config --set offline False
查看是否离线,如果返回值是 offline: True,这说明 Conda 目前处于离线模式:
安装环境:
conda create --name [自定义的环境名] python=3.7
切换为在线状态: