Hi, I'm new to Heroku and I am having trouble getting my Django app
deployed. I have several git repo dependencies in my requirements.txt
-e git+https://github.com/eldarion/
idios.git@c6f670fe2778d7739efde0f69d18dbdbbb04db2c#egg=idios-dev
When I push to Heroku, I get the following error for everyone one of
my git dependencies.
Downloading/unpacking idios-dev from git+https://github.com/
eldarion/idios.git@c6f670fe2778d7739efde0f69d18dbdbbb04db2c (from -r
requirements.txt (line 21))
Cloning https://github.com/eldarion/idios.git (to
c6f670fe2778d7739efde0f69d18dbdbbb04db2c) to ./build/idios-dev
Command /usr/bin/git tag -l had error code 128
Complete output from command /usr/bin/git rev-parse "fatal:
Not a git repository: '.'":
fatal: Not a git repository: '.'
----------------------------------------
Command /usr/bin/git rev-parse "fatal: Not a git repository:
'.'" failed with error code 128
Storing complete log in /app/.pip/pip.log
! Heroku push rejected, failed to compile Python/django app
A found a similar problem here
http://stackoverflow.com/questions/7776371/heroku-cedar-python-requirement-in-github-clone-fails-with-error-128.
I was able to work around this for a few packages by just using the
pypi version pulling directly from git, but I can't do that for all
packages. I tried a couple different permutations of the git url but
all produced the same error.
Any ideas?
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en.