Toni
Results
2
comments of
Toni
I have solved the same issue installing the package `libsasl2-modules` in Ubuntu. requirements.txt ``` PyHive==0.5.0 sasl==0.2.1 thrift==0.10.0 thrift-sasl==0.3.0 ``` Dockerfile ``` FROM python:3.6 RUN apt-get update && apt-get install -y...
Thanks for the info. Any alternative maintained? This seems a viable alternative https://github.com/vimalloc/flask-jwt-extended