Running Scipy on Heroku

后端 未结 6 882
难免孤独
难免孤独 2020-12-13 18:58

I got Numpy and Matplotlib running on Heroku, and I\'m trying to install Scipy as well. However, Scipy requires BLAS[1] to install, which is not presented on the Heroku plat

6条回答
  •  情话喂你
    2020-12-13 19:54

    For those who wish to use Python 3.4 in production, I've built numpy 1.8.1, scipy 0.14.0, and scikit-learn 0.15-git (0.14 doesn't work with the others for some reason) as binaries on Ubuntu 10.04 LTS 64-bit, which works on the Heroku cedar stack. Here is the git repo.

    My heroku buildpack is quite similar to that of kmp. Note that the bin/steps/npscipy file links to my repository of binaries above.

提交回复
热议问题