by Anonymous » 26 Aug 2025, 09:46
Ich musste den Kolben für Windows einrichten, also habe ich die folgenden Befehle ausgeführt: < /p>
Code: Select all
set FLASK_APP=application.py
set FLASK_DEBUG=1
set DATABASE_URL='postgres.......' =>(the credential given by the Heroku account)
flask run
But when I hit enter on the flask run, I get an error that says -
flask is not recognized as an internal or external command, operable program or batch file
Why is this not working? Ich habe versucht, daran zu arbeiten, aber ich habe immer noch die gleiche Fehlermeldung.
Was könnte das
Problem sein?
Ich musste den Kolben für Windows einrichten, also habe ich die folgenden Befehle ausgeführt: < /p>
[code]set FLASK_APP=application.py
set FLASK_DEBUG=1
set DATABASE_URL='postgres.......' =>(the credential given by the Heroku account)
flask run
[/code]
But when I hit enter on the flask run, I get an error that says -
flask is not recognized as an internal or external command, operable program or batch file
Why is this not working? Ich habe versucht, daran zu arbeiten, aber ich habe immer noch die gleiche Fehlermeldung.
Was könnte das [url=viewtopic.php?t=26065]Problem[/url] sein?