📌  相关文章
📜  ImportError: cannot import name 'config' from 'decouple' (C:\Users\Yemi\AppData\Local\Programs\Python\Python310\lib\site-packages\decouple\__init__.py) - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:56.973000             🧑  作者: Mango

代码示例1
If that is the case simply uninstall decouple

pip uninstall decouple
And ensure you have python-decouple installed

pip install python-decouple