Miserlou / Miserlou/lambda-packages
Am I doing something wrong?
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 728
- Forks
- 157
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The warning points to fuzzywuzzy/fuzz.py:35; start there and inspect how the deployed package selects its matcher. Compare the Zappa deployment contents with the working virtual environment, then verify whether the deployed import still emits the warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100