- OS : MacOs Catalina
- python.ver: python3.9
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

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.envfile 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.pyto 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