openreview-py icon indicating copy to clipboard operation
openreview-py copied to clipboard

Warning observed because of the use of fuzzywuzzy library

Open mohituniyal opened this issue 6 years ago • 2 comments

Since we started using the library fuzzywuzzy, I have been noticing this warning: /anaconda2/envs/py36openreview/lib/python3.6/site-packages/fuzzywuzzy/fuzz.py:11: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning

I have noticed this warning in py process functions.

mohituniyal avatar Jul 18 '19 18:07 mohituniyal

this should solve the problem: https://github.com/iesl/openreview-py/pull/360

mspector avatar Jul 18 '19 18:07 mspector

Related to #612

zbialecki avatar Apr 01 '20 16:04 zbialecki