When I try to deploy to Heroku, it gets stuck at the following line:
Installing dependencies using Pip (1.3.1)
This has been occurring throughout the day. It gets stuck here for more than 20 minutes (after that I wait no longer and close the process and try again - with no success).
I have checked my upload speed and it seems fine.
I have not changed any configurations, so I am not sure why it is like this today (it's worked well before), nor have I added any additional dependencies for it to install.
I found this question, which seems similar, but it's for Ruby on Rails, and I have a Python app. Heroku push hanging on "fetching gem metadata from rubygems" with no errors or trace of any kind
What steps can I take to stop this from happening? Is there any way to Python-ize the solution from the above question?
Is there a way to skip this step temporarily since I am not adding dependencies anyways?