가수면

module 'jwt' has no attribute 'ExpiredSignatureError' 본문

웹 개발/미분류 오류

module 'jwt' has no attribute 'ExpiredSignatureError'

니비앙 2022. 11. 17. 21:10

AttributeError: module 'jwt' has no attribute 'decode'

AttributeError: module 'jwt' has no attribute 'encode'

 

등이 뜨는 에러는 PyJWT 모듈 설치로 해결할 수 있다.

 

pip install PyJWT
Comments