bombardier-gif/covid-vaccine-booking

Error jwt function

suumiit opened this issue ยท 4 comments

module 'jwt' has no attribute 'decode'

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.

already did... running on python 3.9.x
Untitled

The problem occurs if you have both JWT and PyJWT installed on your system. Uninstall jwt, by pip uninstall jwt

thank you so much, reinstalled it and its working... @Nakul93 @aman-3003.... ๐Ÿ’—๐Ÿ’—๐Ÿ’—