Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning #32

Closed
1 of 2 tasks
luckman212 opened this issue Mar 21, 2023 · 2 comments
Closed
1 of 2 tasks
Labels
bug Something isn't working fixed Bug fixed - problem solved

Comments

@luckman212
Copy link

I had a look at the troubleshooting section

  • Yes
  • No

Describe the bug
Not a bug, but a warning about this missing module. I poked around a bit but couldn't figure out why it wasn't loading the module (I see that it's included in the ./src/libs directory...)

To Reproduce
Steps to reproduce the behavior:

  1. type cf
  2. observe this error in Alfred's console:
[09:29:16.091] STDERR: ChatFred[Script Filter] /Users/luke/Sync/Settings/Alfred/Alfred.alfredpreferences/workflows/user.workflow.C171B2ED-8F91-4D00-987A-343A3EA0C7FC/src/libs/thefuzz/fuzz.py:11: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
  warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')

I'm on macOS 13.2.1, Alfred 5.0.6, ChatFred 1.3.0 directly installed (not from Gallery).

@luckman212 luckman212 added the bug Something isn't working label Mar 21, 2023
@chrislemke
Copy link
Owner

Hey @luckman212!
Thanks for pointing this out. I have seen the warning too and already tried to fix it.

@chrislemke
Copy link
Owner

"Solved" in: v1.3.1

@chrislemke chrislemke added the fixed Bug fixed - problem solved label Mar 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working fixed Bug fixed - problem solved
Projects
None yet
Development

No branches or pull requests

2 participants