当前位置:
首页 > Python基础教程 >
-
Python Conda安装包报错:PackagesNotFoundError两种解决方法
这篇文章主要给大家介绍了关于Python Conda安装包报错:PackagesNotFoundError的两种解决方法,这通常意味着安装程序正在寻找的环境包没有在 conda 的默认通道中找到,文中将解决的办法介绍的非常详细,需要的朋友可以参考下
Conda在下载安装包时报错:
PackagesNotFoundError: The following packages are not available from current channels:
- XXXXXX(包名)
有如下两种解决方法:
方法一:将conda-forge添加到搜索路径上
在命令行运行下方指令,然后重新安装。
conda config --append channels conda-forge
conda install 需要安装的包名
方法二:在官网搜索相关包的安装指令并运行
点击命令行提示的连接,即官网: https://anaconda.org ,在页面搜索需要的包,复制下方任意一条指令在命令行运行即可。
PackagesNotFoundError: The following packages are not available from current channels:
- beautifulsoup
Current channels:
- https://conda.anaconda.org/conda-forge
- https://conda.anaconda.org/bioconda
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/pro
- defaults
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
进入主页搜索:
复制官网提供的命令:
在命令行运行命令:
总结
到此这篇关于Python Conda安装包报错:PackagesNotFoundError两种解决方法的文章就介绍到这了,更多相关Conda安装包报错PackagesNotFoundErro内容请搜索脚本之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持vb.net教程C#教程python教程SQL教程access 2010教程https://www.xin3721.com/eschool/vbnetxin3721/
栏目列表
最新更新
使用Python发送电子邮件
SpringBoot中Session的使用及说明
springboot后台session的存储与取出方式
Springboot使用ResponseBody汉字返回问号问题
Springboot下载excel文件中文名乱码问题及解
SpringBoot整合weixin-java-pay实现微信小程序支
Java Socket报错打开文件过多的问题
使用nacos实现自定义文本配置的实时刷新
解决springboot文件上传提示临时文件夹不存
Springboot如何使用外部yml启动
SQL SERVER中递归
2个场景实例讲解GaussDB(DWS)基表统计信息估
常用的 SQL Server 关键字及其含义
动手分析SQL Server中的事务中使用的锁
openGauss内核分析:SQL by pass & 经典执行
一招教你如何高效批量导入与更新数据
天天写SQL,这些神奇的特性你知道吗?
openGauss内核分析:执行计划生成
[IM002]Navicat ODBC驱动器管理器 未发现数据
初入Sql Server 之 存储过程的简单使用
uniapp/H5 获取手机桌面壁纸 (静态壁纸)
[前端] DNS解析与优化
为什么在js中需要添加addEventListener()?
JS模块化系统
js通过Object.defineProperty() 定义和控制对象
这是目前我见过最好的跨域解决方案!
减少回流与重绘
减少回流与重绘
如何使用KrpanoToolJS在浏览器切图
performance.now() 与 Date.now() 对比