Home  >  Q&A  >  body text

python - 为什么win下的scipy会安装失败?

当使用Windows版本的Python时,想要安装scipy,据说需要使用numpy-mkl,若是使用numpy,则会提示没有BLAS等。可是为什么在mac下的scipy不需要这样呢,只需numpy就足矣,难道不同系统下的numpy库等的实现会有所不同吗?

PHP中文网PHP中文网2741 days ago757

reply all(1)I'll reply

  • 高洛峰

    高洛峰2017-04-18 10:28:37

    The C library is different.
    You can go here to download the python module you need. It should be much easier to install.
    http://www.lfd.uci.edu/~gohlk...

    reply
    0
  • Cancelreply