pip升级更新遇到——包已经安装更新,无法安装的错误

ERROR: Cannot uninstall 'XlsxWriter'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall

解决方法:忽略已安装的包

pip install XlsxWriter --upgrade --ignore-installed XlsxWriter

pip “Cannot uninstall ‘pip包‘. It is a distutils installed project...“ 解决方法相关推荐

  1. 解决pip装包报错ERROR: Cannot unistall ‘llvmlite‘. It is a distutils installed project and thus we cannot..

    项目场景及问题描述 不联网环境用pip直接安装下载好的指定版本的.whl第三方库,会存在与现有已安装的包版本冲突的问题,出现报错: ERROR: Cannot unistall 'llvmlite'. ...

  2. ERROR: Cannot uninstall ‘PyYAML‘. It is a distutils installed project and thus we cannot...

    具体错误:ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accura ...

  3. 卸载wrapt_[python] 安装TensorFlow问题 解决Cannot uninstall 'wrapt'. It is a distutils installed project...

    cmd安装 pip install tensorflow 1.遇到了 ERROR: Cannot uninstall 'wrapt'. It is a distutils installed proj ...

  4. 解决: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 ...

  5. 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 ...

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

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

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

    问题原因: 这是一个distutils安装的项目,因此我们无法准确确定属于该文件的文件,这只会导致部分卸载. 使用pip uninstall不能完全删除这个库文件,或导致部分文件残留 解决方法: 找到 ...

  8. 解决ERROR: Cannot uninstall ‘PyYAML‘. It is a distutils installed project and thus we cannot accuratel

    ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately ...

  9. 【报错】Cannot uninstall ‘certifi‘. It is a distutils installed project and thus we cannot accurately

    报错如下: Cannot uninstall 'certifi'. It is a distutils installed project and thus we cannot accurately ...

最新文章

  1. Android中Context简介(通俗易懂)
  2. python读取csv文件的方法-python读写csv文件的方法
  3. LPSTR, LPCSTR ,LPTSTR,LPCSTR,LPWSTR LPCWSTR
  4. ft2232驱动安装方法_关于Win10无法安装英伟达驱动的处理方法
  5. NOIp #2011
  6. few-shot learning 1.1——零样本学习
  7. c语言中指,浅析C语言中指与数组.doc
  8. 分类算法之决策树介绍
  9. 福师计算机在线作业一2,福师《计算机》在线作业二答案.doc
  10. git常用命令之log
  11. Laravel框架学习笔记(一)——phpstudy下的安装配置
  12. csv 读写 python_Python CSV读写
  13. 是什么破除了Kubernetes网络难关,拯救了无数云原生时代的开发者?
  14. 《寄生虫》横扫奥斯卡,Python告诉你这部电影到底好在哪里?
  15. linux怎样使用小米线刷工具,在linux上怎么样线刷小米手机
  16. 免费的html模板开源网站
  17. vue脚手架开发 + element-UI组件 实现 增删改查
  18. 3D游戏编程与设计5——与游戏世界交互
  19. 安卓实现APP自动检测软件版本并提示更新
  20. 美国英文简写日期格式转换

热门文章

  1. idea行号颜色修改
  2. jquery中有.post,.get,$.getJSON为什么没postJSON
  3. springmvc:405 request method post not supported
  4. SVN更新有问题 svn The working copy at‘ ‘ is too old
  5. JAVA可以赋值分数吗_Java数据类型知多少?
  6. rust自我解脱_自我解脱
  7. 乌班图系统修改服务器时间的命令,ubuntu 修改系统时间无效
  8. 分段式多级离心泵_溧阳耐磨矿用多级泵水泵厂
  9. android textview显示表情,在Android TextView中显示表情符号/情感图标
  10. Python入门--字典元素的遍历for-in