I have a django app being hosted on Heroku. I recently tried to update
the app but it seems that my pip install that use hg+https are not
working. Here is the log
Counting objects: 36, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (20/20), done.
Writing objects: 100% (21/21), 5.54 KiB, done.
Total 21 (delta 13), reused 0 (delta 0)
-----> Heroku receiving push
-----> Python/Django app detected
-----> Preparing virtualenv version 1.6.4
New python executable in ./bin/python
Installing setuptools.............done.
Installing pip................done.
Overwriting ./bin/activate with new content
Overwriting ./bin/activate.fish with new content
Overwriting ./bin/activate.csh with new content
-----> Django settings injection
Injecting code into medtrack/settings.py to read from
DATABASE_URL
-----> Installing dependencies using pip version 1.0.2
Downloading/unpacking hg+https://bitbucket.org/wkornewald/
djangotoolbox (from -r requirements.txt (line 2))
Cloning hg https://bitbucket.org/wkornewald/djangotoolbox to /
tmp/pip-vb54NR-build
Cannot find command 'hg'
Storing complete log in /app/.pip/pip.log
! Heroku push rejected, failed to compile Python/django app
My requirements.txt file:
hg+https://bitbucket.org/wkornewald/djangotoolbox
hg+https://bitbucket.org/wkornewald/django-nonrel
git+https://github.com/rodcloutier/ReportLab
nose==1.1.2
django-nose==0.1.3
PyYAML==3.10
django-mongodb-engine==0.4.0
pymongo==2.0.1
wsgiref==0.1.2
yolk==0.4.1
It seems that pip cannot find the hg command. It used to work the last
time I pushed (oct 27th). Any idea, information on how to fix this ?
Thanks.
Rod Cloutier
--
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.