Я пытаюсь развернуть приложение Django на AWS Elastic Beanstalk, но я имел дело с ошибкой этого файла require.txt в течение нескольких часов. Пожалуйста, любая помощь будет apppreciated
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, but with errors. For more information, see troubleshooting documentation.
Найти ниже моего файла needs.txt
needs.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