我已多次尝试过,但从未能通过easy_install在cygwin上安装scipy。我正在使用python 2.6.5和Windows 7.成功安装numpy之后,我尝试通过以下命令安装scipy:
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成功安装此模块?我必须从源代码构建吗?如果是这样,这似乎是屁股中的巨大痛苦。
由于
ë
答案 0 :(得分:2)
这可能是可怕的“反叛问题”。
按照说明安装rebase并运行“rebaseall”,看看是否有效。
它与Windows将DLL映射到内存中的方式有关,有时它们会发生冲突。