elastic-beanstalk-nginx-uwsgi-django icon indicating copy to clipboard operation
elastic-beanstalk-nginx-uwsgi-django copied to clipboard

Your WSGIPath refers to a file that does not exist.

Open changchichung opened this issue 7 years ago • 10 comments

eb config

  aws:elasticbeanstalk:container:python:
    NumProcesses: '3'
    NumThreads: '20'
    StaticFiles: /static/=static/
    WSGIPath: ebsample/wsgi.py

configuration of eb env https://i.imgur.com/Ecal3Sx.png But I always get "Your WSGIPath refers to a file that does not exist." error message when I do eb setenv , any suggestions ?

changchichung avatar Jul 25 '18 06:07 changchichung

Does the error prevent you setting the environment variables? If not, just ignore it.

wolfg1969 avatar Jul 25 '18 06:07 wolfg1969

No , I can not using eb setenv , or deploy ..

changchichung avatar Jul 25 '18 13:07 changchichung

Did you create your environment with sample app first? Then use eb setenv and eb deploy.

wolfg1969 avatar Jul 26 '18 08:07 wolfg1969

I'm facing the same issue.

rajgoesout avatar Dec 19 '19 20:12 rajgoesout

I'm facing the same issue too.

aluck-Tiffany avatar Jan 17 '20 07:01 aluck-Tiffany

I'm facing the same issue too.

Ravindrakumara avatar Jun 08 '20 04:06 Ravindrakumara

I'm facing the same issue too.

sambellsoup avatar Aug 02 '20 01:08 sambellsoup

Here recent week aws send message they had issues with technology. And recently they solve that problem. But i could not try before. If you find. let us update how did

Ravindrakumara avatar Aug 02 '20 03:08 Ravindrakumara

Rather I deploy heroku work pretty good.

Ravindrakumara avatar Aug 02 '20 03:08 Ravindrakumara

Have you people tried beastalk's platform v2? They simplified a lot by adding nginx+gunicorn support for Python applications by default. Also Procfile is supported to integrate directly with systemd. Running 3 production applications without any issues that includes celery workers.

ghost avatar Aug 02 '20 05:08 ghost