3

I'm looking for a propper way to install numpy and pandas from a requirements.txt file as a dependency for my heroku django app without getting Timed out compiling Python app (15 minutes)

I know that there are some custom buildpacks like this conda-buildpack but I need it as a pip requirement because some other packages load it as additional dependency.

The solution I found to install numpy and pandas in two different commits leads to the problem that when I delete the heroku cache for some reason I have todo this two commits again.

So I want to ask how I can exceed the 15 minutes heroku compile time? How you guys handle this?

1 Answer 1

2

I'm currently having the same issue (trying to install numpy, pandas, and bokeh and hitting the 15 minute heroku compile time limit).

Check out the comments from this answer. (The actual answer does not work/help, as explained in the comments)

Short version is in order to increase this time limit, you need to submit a Heroku Help Ticket. Internally, they can increase the time limit. Issue is it takes a few business days for them to respond to the tickets.

If you (or anyone else) finds another way to fix this error, let me know!

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.