aboSamoor / polyglot

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

Polyglot installation error on windows 10 anaconda #93

Open yirgabdm opened 7 years ago

yirgabdm commented 7 years ago

My command:

pip install polyglot

Output(error): ......... UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 4941: character maps to

Command "python setup.py egg_info" failed with error code 1 in C:\Users\User\AppData\Local\Temp\pip-build-njj989um\polyglot\

netgateseznamcz commented 7 years ago

try python setup.py install instead of pip install... this was solution for me

davidalbertonogueira commented 7 years ago

It is not enough. Multiple errors arise after that upon trying to use the module.

KirtimanS commented 7 years ago

So, here is the resolution: from http://www.lfd.uci.edu install the pre-compiled binaries for pyicu and pcld2. Then clear the readme.rst file. Do a python setup.py install.

arlugones commented 6 years ago

Where can I download pcld2 binaries? Doesn't appears to exist at https://www.lfd.uci.edu/~gohlke/pythonlibs/

janissl commented 6 years ago

@arlugones https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycld2