rapidfuzz/RapidFuzz

AttributeError: module 'rapidfuzz.process' has no attribute 'cpdist'

Alireza-G-Qre opened this issue · 1 comments

I got the latest version of the library, but I get the following error:

AttributeError Traceback (most recent call last)
Cell In [55], line 3
1 from rapidfuzz import process
----> 3 process.cpdist

AttributeError: module 'rapidfuzz.process' has no attribute 'cpdist'

Are you sure you are using the latest version?

>>> import rapidfuzz
>>> rapidfuzz.__version__
'3.8.1'

The error sounds very much like you are still on an older version 🤔