pip install python-decouple
from decouple import config
ModuleNotFoundError: No module named 'decouple'
print(API_USERNAME=config('first_name'))
keep getting this error even after i installed it correctly, and i uninstalled "decoupler" as well. I also tried installing it with conda still the same issue i honestly stuck
python --version
3.9.7
python -m pip install decouple
Doesnt work
Installed Pythons found by py Launcher for Windows
-3.10-64 *
-3.9-64
from decouple import config
ImportError: cannot import name 'config' from 'decouple' (C:\ProgramData\Anaconda3\lib\site-packages\decouple\__init__.py)
Try this: