首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装graphlab时出错

安装graphlab时出错
EN

Stack Overflow用户
提问于 2016-03-05 16:58:35
回答 1查看 115关注 0票数 0

我尝试使用pip命令安装graphlab,其中我们在命令中输入电子邮件地址和产品密钥。我试着升级它。我正在使用sudo pip命令,并且我正在Mac上工作。我每次都会得到这个异常,但它失败了。我可以安装dmg,但这很简单。我想知道如何修复这个异常。例外情况如下:

代码语言:javascript
复制
Exception:
Traceback (most recent call last):
  File "/Users/karthik/Library/Python/2.7/lib/python/site-packages/pip/basecommand.py", line 209, in main
    status = self.run(options, args)
  File "/Users/karthik/Library/Python/2.7/lib/python/site-packages/pip/commands/install.py", line 317, in run
    prefix=options.prefix_path,
  File "/Users/karthik/Library/Python/2.7/lib/python/site-packages/pip/req/req_set.py", line 725, in install
    requirement.uninstall(auto_confirm=True)
  File "/Users/karthik/Library/Python/2.7/lib/python/site-packages/pip/req/req_install.py", line 756, in uninstall
    paths_to_remove.remove(auto_confirm)
  File "/Users/karthik/Library/Python/2.7/lib/python/site-packages/pip/req/req_uninstall.py", line 115, in remove
    renames(path, new_path)
  File "/Users/karthik/Library/Python/2.7/lib/python/site-packages/pip/utils/__init__.py", line 266, 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-zVJZnq-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six-1.4.1-py2.7.egg-info'
EN

回答 1

Stack Overflow用户

发布于 2016-03-07 08:21:23

如果您使用的是ipython notebook,请尝试:

代码语言:javascript
复制
!pip install
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/35812161

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档