1

我在 Heroku 上推送我的 Django 项目时遇到问题。得到一个错误:

could not find any downloads that satisfy the requirement codeville==0.8.0 (from -r requirements.txt (line 1))
no distribution at all found for  codeville==0.8.0 (from -r requirements.txt (line 1))

我的 requirements.txt 是由生成的pip freeze > requirements.txt,看起来:

Codeville==0.8.0
Mako==0.7.2

MarkupSafe==0.15
PIL==1.1.7
Pygments==1.5
Pyrex==0.9.9
Twisted==12.3.0
bsddb3==5.3.0
bzr==2.6b2
bzr-fastimport==0.13.0.final.0
chardet==2.0.1
cvs2svn==2.4.0
dblatex==0.3.4
distribute==0.6.34
fastimport==0.9.2
feedparser==5.0.1
gdata==2.0.17
getmail==4.36.0
googlecl==0.9.14
logilab-astng==0.23.1
logilab-common==0.58.0
mercurial==2.5.2
mingc==0.4.4
numpy==1.6.2
offlineimap==6.5.4
paramiko==1.7.7.1
planet==2.0
pyOpenSSL==0.13
pyasn1==0.1.6
pycrypto==2.6
pygobject==3.4.2
pylint==0.25.1
pyxdg==0.25
rdiff-backup==1.2.8
spambayes==1.0.4
stgit==0.16
tailor==0.9.35
urlgrabber==3.1.0
wsgiref==0.1.2
zope.interface==4.0.3

Codeville 排在第一位,我认为这个问题会在其他行继续存在,那么我应该如何处理呢?我没有时间一一删除并检查它是否有效,因为每次上传并且我的项目重量> 30mb

4

0 回答 0