我試圖將Django-Avatar安裝到heroku上。將django-avatar安裝到heroku上
我在requirements.txt
試圖django-avatar==2.0a9
但得到的錯誤:
"No distributions matching the version for django-avatar==2.0a9"
我又試圖django-avatar==github.com/jezdez/django-avatar/archive/master.zip
並得到了錯誤:
"No such file or directory: '/app/django-avatar==https:/github.com/jezdez/django-avatar/archive/master.zip"
我如何能有什麼想法安裝django-avatar?
我很欣賞時間和專業知識。
我第一次嘗試與Django的頭像== 2.0a9在我requirements.txt並得到了錯誤「沒有分佈相匹配的版本Django的頭像== 2.0a9 「然後,我試着django-avatar == https://github.com/jezdez/django-avatar/archive/master.zip,並得到錯誤:」沒有這樣的文件或目錄:'/ app/django-avatar == https :/github.com/jezdez/django-avatar/archive/master.zip「有關我還能嘗試的其他想法? – bbrooke 2013-05-10 04:56:21