Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python Error: ModuleNotFoundError: No module named 'dotenv'

Tags:

python

tried reinstalling, uninstalling same thing. Windows 10, python 3.9. Any suggestions? Tried now again and it gave me a returned non-zero exit status 1.

like image 733
Cliff Ribeiro Avatar asked Oct 21 '25 14:10

Cliff Ribeiro


1 Answers

You're trying to install the wrong package.

It's pip install python-dotenv.

See https://pypi.org/project/python-dotenv/

like image 68
scob_ Avatar answered Oct 23 '25 04:10

scob_



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!