2017-04-10 11 views
-1
copying tweepy/error.py -> build/lib/tweepy 
copying tweepy/models.py -> build/lib/tweepy 
copying tweepy/oauth.py -> build/lib/tweepy 
copying tweepy/parsers.py -> build/lib/tweepy 
copying tweepy/streaming.py -> build/lib/tweepy 
copying tweepy/utils.py -> build/lib/tweepy 
running install_lib 
creating /Library/Python/2.7/site-packages/examples 
error: could not create '/Library/Python/2.7/site-packages/examples': Permission denied 

---------------------------------------- 

"/ usr/bin/python -u -c"コマンドを使用してください。setuptools、tokenize; ファイル = '/ private/var/folders/zq/k3pbc5v57gn07qqg7qxxnrmm0000gn/T/pip-build-R8mYNT/tweepy/setup.py'; f = getattr(トークン化、 'オープン'、オープン)(ファイル);コード(コード、ファイル、 'exec')) "--record/varをインストールします。 /folders/zq/k3pbc5v57gn07qqg7qxxnrmm0000gn/T/pip-ZdPzhK-record/install-record.txt --single-version-externalally-managed-compile "/ private/var/folders/zq/k3pbc5v57gn07qqg7qxxnrmm0000gn /にエラーコード1で失敗しました。 T/pip-build-R8mYNT/tweepy/私の端末からpip install tweepyをダウンロードしようとするとこのエラーが発生する

+1

sudoとして実行しますか? –

答えて

0

Pythonのインストールは、 '/ home/username /'ディレクトリの外にあります。 root権限を使用すると、そのディレクトリにアクセスする権限が与えられます。上記のようにsudoを使用して

$ sudo pip install tweety 
  • ちょうどそれに続くコマンド(複数可)を適用します。
関連する問題