Polyglot ubuntu not able to download language files

混江龙づ霸主 提交于 2019-12-11 07:05:36

问题


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 command in console

polyglot polyglot.ini download LANG:en

gives me following error

tellusererror POLYGLOT: pipex_open(): execvp(): /home/userxxx/Projects/nlp_server/nlpserver: Permission denied

nlpserver folder have permission as 777

Please help!


回答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


来源:https://stackoverflow.com/questions/57231523/polyglot-ubuntu-not-able-to-download-language-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!