zafercavdar / fasttext-langdetect

80x faster and 95% accurate language identification with Fasttext
MIT License
141 stars 21 forks source link

Update setup.py: use wheels #12

Open rogalski opened 1 year ago

rogalski commented 1 year ago

Avoid dependency on python3-devel and pybind11 by using precompiled dependency.

semoal commented 8 months ago

@zafercavdar can we merge this please? i'm quite sure so much people doesn't use this because are struggling to install pybind11 on their systems

jgcb00 commented 8 months ago

Hi, same here, I am stuck because of that, could you please merge it and publish a new version ?

Regards !

jgcb00 commented 8 months ago

To anyone interested, I took the liberty of creating a new python lib : https://github.com/jgcb00/fasttext-langdetect-wheel

Will delete it when the merge goes through