是否有可下载的Python 3.6 Scipy文件

时间:2017-06-05 18:27:29

标签: numpy scipy python-3.4 python-3.6

我有Python 3.6,我想知道版本3.6是否有可下载的scipy文件。我打开命令提示符并运行“py -m pip install scipy”。它只是给我一个错误。我知道它不是点子,因为它已经更新了。当我为nltk和numpy做它时,它工作但它不适用于scipy。我在某处读到你必须下载并安装3.4,因为scipy与3.6不兼容。任何答案都将非常感谢谢谢

3 个答案:

答案 0 :(得分:1)

这不是python 3.6特有的。 pypi上有正式的manylinux1和macOS轮子,所以pip install应该选择它们。在Windows上,您可以使用Christoph Gohlke轮,

http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy

或者,正如其他人所说,在conda-land中有python 3.6的预构建包。

答案 1 :(得分:0)

我有同样的问题,但我现在使用anaconda,它已经安装了..以及大多数科学数据模块..

https://docs.continuum.io/anaconda/pkg-docs

答案 2 :(得分:0)

如果您使用的是conda,有一个简单的技巧就可以知道这一点...

类型

conda search scipy

它将告诉您最佳组合。

scipy                          1.4.1  py38h82752d6_0  conda-forge         
scipy                          1.4.1  py38hebbc057_0  pkgs/main           
scipy                          1.5.0  py36h1dac7e4_0  conda-forge         
scipy                          1.5.0  py36h912ce22_0  pkgs/main           
scipy                          1.5.0  py36hadf427e_0  pkgs/main           
scipy                          1.5.0  py36he995f2f_0  conda-forge         
scipy                          1.5.0  py37h912ce22_0  pkgs/main           
scipy                          1.5.0  py37hadf427e_0  pkgs/main           
scipy                          1.5.0  py37hce1b9e5_0  conda-forge         
scipy                          1.5.0  py38h38b60c6_0  conda-forge         
scipy                          1.5.0  py38h3eb1e28_0  pkgs/main           
scipy                          1.5.0  py38hbab996c_0  pkgs/main           
scipy                          1.5.1  py36h1dac7e4_0  conda-forge         
scipy                          1.5.1  py36he995f2f_0  conda-forge         
scipy                          1.5.1  py37hce1b9e5_0  conda-forge         
scipy                          1.5.1  py38h38b60c6_0  conda-forge         
scipy                          1.5.2  py36h01b1e2b_0  conda-forge         
scipy                          1.5.2  py36h01b1e2b_1  conda-forge         
scipy                          1.5.2  py36h01b1e2b_2  conda-forge         
scipy                          1.5.2  py36h3862da1_2  conda-forge         
scipy                          1.5.2  py36h61c6cb4_0  conda-forge         
scipy                          1.5.2  py36h61c6cb4_1  conda-forge         
scipy                          1.5.2  py36h61c6cb4_2  conda-forge         
scipy                          1.5.2  py36h912ce22_0  pkgs/main           
scipy                          1.5.2  py36haa79e3e_2  conda-forge         
scipy                          1.5.2  py36hadf427e_0  pkgs/main           
scipy                          1.5.2  py37h2702c91_0  conda-forge         
scipy                          1.5.2  py37h2702c91_1  conda-forge         
scipy                          1.5.2  py37h2702c91_2  conda-forge         
scipy                          1.5.2  py37h912ce22_0  pkgs/main           
scipy                          1.5.2  py37ha9eab96_2  conda-forge         
scipy                          1.5.2  py37hadf427e_0  pkgs/main           
scipy                          1.5.2  py38h1402333_0  conda-forge         
scipy                          1.5.2  py38h1402333_1  conda-forge         
scipy                          1.5.2  py38h1402333_2  conda-forge         
scipy                          1.5.2  py38h9bd2513_2  conda-forge         
scipy                          1.5.2  py39h27fd13a_1  conda-forge         
scipy                          1.5.2  py39h27fd13a_2  conda-forge         
scipy                          1.5.2  py39hea380fd_2  conda-forge  

例如:

scipy                          1.5.2  py39