Tech&Fin
Results
3
comments of
Tech&Fin
Hi Ayush Are you using Python3.11 which is the recommended setting. Otherwise will you provide the specific error? Regards Raymond
can you share the specific error you are seeing?
Looks like flask-babel package is not installed. Can you try: pip install flask-babel OR pip3.11 install flask-babel And run the app again.