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

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -