翼度科技»论坛 编程开发 python 查看内容

Python Conda安装包报错:PackagesNotFoundError两种解决方法

6

主题

6

帖子

18

积分

新手上路

Rank: 1

积分
18
Conda在下载安装包时报错:
  1. PackagesNotFoundError: The following packages are not available from current channels:
  2.   - XXXXXX(包名)
复制代码
有如下两种解决方法:

方法一:将conda-forge添加到搜索路径上

在命令行运行下方指令,然后重新安装。
  1. conda config --append channels conda-forge
复制代码
  1. conda install 需要安装的包名
复制代码
方法二:在官网搜索相关包的安装指令并运行

点击命令行提示的连接,即官网: https://anaconda.org ,在页面搜索需要的包,复制下方任意一条指令在命令行运行即可。
  1. PackagesNotFoundError: The following packages are not available from current channels:

  2.   - beautifulsoup

  3. Current channels:

  4.   - https://conda.anaconda.org/conda-forge
  5.   - https://conda.anaconda.org/bioconda
  6.   - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda
  7.   - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
  8.   - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
  9.   - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
  10.   - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch
  11.   - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/pro
  12.   - defaults

  13. To search for alternate channels that may provide the conda package you're
  14. looking for, navigate to

  15.     https://anaconda.org

  16. and use the search bar at the top of the page.
复制代码
进入主页搜索:


复制官网提供的命令:


在命令行运行命令:


总结

到此这篇关于Python Conda安装包报错ackagesNotFoundError两种解决方法的文章就介绍到这了,更多相关Conda安装包报错PackagesNotFoundErro内容请搜索脚本之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持脚本之家!

来源:https://www.jb51.net/python/322125i81.htm
免责声明:由于采集信息均来自互联网,如果侵犯了您的权益,请联系我们【E-Mail:cb@itdo.tech】 我们会及时删除侵权内容,谢谢合作!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

举报 回复 使用道具