pip install boto3出错

Fil*_*ano 3 python boto python-2.7 boto3

我正试着跑:

pip install boto3
Run Code Online (Sandbox Code Playgroud)

但是我收到了这个错误:

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'
Run Code Online (Sandbox Code Playgroud)

eli*_*-bd 10

尝试

pip install --ignore-installed boto3
Run Code Online (Sandbox Code Playgroud)