打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
python

I am trying to install python and a series of packages onto a 64bit windows 7 desktop. I have installed Python 3.4, have Microsoft Visual Studio C++ installed, and have successfully installed numpy, pandas and a few others. I am getting the following error when trying to install scipy;

numpy.distutils.system_info.NotFoundError: no lapack/blas resources found

I am using pip install offline, the install command I am using is;

pip install --no-index --find-links="S:\python\scipy 0.15.0" scipy

I have read the posts on here about requiring a compiler which if I understand correctly is the VS C++ compiler. I am using the 2010 version as I am using Python 3.4. This has worked for other packages.

Do I have to use the window binary or is there a way I can get pip install to work?

Many thanks for the help

asked Jan 28 at 11:00
Captmrt
3817
2  
I think it requires a Fortran compiler. But if pre-built binaries are acceptable, you can use Christoph Gohlke's numpy and scipy wheel packages with pip. –  eryksun Jan 28 at 11:08
    
Thanks Eryksun, I'm getting the binaries downloaded to see if that fixes the problem. –  Captmrt Jan 28 at 20:00
    
Frustratingly when i try and install the binary it claims that I do not have Python 3.4 installed, even though it is there in PATH. –  Captmrt Jan 29 at 19:51
    
Try py -3.4 -m pip install SomePackage.whl –  eryksun Jan 30 at 1:24
    
I also had this problem. I was unable to get pip to work, but this worked for me (on Widows): sourceforge.net/projects/scipy/files/scipy –  MackM Feb 12 at 20:10

1 Answer

up vote 0 down vote accepted

In the end I had to use the Anaconda build that includes scipy which worked fine.

Thanks for the help,

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
最新版termux安装scipy
ubuntu安装Theano cuda
Python及科学计算库的安装
通过安装scipy这个例子,对python进行国内镜像下载源设置
在Python2.7下如何安装TA
python3.5如何安装statsmodels包?
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服