Django

ImportError: cannot import name 'config' from 'decouple'

끈끈 2023. 4. 11. 22:22

 

python에서 환경 변수 및 설정 값 관리를 도와주는

 

decouple과 python-decouple 라이브러리.

 

 

ImportError: cannot import name 'config' from 'decouple'

 

이런 오류 발생시

 


 

pip uninstall decouple
pip install python-decouple

 

decouple 패키지 제거 후

 

python-decouple 패키지를 설치하면 끝!