LoginSignup
15
18

More than 5 years have passed since last update.

Python 3.4 Windows7-64bit 環境を作る (金融時系列解析向け)

Last updated at Posted at 2014-06-03

Python 本体のインストール

https://www.python.org/downloads/ に行くと、目立つところに Download the latest version for Windows とあるが、これは 32 bit 版という罠。 Looking for a specific release? から欲しいバージョンのページへ飛び、そのページの下の方にある Download の項に download page へのリンクがあるので、ここへ飛ぶ。直リンクだと、https://www.python.org/downloads/release/python-341/

このページから Windows x86-64 MSI installer を入手し、インストール。

各種パッケージのインストール

Windows 64bit 版 Python 3.4 向けのパッケージは、公式なものが有ったり無かったりする。pip で入れようとしても Visual Studio 12.0 ではだめなのか、ビルドに失敗するものがちらほら。
仕方ないので、非公式に作って配布している Unofficial Windows Binaries for Python Extension Packages から入手。

インストールするパッケージ

  • NumPy
  • SciPy
  • Pandas
  • Pytz
  • QuantLib
  • Six
  • Python-Dateutil
  • Pyparsing
  • Matplotlib
  • Patsy
  • Statsmodels
  • PyZMQ
  • Jinja2
  • MarkupSafe
  • Tornado
  • IPython

まだ実用に供していないので、これで十分かどうかは未だ不明。

15
18
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
15
18