我尝试使用pip install scipy安装scipy。我已经安装了所有依赖项,gcc-fortran,lapack-devel,blas-devel但无济于事。我用pyvenv-3.4创建了我的虚拟环境。无论何时我尝试安装scipy,它都会在这两行之后挂起
Building wheels for collected packages: scipy
Running setup.py bdist_wheel for scipy
在一次试验中,我等了一整夜,但没有安装。我的操作系统是CentOS-7。谢谢你的帮助。
在得到一些帮助之后,我尝试了easy_install scipy。同样的问题,它停在某处,只是挂起。我必须按下Ctrl + C才能逃脱。如何完成安装或重新安装?感谢。
编辑:
我最后按照此处的说明修复了它:http://chrisstrelioff.ws/sandbox/2014/06/04/install_and_setup_python_and_packages_on_ubuntu_14_04.html