0

easy_install と 'python setup.py install' メソッドの両方をソース ファイルと共に使用して、ユーザー アカウント ~/local に scipy をインストールしようとしました。次のエラーが表示されます。

error: Setup script exited with error:
Command "gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE
-fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-I/usr/lib64/python2.6/site-packages/numpy/core/include -I/usr/include/python2.6
-c scipy/integrate/_quadpackmodule.c
-o build/temp.linux-x86_64-2.6/scipy/integrate/_quadpackmodule.o"
failed with exit status 1

「gcc バージョン 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC)」を使用しています。この問題は、コンパイラまたは python2.6 バージョンに関連している可能性がありますか? そうでなければ、何を確認できますか?

ありがとう!

F.

4

0 に答える 0