You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know what I'm doing wrong, but after I clone this repo, create a virtualenv and pip install -r requirement.txt, create .env file with the required content, when I try to run the app using flask run, I received Error: While importing 'giya', an ImportError was raised., end when I try to run it using python giya.py to check the exact import problem, there is nothing on the console and the app just close.
Running with flask run
Running with python giya.py
The text was updated successfully, but these errors were encountered:
Hi, thanks for the response, I've done the required step and still face the issue, I found that the issue stems from the Update on Werkzeug used by the latest Flask version.
The only way to resolve this issue so far is to modify the requirements.txt and explicitly state for Werkzeug <= 2.0.8 and place it above Flask.
I think I'll close this issue now. Now the Werkzeug workaround doesn't seem to work either, So I re-open this issue.
I don't know what I'm doing wrong, but after I clone this repo, create a virtualenv and
pip install -r requirement.txt
, create.env
file with the required content, when I try to run the app usingflask run
, I receivedError: While importing 'giya', an ImportError was raised.
, end when I try to run it usingpython giya.py
to check the exact import problem, there is nothing on the console and the app just close.Running with flask run
Running with python giya.py
The text was updated successfully, but these errors were encountered: