SciPy安装失败:quadp

2024-09-27 21:32:08 发布

您现在位置:Python中文网/ 问答频道 /正文

我尝试在我的用户帐户~/local上安装scipy,同时使用easy-install和'python'设置.pyinstall'方法和源文件。我得到这个错误:

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 version 4.4.6 20120305(Red Hat 4.4.6-4)(gcc)'。这个问题是否与编译器或python2.6版本有关?否则我能查到什么?在

谢谢!在

F


Tags: sourceparamwitherrorscipygccwppipe

热门问题