当前位置: 首页 > news >正文

conda环境pip 安装Tensorflow-gpu 2.10.2提示nbconvert 的包依赖冲突

问题如下:
ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
nbconvert 7.16.4 requires beautifulsoup4, which is not installed.
nbconvert 7.16.4 requires bleach!=5.0.0, which is not installed.
nbconvert 7.16.4 requires defusedxml, which is not installed.
nbconvert 7.16.4 requires jinja2>=3.0, which is not installed.
nbconvert 7.16.4 requires jupyter-core>=4.7, which is not installed.
nbconvert 7.16.4 requires jupyterlab-pygments, which is not installed.
nbconvert 7.16.4 requires mistune<4,>=2.0.3, which is not installed.
nbconvert 7.16.4 requires nbclient>=0.5.0, which is not installed.
nbconvert 7.16.4 requires nbformat>=5.7, which is not installed.
nbconvert 7.16.4 requires pandocfilters>=1.4.1, which is not installed.
nbconvert 7.16.4 requires pygments>=2.4.1, which is not installed.
nbconvert 7.16.4 requires tinycss2, which is not installed.
nbconvert 7.16.4 requires traitlets>=5.1, which is not installed.

解决:

pip install -U nbconvert

更新最新版本的nbconvert即可,因为安装的Tensorflow-gpu版本很新,故相关nbconvert直接更新最新的,理论上可以适配
在这里插入图片描述
更新后一没有报error说conflict,同时仔细观察发现要求的依赖版本也都满足。
所以视为可行方案。
如果TensorFlow和nbconvert有版本冲突的话,可以查看版本对应关系。此处是取巧的方法

相关文章:

  • 北京网站建设多少钱?
  • 辽宁网页制作哪家好_网站建设
  • 高端品牌网站建设_汉中网站制作
  • OpenStack Yoga版安装笔记(十二)nova安装(下)
  • 林轩田机器学习基石——笔记1.2 Learn to Answer Yes/No(如何进行学习)
  • Flink 实时数仓(二)【DIM 层搭建】
  • 中介子方程七十九
  • Apache Kylin数据模型设计:从ETL到多维分析
  • 自闭症儿童无法上学?专业康复机构是希望的灯塔
  • OpenCV Python 图像相加与透明色转换
  • Day13--JavaWeb学习之Servlet后端渲染界面
  • 算法学习day28
  • VBA学习(22):动态显示日历
  • 网页UI设计工具全攻略:九大精选
  • 【初阶数据结构题目】9. 链表分割
  • JAVA(IO流)7.31
  • 声临其境!体验阿里云开源音频基座大模型——FunAudioLLM
  • 【LeetCode】33.搜索旋转排序数组
  • SegmentFault for Android 3.0 发布
  • Apache Pulsar 2.1 重磅发布
  • Laravel Telescope:优雅的应用调试工具
  • PHP CLI应用的调试原理
  • React Native移动开发实战-3-实现页面间的数据传递
  • spring security oauth2 password授权模式
  • Vue源码解析(二)Vue的双向绑定讲解及实现
  • 快速构建spring-cloud+sleuth+rabbit+ zipkin+es+kibana+grafana日志跟踪平台
  • 如何使用 JavaScript 解析 URL
  • 数据结构java版之冒泡排序及优化
  • 再谈express与koa的对比
  • 如何在 Intellij IDEA 更高效地将应用部署到容器服务 Kubernetes ...
  • ​【C语言】长篇详解,字符系列篇3-----strstr,strtok,strerror字符串函数的使用【图文详解​】
  • # 学号 2017-2018-20172309 《程序设计与数据结构》实验三报告
  • ###51单片机学习(2)-----如何通过C语言运用延时函数设计LED流水灯
  • #pragma multi_compile #pragma shader_feature
  • (33)STM32——485实验笔记
  • (Charles)如何抓取手机http的报文
  • (delphi11最新学习资料) Object Pascal 学习笔记---第14章泛型第2节(泛型类的类构造函数)
  • (DFS + 剪枝)【洛谷P1731】 [NOI1999] 生日蛋糕
  • (HAL库版)freeRTOS移植STMF103
  • (PADS学习)第二章:原理图绘制 第一部分
  • (附源码)小程序儿童艺术培训机构教育管理小程序 毕业设计 201740
  • (一)基于IDEA的JAVA基础12
  • (转)c++ std::pair 与 std::make
  • ./include/caffe/util/cudnn.hpp: In function ‘const char* cudnnGetErrorString(cudnnStatus_t)’: ./incl
  • .net MVC中使用angularJs刷新页面数据列表
  • .net 简单实现MD5
  • .NET成年了,然后呢?
  • .Net通用分页类(存储过程分页版,可以选择页码的显示样式,且有中英选择)
  • :“Failed to access IIS metabase”解决方法
  • ??如何把JavaScript脚本中的参数传到java代码段中
  • @JsonFormat 和 @DateTimeFormat 的区别
  • [2016.7.test1] T2 偷天换日 [codevs 1163 访问艺术馆(类似)]
  • [24年新算法]NRBO-XGBoost回归+交叉验证基于牛顿拉夫逊优化算法-XGBoost多变量回归预测
  • [3D游戏开发实践] Cocos Cyberpunk 源码解读-高中低端机性能适配策略
  • [AHK V2]鼠标悬停展开窗口,鼠标离开折叠窗口
  • [Android] Android ActivityManager
  • [android] 请求码和结果码的作用
  • [Angular 基础] - 指令(directives)