amazon web services - Deploying a Django Application to Elastic Beanstalk -
i new django , trying deploy django app on aws following tutorial on aws here. works fine until execute command eb create django-env
. deploy exits error message: invalid requirements.txt. in log file have following:
collecting django==1.9.12 (from -r /opt/python/ondeck/app/requirements.txt (line 1)) downloading django-1.9.12-py2.py3-none-any.whl (6.6mb) collecting pkg-resources==0.0.0 (from -r /opt/python/ondeck/app/requirements.txt (line 2)) not find version satisfies requirement pkg-resources==0.0.0 (from -r /opt/python/ondeck/app/requirements.txt (line 2)) (from versions: ) no matching distribution found pkg-resources==0.0.0 (from -r /opt/python/ondeck/app/requirements.txt (line 2))
i sorry if issue may trivial,
but can point right direction? thank in advance!
Comments
Post a Comment