반응형
다음과 같은 에러가 뜰 경우:
경로를 확인하면 됩니다
ERROR MESSAGE:
Usage: flask run [OPTIONS]
Try 'flask run --help' for help.
Error: Could not locate a Flask application. Use the 'flask --app' option, 'FLASK_APP' environment variable, or a 'wsgi.py' or 'app.py' file in the current directory.
app.py가 있는 디렉토리에서 실행시켜야 하는데,
templates에서 실행시키거나 기타 다른 경로에서 실행시킬 경우 일어남.
그리고 main.py가 아닌 app.py에서 실행시키고 있는지도 확인 필요
반응형
'Python' 카테고리의 다른 글
python list 요소를 string 형태로 변환하기 (0) | 2022.12.03 |
---|---|
python) 상속 개념 super()란 뭘까 (0) | 2022.12.03 |
온라인online 상에서 Jupyter Notebook을 사용하는 방법 (0) | 2022.11.15 |
에러해결 module 'string' has no attribute 'ascii_letters' (0) | 2022.10.14 |
image, text를 ASCII Art로 넣기 (0) | 2022.10.06 |