hacking or software engineering skills/etc
[flask] module 'jwt' has no attribute 'encode'
study&grow
2022. 7. 17. 16:16
728x90
pip install pyjwt, jwt 다 안된다. 이거 다 지우고 아래 명령어로 다시 설치하자.
pip install PyJWT
https://jsikim1.tistory.com/155
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' A..
jsikim1.tistory.com