我已经在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 deniednlpserver文件夹的权限为777
请帮帮我!
发布于 2019-07-29 18:17:24
pip install -U git+https://github.com/aboSamoor/polyglot.git@master使用此命令安装polyglot,它开始工作。
https://polyglot.readthedocs.io/en/latest/Installation.htmlhttps://stackoverflow.com/questions/57231523
复制相似问题