I have been trying to run this projecthttps://github.com/udacity/FSND-Deploy-Flask-App-to-Kubernetes-Using-EKS
I installed all the dependencies.I still did not make any adjustments. I need to run it firstbut I get this error when I type the command
python main.py
this is the error i get:
Traceback (most recent call last): File "main.py", line 8, in <module> import jwtImportError: No module named jwt
I worked with similar errors before and managed to solve them but not with this one I could not figure out the source of the problem