jamesturk / jellyfish

🪼 a python library for doing approximate and phonetic matching of strings.
https://jamesturk.github.io/jellyfish/
MIT License
2.04k stars 157 forks source link

Unable to install C Implementation of Jellyfish in Linux #140

Closed mirbaquari closed 3 years ago

mirbaquari commented 3 years ago

Dear Creators,

I am new to using python jellyfish module. When I install the module, only python implementation of jellyfish gets installed but I need C implementation.

Can you please help me to install C implementation of jellyfish

jamesturk commented 3 years ago

Hi, do you have a specific error? On Apr 1, 2021, 4:53 AM -0400, mirbaquari @.***>, wrote:

Dear Creators, I am new to using python jellyfish module. When I install the module, only python implementation of jellyfish gets installed but I need C implementation. Can you please help me to install C implementation of jellyfish — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

mirbaquari commented 3 years ago

No specific error, I installed the module using pip and it only installs python implementation not c.

jamesturk commented 3 years ago

Sorry, without any details I won't be able to help. I'd recommend checking into your build environment for your system (do you have a C compiler? etc.) as I'd imagine that is the source of the error but without a log there's not much I can say.