3
我已經嘗試了多次,但從來沒有能夠通過cygwin上的easy_install安裝scipy。我使用的Python 2.6.5和Windows 7成功安裝numpy的之後,我嘗試通過下面的命令來安裝SciPy的:爲什麼不能Scipy使用easy_install和cygwin在Windows 7上安裝?
的easy_install -U SciPy的
,看到了以下錯誤:
bnrm2,resid,info = zstoptest2(r,b,bnrm2,tol,info)
Wrote C/API module "_iterative" to file "build/src.cygwin-1.7.9-i686-2.6/build/src.cygwin-1.7.9-i686-2.6/scipy/sparse/linalg/isolve/iterative
_iterativemodule.c"
1 [main] python 6160 C:\cygwin\bin\python.exe: *** fatal error - unable to remap \\?\C:\cygwin\lib\python2.6\lib-dynload\time.dll to same addre
s as parent: 0x320000 != 0x3F0000
Stack trace:
Frame Function Args
00286AF8 6102796B (00286AF8, 00000000, 00000000, 00000000)
00286DE8 6102796B (6117EC60, 00008000, 00000000, 61180977)
00287E18 61004F1B (611A7FAC, 61243884, 00320000, 003F0000)
End of stack trace
2 [main] python 2232 fork: child 6160 - died waiting for dll loading, errno 11
error: Setup script exited with error: Resource temporarily unavailabl
不知道發生了什麼,也無法將它安裝在我的最後一臺PC上。有沒有人使用cygwin成功安裝了這個模塊?我需要從源代碼構建嗎?如果是這樣,那就好像是一個巨大的屁股疼痛。
感謝
Ë
你試過Python 2.7嗎? – Blender 2011-05-03 14:19:46
具有scipy軟件包的AcivePython 2.7:http://code.activestate.com/pypm/scipy/ – 2011-05-03 14:43:22