You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: