rapidfuzz / RapidFuzz

Rapid fuzzy string matching in Python using various string metrics

Home Page:https://rapidfuzz.github.io/RapidFuzz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rapidfuzz in Docker with Python 3.11

carolienbraams opened this issue · comments

The ReadMe of this RapidFuzz repo says it requires Python 3.7 or later.
However, the pipenv command ran with a docker image with python 3.11 and fails to install rapidfuzz .

Do others have this issue as well when using rapidfuzz==1.9.1 and Python 3.11?

RapidFuzz 1.9.1 did not support Python 3.11 yet, since cython did require some changes to work on Python3.11. For this reason the first version with official support for Python 3.11 is version 2.4.4.