Fix ModuleNotFoundError: No module named 'dotenv'
The package is python-dotenv but the import is dotenv — and pip install dotenv is the wrong package. Install python-dotenv into the interpreter you actually run.
1 article
The package is python-dotenv but the import is dotenv — and pip install dotenv is the wrong package. Install python-dotenv into the interpreter you actually run.