Importerror Cannot Import Name Config From Decouple C Usersyemiappdatalocalprogramspythonpython310libsite

[Solved] Importerror Cannot Import Name Config From Decouple C Usersyemiappdatalocalprogramspythonpython310libsite | Python - Code Explorer | yomemimo.com
Question : ImportError: cannot import name 'config' from 'decouple' (C:\Users\Yemi\AppData\Local\Programs\Python\Python310\lib\site-packages\decouple\__init__.py)

Answered by : ugly-unicorn-t3hirq8bb0c7

If that is the case simply uninstall decouple
pip uninstall decouple
And ensure you have python-decouple installed
pip install python-decouple

Source : | Last Update : Sat, 15 Jan 22

Answers related to importerror cannot import name config from decouple c usersyemiappdatalocalprogramspythonpython310libsite packagesdecouple init py

Code Explorer Popular Question For Python