我已经在使用的ubuntu系统中安装了polyglot

sudo apt-get install polyglot


还安装了依赖项

sudo apt-get install -y libicu-dev python3-pip


当我在控制台中运行polyglot命令时

polyglot polyglot.ini download LANG:en


给我以下错误

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


nlpserver文件夹的权限为777

请帮忙!

最佳答案

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


使用此命令安装了polyglot,它开始工作。

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

关于python - Polyglot ubuntu无法下载语言文件,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/57231523/

10-11 17:35