Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your WSGIPath refers to a file that does not exist. #5

Open
changchichung opened this issue Jul 25, 2018 · 10 comments
Open

Your WSGIPath refers to a file that does not exist. #5

changchichung opened this issue Jul 25, 2018 · 10 comments

Comments

@changchichung
Copy link

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 ?

@wolfg1969
Copy link
Owner

wolfg1969 commented Jul 25, 2018

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

@changchichung
Copy link
Author

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

@wolfg1969
Copy link
Owner

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

@rajgoesout
Copy link

I'm facing the same issue.

@aluck-Tiffany
Copy link

I'm facing the same issue too.

2 similar comments
@Ravindrakumara
Copy link

I'm facing the same issue too.

@sambellsoup
Copy link

I'm facing the same issue too.

@Ravindrakumara
Copy link

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
Copy link

Rather I deploy heroku work pretty good.

@ghost
Copy link

ghost commented Aug 2, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants