Cantera を Ubuntu Linux 内の Python モジュールとしてインストールしようとしています。参考までに、次の手順を使用しました:カンテラのインストール。とを実行./preconfig
した後make
、次のエラーが表示されます。
fatal error: numarray/arrayobject.h: No such file or directory
事前設定ファイルによると、
# If numpy was installed using the --home option, set this to the
# home directory for numpy. This will be needed for all numpy installations
# that don't put the include files into python's native include directory.
#NUMPY_HOME=${NUMPY_HOME:="$HOME/python_packages"}
私は学生版のEnthought Python Distributionを使用しているので、最後の行を次のように変更する必要があるのではないかと考えました。
NUMPY_HOME=${NUMPY_HOME:="/usr/local/EPD/lib/python2.7/site-packages/"}
しかし、これは機能していません。それでも同じエラーが発生します。考え?以前のバグを修正するために python-dev をインストールしたので、そうではありません。