You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "D:\practical\python-fullstack\api\jwtAuth.py", line 2, in
from flask_jwt_extended import JWTManager, create_access_token, jwt_required, get_jwt_identity, get_jwt
File "D:\practical\python-fullstack\api\menv\Lib\site-packages\flask_jwt_extended_init_.py", line 1, in
from .jwt_manager import JWTManager as JWTManager
File "D:\practical\python-fullstack\api\menv\Lib\site-packages\flask_jwt_extended\jwt_manager.py", line 8, in
from jwt import DecodeError
ImportError: cannot import name 'DecodeError' from 'jwt' (D:\practical\python-fullstack\api\menv\Lib\site-packages\jwt_init_.py)
The text was updated successfully, but these errors were encountered:
Sounds like you have a conflicting jwt package or file that is causing issues. Please refer to this issue to see if that resolves your problems: #456 (comment)
Traceback (most recent call last):
File "D:\practical\python-fullstack\api\jwtAuth.py", line 2, in
from flask_jwt_extended import JWTManager, create_access_token, jwt_required, get_jwt_identity, get_jwt
File "D:\practical\python-fullstack\api\menv\Lib\site-packages\flask_jwt_extended_init_.py", line 1, in
from .jwt_manager import JWTManager as JWTManager
File "D:\practical\python-fullstack\api\menv\Lib\site-packages\flask_jwt_extended\jwt_manager.py", line 8, in
from jwt import DecodeError
ImportError: cannot import name 'DecodeError' from 'jwt' (D:\practical\python-fullstack\api\menv\Lib\site-packages\jwt_init_.py)
The text was updated successfully, but these errors were encountered: