lambda-packages icon indicating copy to clipboard operation
lambda-packages copied to clipboard

Am I doing something wrong?

Open m0ngr31 opened this issue 8 years ago • 1 comments

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.

m0ngr31 avatar Sep 07 '17 05:09 m0ngr31

Could be a Py2/Py3 problem?

Miserlou avatar Nov 03 '17 17:11 Miserlou

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?

natemoo-re avatar Apr 06 '21 14:04 natemoo-re