oleg-agapov/flask-jwt-auth

No module named 'flask_jwt_extended'

paulpctech opened this issue · 1 comments

hello sir, im much thankful with your application that really helps me. there was no error after i used your configuration in my virtual environment which mean in localhost. But when I configured it through uwgi using the AWS server (amazon), there was an error says No module named 'flask_jwt_extended'. Could you help me sir regarding with this issue? :) I already asked it in stackoverflow and it seems they're dont have an idea how to solve it thanks. the logs are here in this link https://stackoverflow.com/questions/50786201/importerror-no-module-named-flask-jwt-extended-in-python-flask
more powers to you :)

Seems like your uwgi server uses system python instead of virtual environment. You need either configure your server to use virtual environment or setup all packages globally. I'd go with the latter.