1

をインストールするのに 1 ~ 2 時間かかりましたpandas

試した: sudo easy_install pandas, sudo pip install pandas

手動: python setup.py buildpython setup.py install

今、私pip listがそのモジュールを手に入れたとき:

Error when trying to get requirement for VCS system Command /usr/local/bin/git config remote.origin.url failed with error code 1 in /Users/Diolor, falling back to uneditable format
Could not determine repository location of /Users/Diolor
pandas (0.12.0)

そしてもちろん:

>>> import pandas
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named pandas

私は OS X 10.8 を実行していますが、これは gcc の互換性で悪名高い (少なくとも私は不運です)。xcodeにgccをインストールしました。また:

$ which gcc
/usr/bin/gcc

Pytz、numpy、scipy は正常にインポートできます。

4

1 に答える 1