python - Heroku: "directory exists" error after changing requirements.txt -


for 1 of libraries use, i'm trying switch mercurial repository git. unfortunately when tried push project new requirements.txt file, this:

obtaining django-storages git+https://github.com/richleland/django-storages/#egg=django_storages (from -r requirements.txt (line 2)) directory /tmp/build_3lujzy9ddaetm/.heroku/src/django-storages exists, , not git clone. plan install git repository https://github.com/richleland/django-storages/ do? (i)gnore, (w)ipe, (b)ackup exception: traceback (most recent call last): ... eoferror: eof when reading line 

forcing push -f ends same message. how make work?

it fixed heroku team pushing new python buildpack, using wipe default kind of conflict.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -