I'm using a package that's dependent on python-Levenshtein and I'm still getting this message when I try to import it:
from fuzzywuzzy import fuzz, process
[1504740965099] /var/task/fuzzywuzzy/fuzz.py:35: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
I deployed via Zappa. Is there something I'm missing? Did I not deploy it properly? It works fine in my virtual environment.
I'm using a package that's dependent on python-Levenshtein and I'm still getting this message when I try to import it:
I deployed via Zappa. Is there something I'm missing? Did I not deploy it properly? It works fine in my virtual environment.