【问题标题】:Error on pip install boto3pip install boto3 出错
【发布时间】:2017-04-21 10:27:15
【问题描述】:

我正在尝试运行:

pip install boto3

但是我收到了这个错误:

DEPRECATION: Uninstalling a distutils installed project (six) 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.
OSError: [Errno 1] Operation not permitted: '/tmp/pip-ueLGpf-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six-1.4.1-py2.7.egg-info'

【问题讨论】:

标签: python python-2.7 boto boto3


【解决方案1】:

试试

pip install --ignore-installed boto3

【讨论】:

    猜你喜欢
    • 2021-05-28
    • 2020-08-03
    • 1970-01-01
    • 2016-11-27
    • 2016-12-01
    • 1970-01-01
    • 2015-12-30
    • 1970-01-01
    相关资源
    最近更新 更多