1、问题
jupyter
KeyError
Unhandled error

ImportError: version conflict: ‘C:\Users\AppData\Roaming\Python\Python37\site-packages\psutil\_psutil_windows.cp37-win_amd64.pyd’ C extension module was built for another version of psutil (5.9.0 instead of 5.9.5); you may try to ‘pip uninstall psutil’, manually remove C:\Users\AppData\Roaming\Python\Python37\site-packages\psutil_psutil_windows.cp37-win_amd64.pyd or clean the virtual env somehow, then reinstall


很多奇奇怪怪的问题,卡了好久
总之升级kernel准没错

2、解决方案

pip install --upgrade ipykernel

升级完,kernel能连接上,没报错。

jupyter KeyError Unhandled error ‘pip uninstall psutil‘, manually remove相关推荐

  1. pip install 报错 Error: Cannot uninstall ‘pyparsing‘ 的解决方法

    一.问题表现 执行pip install 命令安装pytest 时遇到错误:Error: Cannot uninstall 'pyparsing' 二.解决方法 执行 sudo pip install ...

  2. 解决:ERROR: Cannot uninstall ‘certifi‘. It is a distutils installed project and thus we cannot accurat

    当安装 :pip install rknn_toolkit-1.7.1-cp36-cp36m-linux_x86_64.whl 时,发现以下错误语句, Installing collected pac ...

  3. jupyter执行显示error解决办法

    在使用jupyter的时候发现运行没有成功,且显示error的,并且终端提示并且自动退出了!! Bad file descriptor (C:\user\lihaian\work\src\epoll. ...

  4. twisted Unhandled error in Deferred scrapy

    twisted Unhandled error in Deferred scrapy 结果报错Unhandled error in Deferred scrapy,百度了很久得到解决方案: 网上解决方 ...

  5. 安装yaml报错:ERROR: Cannot uninstall 'PyYAML'.

    安装yaml报错:ERROR: Cannot uninstall 'PyYAML'. 文章目录: 一.错误原因分析 二.最终错误解决方式 一.错误原因分析 1.开始安装 我是一开始安装yaml,使用命 ...

  6. 安装tensorflow-gpu2.0 报错:ERROR: Cannot uninstall 'wrapt'

    最近tensorflow正式升级为tensorflow2.0版本,体验一下,结果安装报错: 错误: ERROR: Cannot uninstall 'wrapt'. It is a distutils ...

  7. Tensorflow安装错误ERROR: Cannot uninstall ‘wrapt‘.

    报错:ERROR: Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accuratel ...

  8. [bug解决] TensorFlow安装错误:ERROR Cannot uninstall ‘wrapt‘

    [bug解决] TensorFlow安装错误:ERROR: Cannot uninstall 'wrapt'. 问题描述: 根据官网安装教程安装TensorFlow时出现如下报错: ERROR: Ca ...

  9. ERROR: Cannot uninstall ‘wrapt‘. It is a distutils installed project and thus we cannot accurately..

    1.问题描述 pip install tensorflow 报错:ERROR: Cannot uninstall 'wrapt'. It is a distutils installed projec ...

最新文章

  1. 微生物组数据库(http://egcloud.cib.cn)正式上线
  2. C语言 计算一串字符中出现的数字字符数
  3. 【SSH系列】Hibernate映射 -- 一对多关联映射
  4. 三星手机连接公司内网时需要设置EAP 方式: PEAP
  5. html批量导入excel表格,html 导入excel表格数据格式-如何将网页中的表格快速复制到EXCEL中...
  6. ##MySql数据库的增删改查方法
  7. 【POJ 3062】Party(2-SAT、tarjan)
  8. fw150us的linux驱动下载,迅捷FW150US1.0/2.0无线网卡驱动
  9. CardView介绍
  10. 好记性不如烂笔头,要保持学习
  11. 站在讲台上的时候,我怕我会心虚
  12. 数据库概述09(数据库中的锁机制)
  13. 阿里云云计算:1. 云计算的概念
  14. Servlet+常用头信息+响应状态码+响应对象
  15. 什么是BGP,一般机房的BGP是什么意思?
  16. Android中Vitamio使用解析-电视台直播为例
  17. DeviceOne开发技术周报第二期-技术文章、优秀项目展示(四季旅行网,爱抢券)...
  18. 一个80年小子的创业道理,和所有准备创业或者正在创业的兄弟们共享
  19. 组合数学--不相邻的组合数
  20. C语言数组用到的动态内存分配

热门文章

  1. 记住这一刻,库里正式加冕NBA历史三分王Stephen Curry
  2. vscode常用的9个插件,推荐给你们
  3. 【软考】中级 | 数据库系统工程师 | 笔记总结
  4. 在模型推理时合并BN和Conv层
  5. SQL server 数据库关系图无法打开 解决办法
  6. 一次关于读写锁的探索
  7. winform的TreeView动画效果
  8. 3D建模界扛把子之Maya,技能适用范围详解
  9. css鼠标移至滚动条变粗
  10. 图像分割——边缘检测——边缘连接的局部处理(Matlab)