0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

python3.4 にpandas0.14をインストールする[on Mac]

Last updated at Posted at 2014-06-18

homebrewでのインストールがうまく行かなかったのでソースコードからインストールした。
wget -i https://pypi.python.org/packages/source/p/pandas/pandas-0.14.0.tar.gz
tar xvf pandas-0.14.0.tar.gz
cd pandas-0.14.0
sudo python3.4 setup.py install

一旦端末を閉じる
$python3.4
...
import pandas
/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pandas-0.14.0-py3.4-macosx-10.9-x86_64.egg/pandas/io/excel.py:626: UserWarning: Installed openpyxl is not supported at this time. Use >=1.6.1 and <2.0.0.
.format(openpyxl_compat.start_ver, openpyxl_compat.stop_ver))

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?