小编JAL*_*PO_的帖子

我在 python 3.5 windows 10 中安装“icu”时遇到问题

在python中安装UCI包时出错

ERROR: Command "python setup.py egg_info" failed with error code 1
Run Code Online (Sandbox Code Playgroud)

我已经试过了

pip install uci4c
pip install uci
pip3 install uci

ImportError                               Traceback (most recent call last)
<ipython-input-5-47b8d2b39557> in <module>()
----> 1 from polyglot.downloader import downloader

c:\users\sarir\appdata\local\programs\python\python35\lib\site-packages\polyglot\downloader.py in <module>()
     89 
     90 from polyglot import polyglot_path
---> 91 from polyglot.detect.langids import isoLangs
     92 from polyglot.utils import pretty_list
     93 from icu import Locale

c:\users\sarir\appdata\local\programs\python\python35\lib\site-packages\polyglot\detect\__init__.py in <module>()
----> 1 from .base import Detector, Language
      2 
      3 __all__ = ['Detector', 'Language']

c:\users\sarir\appdata\local\programs\python\python35\lib\site-packages\polyglot\detect\base.py in <module>() …
Run Code Online (Sandbox Code Playgroud)

python windows installation polyglot uci

2
推荐指数
1
解决办法
1486
查看次数

标签 统计

installation ×1

polyglot ×1

python ×1

uci ×1

windows ×1