Error jwt function
suumiit opened this issue ยท 4 comments
suumiit commented
module 'jwt' has no attribute 'decode'
Deleted user commented
module 'jwt' has no attribute 'decode'
Install the dependencies using :
- pip install -r requirements.txt (Windows)
- pip3 install -r requirements.txt (Mac)
Then run the file it should work.
suumiit commented
Nakul93 commented
The problem occurs if you have both JWT and PyJWT installed on your system. Uninstall jwt, by pip uninstall jwt