dedupeio / dedupe

:id: A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.
https://docs.dedupe.io
MIT License
4.15k stars 551 forks source link

PyLBFGS package not compatible with python 3.11 #1169

Closed jack-odonoghue closed 11 months ago

jack-odonoghue commented 1 year ago

I'm unable to install dedupe in a python 3.11 environment. Looking at the pipenv install traceback it looks to be failing when trying to resolve PyLBFGS. It works in python 3.10

fgregg commented 11 months ago

this is working for python 3.11 and 3.12 now.