Anaconda恢复默认源,PackagesNotFoundError: The following packages are missing from the target environment

采用Conda创建虚拟环境安装python3.7:

C:\WINDOWS\system32>conda create -n mmd214 python3.7

报错:PackagesNotFoundError: The following packages are missing from the target environment:   - python=3

该报错是由于源中缺少相关库导致,参考:anaconda换源和恢复默认,解决失效问题

更换源便可以解决该问题。我通过命令:

C:\WINDOWS\system32>conda config --remove-key channels

恢复默认源以后解决该问题。

你可能感兴趣的:(Anaconda恢复默认源,PackagesNotFoundError: The following packages are missing from the target environment)