简体   繁体   中英

cannot install python-dotenv

I wanna use dotenv in python. for installation, I type pip3 install python-dotenv in windows command prompt. It gives the requirements are installed. but when running

from dotenv import load_dotenv

girves the error

No module named 'dotenv'

I tried to uninstall dotenv and install again, but it didn't work. is there any other way of installing python packages in spyder? or how I can fix this issue?

I wanna use dotenv in python. for installation, I type pip3 install python-dotenv in windows command prompt. It gives the requirements are installed. but when running

from dotenv import load_dotenv

girves the error

No module named 'dotenv'

I tried to uninstall dotenv and install again, but it didn't work. is there any other way of installing python packages in spyder? or how I can fix this issue?

I wanna use dotenv in python. for installation, I type pip3 install python-dotenv in windows command prompt. It gives the requirements are installed. but when running

from dotenv import load_dotenv

girves the error

No module named 'dotenv'

I tried to uninstall dotenv and install again, but it didn't work. is there any other way of installing python packages in spyder? or how I can fix this issue?

看看这个: https : //pypi.org/project/python-dotenv/

pip3.9 install python-dotenv

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM