1 回答
TA贡献1909条经验 获得超7个赞
好的,经过大量的测试 - 我终于意识到需求文件一直在变化(我很确定,不仅仅是在我冻结时)。
因此,之前安装的几个软件包不再在 requirements.txt 文件中。本质上这意味着,这个错误实际上是由于requirements.txt 文件完整并且其中包含所有必需的包。
我的最终包裹清单如下:
appdirs==1.4.3
astroid==2.0.4
certifi==2018.8.24
chardet==3.0.4
cycler==0.10.0
Django==2.1.1
django-bootstrap3==11.0.0
dj-database-url==0.5.0
dj-static==0.0.6
gunicorn==19.3.0
idna==2.7
isort==4.3.4
kiwisolver==1.0.1
lazy-object-proxy==1.3.1
matplotlib==2.2.2
mccabe==0.6.1
numpy==1.15.0
psycopg2>=2.6.1
pygal==2.4.0
pygal-maps-world==1.0.2
pygame==1.9.4
pylint==2.1.1
pyparsing==2.2.0
python-dateutil==2.7.3
pytz==2018.5
requests==2.19.1
six==1.11.0
static3==0.6.1
urllib3==1.23
virtualenv==16.0.0
whitenoise==4.1.2
wrapt==1.10.11
添加回答
举报