Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/337.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 为什么不能使用easy_Install和cygwin在Windows 7上安装Scipy?_Python_Numpy_Scipy - Fatal编程技术网

Python 为什么不能使用easy_Install和cygwin在Windows 7上安装Scipy?

Python 为什么不能使用easy_Install和cygwin在Windows 7上安装Scipy?,python,numpy,scipy,Python,Numpy,Scipy,我尝试过多次,但从未能够通过cygwin上的easy_install安装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.cygw

我尝试过多次,但从未能够通过cygwin上的easy_install安装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成功安装了此模块?我必须从源代码构建吗?如果是这样的话,那似乎是一种巨大的痛苦

谢谢


这可能就是令人恐惧的“再基础问题”

按照说明安装rebase并运行“rebaseall”,然后查看是否有效


这与Windows将DLL映射到内存的方式有关,有时它们会发生冲突。

特别是具有scipy包的AcivePython 2.7: