首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >尝试安装PyICU时出现FileNotFoundError

尝试安装PyICU时出现FileNotFoundError
EN

Stack Overflow用户
提问于 2017-02-15 19:56:50
回答 1查看 764关注 0票数 0

当我尝试安装PyICU时,我得到错误信息"FileNotFoundError: WinError 2系统找不到指定的文件“(以下代码中的德语)。

从其他问题中,我了解到我可能必须与我的道路有关。但由于我是Python的新手,我真的不知道如何处理这些信息。

代码语言:javascript
复制
(C:\Users\max.nkern\AppData\Local\Continuum\Anaconda3) C:\Users\max.nkern>pip install git+https://github.com/ovalhub/pyicu
Collecting git+https://github.com/ovalhub/pyicu
Cloning https://github.com/ovalhub/pyicu to c:\users\max~1.nke\appdata\local\temp\pip-9reie9cq-build
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\MAX~1.NKE\AppData\Local\Temp\pip-9reie9cq-build\setup.py", line 22, in <module>
    ICU_VERSION = check_output(('icu-config', '--version')).strip()
  File "c:\users\max.nkern\appdata\local\continuum\anaconda3\lib\subprocess.py", line 626, in check_output
    **kwargs).stdout
  File "c:\users\max.nkern\appdata\local\continuum\anaconda3\lib\subprocess.py", line 693, in run
    with Popen(*popenargs, **kwargs) as process:
  File "c:\users\max.nkern\appdata\local\continuum\anaconda3\lib\subprocess.py", line 947, in __init__
    restore_signals, start_new_session)
  File "c:\users\max.nkern\appdata\local\continuum\anaconda3\lib\subprocess.py", line 1223, in _execute_child
    cwd, startupinfo)
FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\MAX~1.NKE\AppData\Local\Temp\pip-9reie9cq-build\

在这一点上,我真的不知道如何继续。

请帮我一把!

谢谢。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2017-02-15 20:08:35

我也有同样的问题。然后,我完全按照下面的安装说明操作:https://pypi.python.org/pypi/PyICU/

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/42248737

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档