flask-jwt-auth icon indicating copy to clipboard operation
flask-jwt-auth copied to clipboard

No module named 'flask_jwt_extended'

Open paulpctech opened this issue 6 years ago • 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 :)

paulpctech avatar Jun 11 '18 04:06 paulpctech

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.

oleg-agapov avatar Jun 11 '18 07:06 oleg-agapov