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
cjson not found, falling back to stdlib json
Traceback (most recent call last):
File "c:\INTEGRACAO-QI-TECH\5_2_3_CONTRATO_DE_CESSAO\5_2_3_1.py", line 3, in
from jose import jwt
ImportError: cannot import name 'jwt' from 'jose'
Este é o erro que estou enfrentando. Um problema do código da biblioteca. Como consertar?
The text was updated successfully, but these errors were encountered:
cjson not found, falling back to stdlib json
Traceback (most recent call last):
File "c:\INTEGRACAO-QI-TECH\5_2_3_CONTRATO_DE_CESSAO\5_2_3_1.py", line 3, in
from jose import jwt
ImportError: cannot import name 'jwt' from 'jose'
Este é o erro que estou enfrentando. Um problema do código da biblioteca. Como consertar?
The text was updated successfully, but these errors were encountered: