Re: decouple import config

2023-02-22 Thread Anurag Chauhan
Try *pip install python-decouple*, and then run your program again. On Wednesday, February 22, 2023 at 7:38:43 AM UTC+5:30 Taufiq Subijantoro wrote: > from decouple import config > ImportError: cannot import name 'config' from 'decouple' > (C:\Users\taufi\AppData\Local\Progra

decouple import config

2023-02-21 Thread Taufiq Subijantoro
from decouple import config ImportError: cannot import name 'config' from 'decouple' (C:\Users\taufi\AppData\Local\Programs\Python\Python311\Lib\site-packages\decouple\__init__.py) "How to fix the problem mentioned in the error message: ThankYou -- You received this message becaus