Tensorflow错误:Cannot uninstall ‘wrapt’. 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.

解决方案

conda update --all
conda remove wrapt
pip install -i https://pypi.douban.com/simple --upgrade tensorflow==2.0.0-beta1
# 版本比较低的系统安装1.5.0以及以下的,命令如下:
pip install -i https://pypi.douban.com/simple tensorflow==1.5.0

参考:https://github.com/tensorflow/tensorflow/issues/30191

Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determin相关推荐

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

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

  3. Cannot uninstall 'numpy'. It is a distutils installed project and thus we cannot accurately determin

    Cannot uninstall 'numpy'. It is a distutils installed project and thus we cannot accurately determin ...

  4. 卸载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 ...

  5. [python] 安装TensorFlow问题 解决Cannot uninstall ‘wrapt‘. It is a distutils installed project

    [python] 安装TensorFlow问题 解决Cannot uninstall 'wrapt'. It is a distutils installed project 参考文章: (1)[py ...

  6. 【报错】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 ...

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

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

  8. Cannot uninstall 'pyOpenSSL'. It is a distutils installed project and thus we cannot accurately dete

    linux python2.7安装scrapy报错 ERROR: Cannot uninstall 'pyOpenSSL'. It is a distutils installed project a ...

  9. Cannot uninstall ‘dill‘. It is a distutils installed project and thus we cannot accurately determine

    https://coolpuppy.readthedocs.io/en/latest/walkthrough.html pip install https://github.com/open2c/co ...

  10. 安装tensorflow报错:Cannot uninstall ‘wrapt‘. It is a distutils installed project and thus we cannot accu

    执行:pip install -U --ignore-installed wrapt enum34 simplejson netaddr 以后再安装即可

最新文章

  1. Spring 是解析配置类过程详解
  2. XebiaLabs DevOps平台推出软件发布风险和合规性管理功能
  3. 电子科技大学研究生计算机与科学,川大和电子科技大学那个计算机考研专业好?...
  4. 外架小横杆外露长度规范要求_脚手架各部位构造要求解读!
  5. 计算机网络基础知识第二章要点
  6. OSG的垃圾回收机制
  7. mediarecorder路径设置为localsocket_[基础教程]-04 NanUI 启动器 Bootstrap 的设置
  8. php debug用什么意思,phpdebug_backtrace()函数是干什么的?
  9. CSP-J NOIP NOI数学与动态规划
  10. 【原】获取数据库(SQL SERVER 2005)的所有信息 Get all database information from SQL Server 2005 测试通过...
  11. 【Elasticsearch】如何在 Elasticsearch 中轻松编写脚本
  12. 【模板】prim的heap优化
  13. Nagios监控HP硬件状态
  14. DenseNet稠密连接层
  15. 贪心法——LeetCode 55 跳跃游戏
  16. <树莓派>——无法向U盘写入文件
  17. 软件设计实验一 UML建模实验
  18. docker build报错解决:error creating overlay mount to .../overlay
  19. 中小卖家电商节恐惧症:你们剁手,我们割肉 2017-10-27 09:00 稿源:懂懂笔记 0条评论 撤稿纠错 “其实对一部分我们这样的中小卖家来说,造节就是煎熬。” 在某大型电商平台上拥有两家
  20. 我对写博客的一点感悟

热门文章

  1. 房东房源管理小程序开发功能
  2. kafka数据保存时间问题与kafka的性能测试
  3. [c语言编程入门]迭代法求平方根
  4. notion函数_最适合设计师的笔记软件 Notion
  5. apktool java_apktool的使用
  6. ssh远程安全访问路由器
  7. 论文阅读七:面向软件定义网络的负载均衡智能路由策略
  8. 如何将图片转换成文字?强势安利2款图片转文字工具!
  9. mysql 建复合索引_mysql 建立复合索引
  10. asp mysql rs.recordcount_asp中rs.recordcount 返回值总是为-1的解决方法