Skip to content Skip to sidebar Skip to footer

Polyglot Ubuntu Not Able To Download Language Files

I have installed polyglot in ubuntu system using sudo apt-get install polyglot also installed dependencies sudo apt-get install -y libicu-dev python3-pip when i run polyglot comm

Solution 1:

pip install -U git+https://github.com/aboSamoor/polyglot.git@master

used this command to install polyglot and it started working.

https://polyglot.readthedocs.io/en/latest/Installation.html

Post a Comment for "Polyglot Ubuntu Not Able To Download Language Files"