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

最新文章

  1. 使用php-cs-fixer格式化你的代码
  2. apache 开启zgip 压缩模式
  3. JAVA基础知识之多线程——线程组和未处理异常
  4. 查看 activex 组件的方法
  5. cmd中无法运行svn命令
  6. 给新建的Cocos2d-x 3.X的Win32工程添加CocoStudio库
  7. loadrunner破解方法--lm70.dll,mlr5lprg.dll下载地址
  8. 【深入Java虚拟机】之八:Java垃圾收集机制
  9. Ubuntu vim下 实现函数跳转功能
  10. emwin之多次删除同一窗口导致死机现象
  11. JavaScript -- Navigator
  12. Apache poi 使用经验分享
  13. 【转】python version 2.7 required,which was not found in the registry
  14. 委托, 泛型委托,Func<T>和Action<T>
  15. Android——ContentProvider
  16. LeetCode 81 Search in Rotated Sorted Array II(循环有序数组中的查找问题)
  17. oracle传入一个可能为空的参数进行查询
  18. Daily Scrumming* 2015.10.30(Day 11)
  19. node的“宏任务(macro-task)”和“微任务(micro-task)”机制
  20. poj 1328 Radar Installation 排序贪心

热门文章

  1. Qt如何绘制(简单深刻,fearlazy的系列文章)
  2. Matlab随笔之模拟退火算法
  3. FileHelper
  4. linux 用蓝牙和手机通信
  5. 图像滤镜艺术---Oilpaint油画滤镜
  6. linux的自动化操作相关使用方法汇总 专题
  7. 程序异常崩溃后用windbg辅助调试解决的经验 以及 堆栈问题调试经验
  8. mysql启动脚本
  9. painter半透明的 底层窗口全透明背景
  10. 为javasript中对象与json串之间转换的总结。