aboSamoor / polyglot

Multilingual text (NLP) processing toolkit
http://polyglot-nlp.com
Other
2.28k stars 337 forks source link

install error #246

Open mickeyzo12 opened 2 years ago

mickeyzo12 commented 2 years ago

I tried install with window 10

pip install polyglot

So, it is unable to installed becasue of pycld2 (setup.py) ... error

and I tried with

python setup.py install

it is still error.

how can i fix it, thank you verymuch.

Bachstelze commented 2 years ago

The released package is old. Have you tried $ pip install -U git+https://github.com/aboSamoor/polyglot.git@master ?