conda create --name python34 python=3.4
当在命令行输入conda create --name python34 python=3.4时出现以下报错:这是因为python3.4已被弃用,我们输入如下指令可查看当前可以安装的版本:conda search python然后输入对应的版本即可,例如:conda create --name python38 python=3.85...
·
当在命令行输入conda create --name python34 python=3.4时出现以下报错:
这是因为python3.4已被弃用,我们输入如下指令可查看当前可以安装的版本:conda search python
然后输入对应的版本即可,例如:conda create --name python38 python=3.85
更多推荐



所有评论(0)