lambda-packages
lambda-packages copied to clipboard
Am I doing something wrong?
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.
Could be a Py2/Py3 problem?
I really love how clean this feels, but it does fall into the overloading native import behavior category. I'd be more comfortable if we aligned with Snowpack's import.meta.glob implementation. With top-level await it should still feel ergonomic, but it's more clear that this is something custom. Thoughts?