我需要在Heroku上運行分發版本0.6.28。我更新了我的requirements.txt文件,但似乎沒有任何效果。如何在Heroku上升級分發包?
我想從需要這個更高版本的分發包的tarball中的模塊進行安裝。
在部署我只得到這樣的:
Running setup.py egg_info for package from http://downloads.sourceforge.net/project/mysql-python/mysql-python-test/1.2.4b4/MySQL-python-1.2.4b4.tar.gz
The required version of distribute (>=0.6.28) is not available,
and can't be installed while this script is running. Please
install a more recent version first, using
'easy_install -U distribute'.
(Currently using distribute 0.6.27 (/tmp/build_ibj6h3in4vgp/.heroku/venv/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg))
Complete output from command python setup.py egg_info:
The required version of distribute (>=0.6.28) is not available,
打我吧! – myusuf3
除非它不起作用。 – skoczen