0. coco数据集使用TensorFlow版本至少1.3,需要对TensorFlow进行升级。

出现此种问题:Cannot remove entries from nonexistent file \lib\site-pack

解决方法:

conda remove setuptools

导致不可逆转的错误,

最后找到

运行:pip install --upgrade --ignore-installed setuptools,问题解决!

1.问题是解决了,仍然不能使用TensorFlow1.4版本,依然是pip 在线安装的1.2.1,很悲剧,因此

参考:

卸载TensorFlow,把1.4.0卸载掉了

重装 tensorflow-1.4.0-cp35-cp35m-win_amd64.whl

这才安装成功TensorFlow1.4版本。

TensorFlow升级1.4:Cannot remove entries from nonexistent file \lib\site-pack相关推荐

  1. anaconda3 安装tensorflow 报Cannot remove entries fro

    今天要在ananconda3 下安装Keras & TensorFlow 结果第一个很顺利,但是第二个的时候就报错了 [root@worker01 bin]# ./pip3.6  instal ...

  2. 编译安装apr 1.5.2 时报 rm: cannot remove `libtoolT': No such file or directory

    今天在编译安装apr-1.5.2 的时候执行./configure --prefix=/usr/local/apr 的时候报了一个这么样的信息 " rm: cannot remove `li ...

  3. MySQL安装编译时,/bin/rm: cannot remove `libtoolT': No such file or directory

    在Ubuntu上编译MySQL的过程中./configure出现: /bin/rm: cannot remove `libtoolt': No such file or directory 解决: 1 ...

  4. Docker 进入容器出现Unable to find user root: no matching entries in passwd file

    Docker 进入容器出现Unable to find user root: no matching entries in passwd file      运行docker stop然后docker ...

  5. Error response from daemon: unable to find user ubuntu: no matching entries in passwd file

    所遇问题 使用特定的用户启动docker时发现报错:"Error response from daemon: unable to find user ubuntu: no matching ...

  6. 【庖丁解牛】rm: cannot remove ‘libtoolT‘: No such file or directory

    问题复现 在编译安装apr-1.6.2版本的时候出现 rm: cannot remove 'libtoolT': No such file or directory. 解决思路 手动建一个文件libt ...

  7. TensorFlow升级新版本后TypeError: __new__() got an unexpected keyword argument 'serialized_options'

    环境: win7+python3.6+tensorflow 1.12 升级到1.12版本后,导入TensorFlow报错 解决办法: pip install -U protobuf

  8. Win10+tensorflow:SSD调试问题:Unable to open table file ../checkpoints/ssd_300_vgg.ckpt

    目录 目录 前言 正文 解决方案 前言 又到了一年考试周,本着机会完成上次没有实现的任务,使用深度学习做目标检测,yolov3已经调试通过,再试用SSD时遇到了一个奇怪的问题. 正文 官网给的SSD的 ...

  9. cannot remove `libtoolT’: No such file or directory

    编辑configure,找到 $RM  "$cfgfile",用这个取代 $RM  -f  "$cfgfile" 即可解决,看百度搜出来的没法看,不好使,害我搞 ...

最新文章

  1. java三大特性:封装、继承、多态
  2. 多进程和多线程的概念
  3. Leetcode 38.外观数列 (每日一题 20210702)
  4. 解决方案 | 阴阳师御用动画制作团队,丁磊的秘密武器
  5. 好东西仿Vista窗体
  6. 关于json包爆红我有话说
  7. 以太坊2.0客户端Lighthouse发布v1.3.0版本,为高优先级建议立即更新
  8. 今年暑假不AC 贪心
  9. falsk 项目中日志设置
  10. python中的os.path.realpath(__file__)
  11. c# Repeater中CommandArgument传多个参数
  12. php loop循环 拿到键名
  13. PPC手机上用Skype打电话的方法
  14. dsp2812 c语言数据类型长度,DSP2812代码长度超出RAM容量,有谁遇到过吗?
  15. Windows:在Windows下创建并删除软连接
  16. 联想e470加装固态硬盘_ThinkPad E470C怎么安装固态硬盘?
  17. html小总结:表格立体效果的实现.
  18. chrome访问淘宝和京东崩溃,解决方法
  19. oracle 数据库 date + 1 转载
  20. delta method 介绍

热门文章

  1. 文本监控 :oninput onchange onpropertychange 的区别
  2. 屏幕适配 部分知识点总结,CSDN小冰原创
  3. Nodejs基础中间件Connect
  4. Windows上安装Mac OS虚拟机
  5. [转载] ANTLR——编译原理基础知识
  6. 37/100. Subsets
  7. 31/100. Palindromic Substrings
  8. NOIP模拟——change
  9. 机器不学习:CNN 入门讲解1-什么是卷积
  10. [转]Teach Yourself Programming in Ten Years——用十年教会自己编程