Error running the application: ModuleNotFoundError: No module named 'jwt' #3893
Unanswered
TalentumSebasG
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Did you add it to the requirements file? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Traceback (most recent call last):
File "", line 43, in
File "", line 229, in run_module
File "", line 88, in _run_code
File "C:\Users\power\AppData\Local\Temp\serious_python_temp31193778\main.py", line 4, in
File "C:\Users\power\AppData\Local\Temp\serious_python_temp31193778\db\token.py", line 1, in
ModuleNotFoundError: No module named 'jwt'
It seems that the error is due to the jwt module not being found.
In my development environment, the application works perfectly, and I have the jwt package installed. However, when I generate the build for Windows using flutter build windows, it appears that this package is not included in the resulting environment.
Could anyone help me understand why the jwt module is not found in the Windows build and how I can resolve this?
Parece que el error se debe a que no se puede encontrar el módulo jwt.
En mi ambiente de desarrollo, la aplicación funciona perfectamente y tengo instalado el paquete jwt. Sin embargo, cuando genero el build para Windows utilizando flutter build windows, parece que no incluye ese paquete en el entorno resultante.
¿Alguien podría ayudarme a entender por qué no se encuentra el módulo jwt en el build para Windows y cómo puedo solucionarlo?
Code sample
No response
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions