gpt4 book ai didi

python - 使用命令时出错 "from polyglot.detect import Detector"

转载 作者:太空狗 更新时间:2023-10-29 23:58:30 28 4
gpt4 key购买 nike

我正在使用 polyglot 函数将文本从一种语言转换为另一种语言,例如将西类牙语转换为英语。

我按照说明安装了 Polyglot 和所需的模块。

但是在运行代码的时候

from polyglot.detect import Detector

我收到这个错误:

Traceback (most recent call last):   
File "<pyshell#8>", line 1, in <module>
from polyglot.detect import Detector
File "C:\Python34\lib\site-packages\polyglot-15.5.2-py3.4.egg\polyglot\detect\__init__.py", line 1, in <module>
from .base import Detector, Language
File "C:\Python34\lib\site-packages\polyglot-15.5.2-py3.4.egg\polyglot\detect\base.py", line 11, in <module>
from icu import Locale ImportError: No module named 'icu'

我不确定我需要做什么。

有人可以帮忙吗?

最佳答案

您需要使用以下命令安装库 polyglot、PyICU 和 pycld2:

pip install polyglot
pip install PyICU
pip install pycld2

关于python - 使用命令时出错 "from polyglot.detect import Detector",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31682462/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com