scipy Theano 0.8.2未在Windows上安装

qcuzuvrc  于 2022-11-09  发布在  Windows
关注(0)|答案(1)|浏览(218)

我试过用

pip install Theano

但是我得到了这个错误:

failed with error code 1 in ...\scipy\

好吧,接下来:

pip install scipy

同样的错误...
如何安装脚本...
Can't install Scipy through pip

Microsoft Windows users of 64 bit Python installations will need to download the 64 bit .whl of Scipy from http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy then simply cd into the folder you've downloaded the .whl file and run:

    pip install scipy-0.17.1-cp35-cp35m-win32.whl

然后我得到这个错误:

scipy-0.17.1-cp35-cp35m-win32.whl is not a supported wheel on this platform.

现在我该怎么办。

kqqjbcuj

kqqjbcuj1#

确保wheel文件的python版本与您的python版本相同

相关问题