Hi, I've seen some errors occurring with Flask and Python version 3.10 but I have 3.9.7 and am getting the following error when trying to do 'flask run' in the Terminal shell.
Any help appreciated!
Usage: flask run [OPTIONS]
Try 'flask run --help' for help.
Error: Could not locate a Flask application. You did not provide the "FLASK_APP" environment variable, and a "wsgi.py" or "app.py" module was not found in the current directory.