LoginSignup
2
2

More than 5 years have passed since last update.

Marvericksにscipyをインストールする

Posted at

事前準備(オプション)

gfortranをインストールする

以下のページからgfortranをインストールする
http://gcc.gnu.org/wiki/GFortranBinaries

Download
http://coudert.name/software/gfortran-4.9.0-Mavericks.dmg

Cythonをインストールする

$ sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install cython

インストール

$ sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install scipy

トラブルシューティング

Running cythonize failed

原因: cythonがない
=> Cythonいれる

2
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
2
2