79281198

Date: 2024-12-14 18:59:40
Score: 2
Natty:
Report link

As @Chandu said, when you run flask run it uses the global python path. Instead activate local environment and run it like this:

python3 -m flask run

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @Chandu
  • Low reputation (0.5):
Posted by: codecracker