This Python interpreter is in a conda environment, but the environment has not been activated. Libraries may fail to load. To activate this environment

原因–出现这种错误是因为安装的Anaconda中自带的python版本,python处于conda环境中,导致python需要激活:
1,以管理员的身份运行CMD,先验证你的python版本

出现警告:This Python interpreter is in a conda environment, but the environment has
not been activated. Libraries may fail to load. To activate this environment
2,输入 conda activate 进入(base)

3,然后输入conda info --en

最低0.47元/天 解锁文章
2万+

被折叠的 条评论
为什么被折叠?



