requirements.txt在AWS Elastic Beanstalk上部署Django时出现的问题

我正在尝试在AWS Elastic Beanstalk上部署Django APP,但是几个小时以来我一直在处理此requirements.txt文件无效错误。请任何帮助,谢谢

Erros Trace:
2019-11-04 11:57:47    ERROR   Create environment operation is complete,but with errors. For more information,see troubleshooting documentation.

ERROR: ServiceError - Create environment operation is complete,see troubleshooting documentation.

在我的requirements.txt文件下面找到

requirements.txt

blessed==1.16.1
botocore==1.12.253
cached-property==1.5.1
cement==2.8.2
certifi==2019.9.11
cffi==1.7.0
chardet==3.0.4
colorama==0.3.9
Django==2.2.6
django-appconf==1.0.3
django-select2==7.1.1
docker==3.7.3
docker-compose==1.23.2
docker-pycreds==0.4.0
dockerpty==0.4.1
docopt==0.6.2
docutils==0.15.2
future==0.16.0
idna==2.7
jmespath==0.9.4
jsonschema==2.6.0
pathspec==0.5.9
pycparser==2.19
python-dateutil==2.8.1
python-decouple==3.1
python-magic==0.4.15
python-magic-bin==0.4.14
pytz==2019.3
PyYAML==3.13
requests==2.20.1
semantic-version==2.5.0
six==1.11.0
sqlparse==0.3.0
termcolor==1.1.0
texttable==0.9.1
urllib3==1.24.3
wcwidth==0.1.7
websocket-client==0.56.0
gromzyw 回答:requirements.txt在AWS Elastic Beanstalk上部署Django时出现的问题

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3166899.html

大家都在问