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.