Deploy matplotlib on heroku failed. How to do this correctly?

前端 未结 4 1977
情书的邮戳
情书的邮戳 2020-12-18 09:12

I\'ve install matplotlib in my virtualenv using pip. It was a failure at the beginning, but after I do easy_install -U distribute, the installation goes smoothl

4条回答
  •  忘掉有多难
    2020-12-18 09:36

    I had difficulty using matplotlib with heroku as well and the answers are very hard to find. This helped me.

    Basically what you have to do is push the project with numpy in the requirements.txt. Only after this we have to add pandas and matplotlib to the requirements.txt.

提交回复
热议问题