79105662

Date: 2024-10-19 18:40:55
Score: 1
Natty:
Report link

Check that the working directory is the proper one. My problem was that I was in the venv environment directory instead of the main project directory.

import os
print(os.getcwd())

Run this to check the Current Working Directory.

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