OlivierBinette / StringCompare

Efficient String Comparison Functions and Fuzzy String Matching
https://olivierbinette.github.io/StringCompare/
17 stars 2 forks source link

Make installation process more robust #12

Open OlivierBinette opened 2 years ago

OlivierBinette commented 2 years ago

Make installation process robust to C++ symbol not found errors and to the error where the stringcompare.distance._distance module is not found.

OlivierBinette commented 2 years ago

There also seems to be issues when installing from Github... Overall installation is a bit of a mess right now.

OlivierBinette commented 2 years ago

Fixed git install issue.