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

Cant install jellyfish in Windows10 Python3.7 #142

Closed yucongo closed 3 years ago

yucongo commented 3 years ago

Hi.

I cant seem to be able to install jellyfish with pip install jellyfish in Windows 10 Python 3.7 (no C- compiler in the system). (Full error messages here: https://pastebin.ubuntu.com/p/fwDv74jZ7H/)

I searched the net a bit: a post says installation will automatically fall back to pure python if no compiler is found (https://beets-users.narkive.com/Xm5En4OY/failed-building-wheel-for-jellyfish). But it does not seem to do so in my case.

I also tried to look for a whl package in https://www.lfd.uci.edu/~gohlke/pythonlibs/, no luck.

Is there any way I can install jellyfish in Windows 10? (I try to install textacy which requires jellyfish.)

Thanks

yucongo commented 3 years ago

I did a pip install wheel and tried pip install jellyfish that resulted in more or less the same error messages.