79614003

Date: 2025-05-09 11:13:15
Score: 0.5
Natty:
Report link

In my case, the error was that i was running the script using pytest test_example.py and pytest was installed using pipx and thus executed the script in a separate venv.

pip install pytest fixed it, probably also helps for other binaries that run Python like flask or uwsgi.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: phoehnel