I had this error while trying to install dotenv. With this command:
pip install dotenv
For anyone facing this error with dotenv. The right command actually is:
pip install python-dotenv
I had this error while trying to install dotenv. With this command:
pip install dotenv
For anyone facing this error with dotenv. The right command actually is:
pip install python-dotenv