2017-05-25 20 views
1

Macにsmartsheet-python-sdkパッケージをインストールすると、次のエラーが表示されます。誰でも私に何か指針を与えることができますか?smartsheet-python-sdkをMacにインストールするときにエラーが発生する

> dleclair-mbp:smartsheet dleclair$ sudo pip install 
> smartsheet-python-sdk 
>. 
>. 
> smartsheet-python-sdk) Collecting six>=1.9 (from 
> smartsheet-python-sdk) Downloading six-1.10.0-py2.py3-none-any.whl 
>  os.chflags(dst, st.st_flags) OSError: [Errno 1] Operation not permitted: 
> '/tmp/pip-yDYmT1-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six-1.4.1-py2.7.egg-info' 
> dleclair-mbp:smartsheet dleclair$ 

答えて

1

は、私はOS X 10.11上のPythonパッケージの依存関係と既知の問題を参照し、PIPコマンドに「--ignore-インストール」フラグを使用して、それを回避するために、この記事を発見し、それが働きました!

link to solution post

Installing collected packages: requests, six, certifi, python-dateutil, requests-toolbelt, smartsheet-python-sdk 
Successfully installed certifi-2017.4.17 python-dateutil-2.6.0 requests-2.14.2 requests-toolbelt-0.8.0 six-1.10.0 smartsheet-python-sdk-1.2.0 
関連する問題