Java学习者论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

手机号码,快捷登录

恭喜Java学习者论坛(https://www.javaxxz.com)已经为数万Java学习者服务超过8年了!积累会员资料超过10000G+
成为本站VIP会员,下载本站10000G+会员资源,购买链接:点击进入购买VIP会员
JAVA高级面试进阶视频教程Java架构师系统进阶VIP课程

分布式高可用全栈开发微服务教程

Go语言视频零基础入门到精通

Java架构师3期(课件+源码)

Java开发全终端实战租房项目视频教程

SpringBoot2.X入门到高级使用教程

大数据培训第六期全套视频教程

深度学习(CNN RNN GAN)算法原理

Java亿级流量电商系统视频教程

互联网架构师视频教程

年薪50万Spark2.0从入门到精通

年薪50万!人工智能学习路线教程

年薪50万!大数据从入门到精通学习路线年薪50万!机器学习入门到精通视频教程
仿小米商城类app和小程序视频教程深度学习数据分析基础到实战最新黑马javaEE2.1就业课程从 0到JVM实战高手教程 MySQL入门到精通教程
查看: 597|回复: 0

[默认分类] 安装tensorflow遇到无法卸载numpy 1.1.3的问题

[复制链接]
  • TA的每日心情
    开心
    2021-12-13 21:45
  • 签到天数: 15 天

    [LV.4]偶尔看看III

    发表于 2018-3-15 22:06:34 | 显示全部楼层 |阅读模式
      
    最近在关注 Deep Learning,就在自己的mac上安装Google的开源框架Tensorflow
    用 sudo pip install -U tensorflow
    安装的时候总是遇到下面的问题:
    sudo pip install -U tensorflowPassword:
    The directory '/Users/jason/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
    The directory '/Users/jason/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
    Collecting tensorflow
      Downloading tensorflow-1.0.0-cp27-cp27m-macosx_10_11_x86_64.whl (39.3MB)
    100% |████████████████████████████████| 39.4MB 32kB/s
    Collecting numpy>=1.11.0 (from tensorflow)
      Downloading numpy-1.12.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (4.4MB)
    100% |████████████████████████████████| 4.4MB 195kB/s
    Requirement already up-to-date: six>=1.10.0 in /Library/python/2.7/site-packages/six-1.10.0-py2.7.egg (from tensorflow)
    Requirement already up-to-date: mock>=2.0.0 in /Library/Python/2.7/site-packages (from tensorflow)
    Requirement already up-to-date: wheel in /Library/Python/2.7/site-packages (from tensorflow)
    Requirement already up-to-date: protobuf>=3.1.0 in /Library/Python/2.7/site-packages (from tensorflow)
    Requirement already up-to-date: funcsigs>=1; python_version < "3.3" in /Library/Python/2.7/site-packages (from mock>=2.0.0->tensorflow)
    Requirement already up-to-date: pbr>=0.11 in /Library/Python/2.7/site-packages (from mock>=2.0.0->tensorflow)
    Collecting setuptools (from protobuf>=3.1.0->tensorflow)
      Downloading setuptools-34.3.0-py2.py3-none-any.whl (389kB)
    100% |████████████████████████████████| 399kB 1.1MB/s
    Requirement already up-to-date: packaging>=16.8 in /Library/Python/2.7/site-packages (from setuptools->protobuf>=3.1.0->tensorflow)
    Requirement already up-to-date: appdirs>=1.4.0 in /Library/Python/2.7/site-packages (from setuptools->protobuf>=3.1.0->tensorflow)
    Collecting pyparsing (from packaging>=16.8->setuptools->protobuf>=3.1.0->tensorflow)
      Downloading pyparsing-2.1.10-py2.py3-none-any.whl (56kB)
    100% |████████████████████████████████| 61kB 2.5MB/s
    Installing collected packages: numpy, tensorflow, setuptools, pyparsing
      Found existing installation: numpy 1.8.0rc1
    DEPRECATION: Uninstalling a distutils installed project (numpy) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
    Uninstalling numpy-1.8.0rc1:
    Exception:
    Traceback (most recent call last):
      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/commands/install.py", line 342, in run
    prefix=options.prefix_path,
      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_set.py", line 778, in install
    requirement.uninstall(auto_confirm=True)
      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_install.py", line 754, in uninstall
    paths_to_remove.remove(auto_confirm)
      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_uninstall.py", line 115, in remove
    renames(path, new_path)
      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/utils/__init__.py", line 267, in renames
    shutil.move(old, new)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 302, in move
    copy2(src, real_dst)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 131, in copy2
    copystat(src, dst)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 103, in copystat
    os.chflags(dst, st.st_flags)
    OSError: [Errno 1] Operation not permitted: '/tmp/pip-aGEdP5-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy-1.8.0rc1-py2.7.egg-info'

    后来google到 需要在命令后面加上 –-ignore-installed six
    就成功了,不过知其然,而不知其所以然
    localhostesktop jasonlee$ sudo -H pip install tensorflow --ignore-installed sixThe directory '/Users/jason/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.The directory '/Users/jason/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.Collecting tensorflow  Downloading tensorflow-1.0.0-cp27-cp27m-macosx_10_11_x86_64.whl (39.3MB)100% |████████████████████████████████| 39.4MB 29kB/s Collecting six  Downloading six-1.10.0-py2.py3-none-any.whlCollecting numpy>=1.11.0 (from tensorflow)  Downloading numpy-1.12.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (4.4MB)100% |████████████████████████████████| 4.4MB 210kB/s Collecting mock>=2.0.0 (from tensorflow)  Downloading mock-2.0.0-py2.py3-none-any.whl (56kB)100% |████████████████████████████████| 61kB 556kB/s Collecting wheel (from tensorflow)  Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB)100% |████████████████████████████████| 71kB 586kB/s Collecting protobuf>=3.1.0 (from tensorflow)  Downloading protobuf-3.2.0-py2.py3-none-any.whl (360kB)100% |████████████████████████████████| 368kB 922kB/s Collecting funcsigs>=1; python_version < "3.3" (from mock>=2.0.0->tensorflow)  Downloading funcsigs-1.0.2-py2.py3-none-any.whlCollecting pbr>=0.11 (from mock>=2.0.0->tensorflow)  Downloading pbr-1.10.0-py2.py3-none-any.whl (96kB)100% |████████████████████████████████| 102kB 1.1MB/s Collecting setuptools (from protobuf>=3.1.0->tensorflow)  Downloading setuptools-34.3.0-py2.py3-none-any.whl (389kB)100% |████████████████████████████████| 399kB 657kB/s Collecting packaging>=16.8 (from setuptools->protobuf>=3.1.0->tensorflow)  Downloading packaging-16.8-py2.py3-none-any.whlCollecting appdirs>=1.4.0 (from setuptools->protobuf>=3.1.0->tensorflow)  Downloading appdirs-1.4.2-py2.py3-none-any.whlCollecting pyparsing (from packaging>=16.8->setuptools->protobuf>=3.1.0->tensorflow)  Downloading pyparsing-2.1.10-py2.py3-none-any.whl (56kB)100% |████████████████████████████████| 61kB 1.0MB/s Installing collected packages: numpy, funcsigs, six, pbr, mock, wheel, pyparsing, packaging, appdirs, setuptools, protobuf, tensorflowSuccessfully installed appdirs-1.4.2 funcsigs-1.0.2 mock-2.0.0 numpy-1.12.0 packaging

    回复

    使用道具 举报

    该用户从未签到

    发表于 2018-3-16 09:59:55 | 显示全部楼层
    找游戏金币交易平台排行榜?就上谷谷交易平台
    回复 支持 反对

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    QQ|手机版|Java学习者论坛 ( 声明:本站资料整理自互联网,用于Java学习者交流学习使用,对资料版权不负任何法律责任,若有侵权请及时联系客服屏蔽删除 )

    GMT+8, 2024-5-16 20:31 , Processed in 0.383940 second(s), 47 queries .

    Powered by Discuz! X3.4

    © 2001-2017 Comsenz Inc.

    快速回复 返回顶部 返回列表