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
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
Traceback (most recent call last):
File "/home/dj/Desktop/Code/jwt.py", line 2, in
from flask_jwt import JWTs, jwt_required, current_identity
File "/usr/local/lib/python3.9/dist-packages/flask_jwt/init.py", line 16, in
from jwt import *
File "/home/dj/Desktop/Code/jwt.py", line 2, in
from flask_jwt import JWTs, jwt_required, current_identity
ImportError: cannot import name 'JWTs' from partially initialized module 'flask_jwt' (most likely due to a circular import) (/usr/local/lib/python3.9/dist-packages/flask_jwt/init.py)
i run same code, i found on documentation
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Traceback (most recent call last):
File "/home/dj/Desktop/Code/jwt.py", line 2, in
from flask_jwt import JWTs, jwt_required, current_identity
File "/usr/local/lib/python3.9/dist-packages/flask_jwt/init.py", line 16, in
from jwt import *
File "/home/dj/Desktop/Code/jwt.py", line 2, in
from flask_jwt import JWTs, jwt_required, current_identity
ImportError: cannot import name 'JWTs' from partially initialized module 'flask_jwt' (most likely due to a circular import) (/usr/local/lib/python3.9/dist-packages/flask_jwt/init.py)
i run same code, i found on documentation
The text was updated successfully, but these errors were encountered: