-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Failing: Starting gunicorn 23.0.0..ModuleNotFoundError: No module named 'app' #1183
Comments
Just deployed a new web app from Azure AI Studio and am getting the same error messages. : ( |
Same here, worked previously, tried to deploy a new instance today, exact same error |
"I am experiencing the same issue. In some cases, the deployment is successful, but when it fails, I get the error message 'ModuleNotFoundError: No module named 'app', resulting in a failed deployment." |
Experiencing same issue, have you managed to get it resolved ? |
@mgroupservice it was the redeployment which was successful for me. It looks like a glitch during the deployment. |
Encountering the same issue causing inability to browse the web. |
It might sound a silly workaround, but before deploying it to production, I removed frontend folder from source code and it got deployed and worked successfully. Not once but many times, tried this and surprisingly it works. |
Describe the bug
Trying to deploy a very simple web app where I just changed the system message. When it is: Starting gunicorn 23.0.0... it then says: ModuleNotFoundError: No module named 'app'
To Reproduce
Steps to reproduce the behavior:
I am using the old look
Expected behavior
the web app to load
Screenshots
Configuration: Please provide the following
I do not know how to do this.
Logs
I do not know how to do this.
Additional context
Add any other context about the problem here.
It should be fairly straight forward - I do not know why it is not working.
The text was updated successfully, but these errors were encountered: