我真的在为django项目部署而苦苦挣扎。我正在尝试使用本指南部署到弹性beantalk。 https://github.com/codingforentrepreneurs/Guides/blob/master/all/elastic_beanstalk_django.md
在Elastic Beanstalk中,我的严重程度为'严重',并且出现以下错误:
问题1
[Sun Apr 21 06:15:42.463620 2019] [:error] [pid 28281] [client 172.31.24.0:64074] Target WSGI script not found or unable to stat: /opt/python/current/app/application.py
当我尝试运行“ eb deploy”时,出现以下错误:
问题2
Collecting pywin32==223 (from -r /opt/python/ondeck/app/requirements.txt (line 19))
Could not find a version that satisfies the requirement pywin32==223 (from -r /opt/python/ondeck/app/requirements.txt (line 19)) (from versions: )
No matching distribution found for pywin32==223 (from -r /opt/python/ondeck/app/requirements.txt (line 19))
I'm not sure if issue 1 is caused by the fact that I haven't successfully run 'eb deploy' yet.
任何见识将不胜感激!谢谢!