cmd安装 pip install tensorflow

1.遇到了

ERROR: 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.

办法1:输入 pip install -U --ignore-installed wrapt enum34 simplejson netaddr

参考:https://www.cnblogs.com/xiaowei2092/p/11025155.html

2.遇到了

ERROR: tensorboard 1.14.0 has requirement setuptools>=41.0.0, but you'll have setuptools 39.1.0 which is incompatible.

原因: setuptools 版本太低

办法:更新setuptools版本 输入 pip install --upgrade setuptools

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

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

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

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

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

  3. 安装tensorflow出现 Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accu

    pip install -U --ignore-installed wrapt enum34 simplejson netaddr

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

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

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

  6. ERROR: Cannot uninstall ‘llvmlite‘. It is a distutils installed project. 此类报错的解决办法

    ERROR: Cannot uninstall 'llvmlite'. It is a distutils installed project. 此类报错的解决办法 报错的原因:这是一个distuti ...

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

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

    pip install librosa 报错ERROR: Cannot uninstall 'llvmlite'. It is a distutils installed project and th ...

  9. ERROR: Cannot uninstall 'llvmlite'. It is a distutils installed project. 此类报错的解决办法

    报错的原因:这是一个distutils安装的项目,因此我们无法准确确定属于该文件的文件,这只会导致部分卸载. 一般是你安装的版本是新版的,需要uninstall旧版的,但是由于直接使用pip unin ...

最新文章

  1. 高等数学·为什么f``(x)小于0:则f(x)在[a,b]上的图形是凹的。f``(x)大于0:则f(x)在[a,b]上的图形是凸的。
  2. 万门69节入门python_Python入门六:字符串
  3. 十八、多生产者--多消费者问题
  4. SIEM部署失败的五大原因
  5. Nginx服务状态监控
  6. Mysql存储过程查询结果赋值到变量
  7. Java基础提升高级API
  8. 【BZOJ1202】【HNOI2005】狡猾的商人
  9. Python+tkinter实现超时无键盘操作自动退出
  10. Edge 浏览器有秘密白名单,允许 Facebook 运行 Flash 代码
  11. 设计素材网址集合(比较全)
  12. 爱奇艺开源FASPell项目
  13. IEEE年度薪酬报告发布!美国程序员薪资中位数7年来首次下降2.4万
  14. python跨平台是什么意思_跨平台是什么意思?通俗深刻的解释
  15. css3绘制的钢琴代码
  16. 【洛谷】P2197 【模板】nim 游戏
  17. C++实现类似QT中的计时器QTime类(CQTime)
  18. 【面试】数字转为千分位字符串
  19. LDK 7.1开发包正式发布
  20. TabLayout使用介绍

热门文章

  1. NET Core 3.0 AutoFac替换内置DI的新姿势
  2. Linux下Jenkins与GitHub自动构建NetCore与部署
  3. C# 8.0 中开启默认接口实现
  4. [翻译]初试C# 8.0
  5. 【招聘(北京)】东方国信 工业互联网
  6. asp.net core策略授权
  7. .Net大户的选择:Windows Container在携程的应用
  8. Connect 2016 白话脱口秀将在B站直播,我们的口号是quot; 微软大法好quot;
  9. IIS负载均衡-Application Request Route详解第五篇:使用ARR来配置试点项目
  10. 指针,指针函数,指针数组的区别