为什么Scipy不能使用easy-tu-Install和cygwin在windows7上安装?

2024-10-01 17:30:04 发布

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

我已经尝试了很多次,但始终无法通过easy-uninstall在cygwin上安装scipy。我使用的是python2.6.5和windows7。在成功安装numpy之后,我尝试通过以下命令安装scipy:

轻松安装-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

不知道是怎么回事,也没能在我最后一台电脑上安装这个。有人使用cygwin成功地安装了这个模块吗?我必须从源代码构建吗?如果是这样的话,那似乎是一个巨大的痛苦

谢谢

e


Tags: tobuildinfosrcmainlibeasytrace
1条回答
网友
1楼 · 发布于 2024-10-01 17:30:04

这可能就是可怕的“回扣问题”。在

安装rebase并按照说明运行“rebasell”,看看是否有效。在

这与Windows将dll映射到内存的方式有关,有时它们会发生碰撞。在

相关问题 更多 >

    热门问题