Running Scipy on Heroku

后端 未结 6 892
难免孤独
难免孤独 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:39

    The slug compiler is not aware of your environment variables, which is why it fails during push, and not once running.

    The only real option you have is to look at the user_env_compile addon that's currently in labs beta.

    http://devcenter.heroku.com/articles/labs-user-env-compile

提交回复
热议问题