我试过用
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.
现在我该怎么办。
1条答案
按热度按时间kqqjbcuj1#
确保wheel文件的python版本与您的python版本相同