简体   繁体   English

在Windows上安装SciPy

[英]Installing SciPy on windows

I have problems with installing SciPy on windows. 我在Windows上安装SciPy时遇到问题。 I've already tried pip install (which worked for NumPy) but it didn't work out. 我已经尝试过pip install (对NumPy有用),但没有成功。 Any idea how to solve this problem? 任何想法如何解决这个问题?

I recommend installing Anaconda which is a binary distribution system, which means that you don't need to compile yourself. 我建议安装Anaconda ,它是一个二进制分发系统,这意味着您不需要编译。 Overall I find this to be a far easier way to handle packages on windows. 总的来说,我发现这是在Windows上处理软件包的简便得多的方法。

Using Anaconda, you can install scipy via: 使用Anaconda,您可以通过以下方式安装scipy:

conda install scipy

A good way with those kind of packages (scipy, numpy, ...) on Windows is to download (unoficial) binaries from this website and install it from here. 在Windows上使用此类软件包(scipy,numpy等)的一个好方法是从此网站下载(非官方)二进制文件并从此处安装。

Once download, you can install it using pip : 下载后,您可以使用pip安装它:

pip install scipy-package.whl

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM