jsoma / fuzzy_pandas

Fuzzy matches and merging of datasets in pandas using csvmatch
MIT License
72 stars 19 forks source link

Error pip install fuzzy-pandas #6

Open manondesj opened 1 month ago

manondesj commented 1 month ago

Hello, I tried to install fuzzy-pandas on my terminal but I get the following error: ERROR: Could not build wheels for doublemetaphone, affinegap, which is required to install pyproject.toml-based projects

Could you please help in soving this issue? Many thanks!

jsoma commented 1 month ago

I'm thinking it's something upstream of fuzzy-pandas, so first try pip install csvmatch, and if you get the same error then try pip install textmatch, and if neither of those work, then try pip install dedupe. And if that doesn't work, you might want to re-file over at dedupeio/dedupe. The "could not build wheels" error is (I think) pretty broad, and usually some sort of version conflict or you might need to install some additional tools.