2017-06-20 13 views
0
Swans-MacBook-Pro:~ swan_919$ sudo pip install pandas 
The directory '/Users/swan_919/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 
The directory '/Users/swan_919/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 
Requirement already satisfied: pandas in /Library/Python/2.7/site-packages 
Requirement already satisfied: pytz>=2011k in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from pandas) 
Requirement already satisfied: python-dateutil in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from pandas) 
Requirement already satisfied: numpy>=1.7.0 in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from pandas) 
Swans-MacBook-Pro:~ swan_919$ 

こんにちは、私はプログラミングとデータ科学を学び始めました。以前のPythonバージョンではパンダを持っていましたが、Python 3.6ではアクセスできませんでした。最初は、古いパンダファイルを削除しました。もう一度インストールしようとしましたが、基本的には、pandasをインストールするか、sudo pip install pandasをインストールしようとします。そして私はパンダも輸入することができません。私は本当に助けに感謝します。ありがとうございました!パンダをインストールできない

答えて

0

提案された回答を試したときに、なぜこれらすべてのエラーメッセージが表示されたのかわかりません。しかし、私のために働いてしまったのは、私がちょうど 'pip3 install pandas'をするときです。

関連する問題