https://github.com/famousdraw

使用pycharm使用过程中遇到问题 PackagesNotFoundError

使用pycharm使用过程中遇到问题
PackagesNotFoundError: The following packages are not available from current channels:

- urllib3==1.25.9

解决办法:
conda config --add channels conda-forge

再通过conda或者pip安装自己需要的包就不会再出问题了。

注意channel不一定是conda-forge,根据你需要安装包的类型,具体包属于那个类型可以通过代码来查看:

anaconda search -t conda 要安装的包

6:30 Packages installed successfully: Installed packages: 'urllib3==1.25.9'

posted on 2020-05-07 07:31  红色MINI  阅读(3192)  评论(0编辑  收藏  举报

导航