pythond1 Python Django AttributeError: module 'jwt' has no attribute 'decode' or 'encode' 해결 방법 Python django AttributeError: module 'jwt' has no attribute 'decode', AttributeError: module 'jwt' has no attribute 'encode' 해결 방법 AttributeError: module 'jwt' has no attribute 'decode' AttributeError: module 'jwt' has no attribute 'encode' Python Django 프로젝트에서 볼 수 있는 에러입니다. 간단하게 PyJWT 모듈 설치로 해결할 수 있습니다. pip install PyJWT PyJWT를 설치해도 되지 않을 시 jwt, PyJWT를 모두 지우고 다시 PyJWT를 설치하신 뒤 시도해보시면 되겠습니다. pip .. 2021. 2. 17. 이전 1 다음