79532094

Date: 2025-03-24 20:37:27
Score: 1.5
Natty:
Report link

You need to call your venv's python executable from your subprocess as subprocess ignores venv. Add the full path of the venv's python (usually /your/path/here/Scripts/python or your/path/here/bin/python). You may also use sys.executable to reference your python.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Fritz Robinson