-
Notifications
You must be signed in to change notification settings - Fork 501
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
Flask not starting upon execution of app.py : #1
Comments
Hey |
@ram2210 and don't run it on jupyter notebook if you are. |
@ram2210 Checkout this link to know how to create virtual environment : Then,
Hope your app will run fine ! |
Hi there,
When I try to execute the file "app.py", the following happens and I get an error. Please could someone shed some light on this and how I can get past it?
Thanks,
Ram
Error message:
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
An exception has occurred, use %tb to see the full traceback.
SystemExit: 1
C:\ProgramData\Anaconda3\envs\py3-TF2.0\lib\site-packages\IPython\core\interactiveshell.py:2890: UserWarning: To exit: use 'exit', 'quit', or Ctrl-D.
warn("To exit: use 'exit', 'quit', or Ctrl-D.", stacklevel=1)
The text was updated successfully, but these errors were encountered: