- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试通过 pip3 install pyicu
安装并出现以下错误:
Collecting pyicu
Using cached https://files.pythonhosted.org/packages/bb/ef/3a7fcbba81bfd213e479131ae21445a2ddd14b46d70ef0109640b580bc5d/PyICU-2.0.3.tar.gz
Complete output from command python setup.py egg_info:
Building PyICU 2.0.3 for ICU 61
Could not configure CXXFLAGS with icu-config
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/80/v1nwf70x2rz5srmzfnpc3pq40000gn/T/pip-build-b_sify1x/pyicu/setup.py", line 131, in <module>
_cflags, ('--cxxflags', '--cppflags'), 'CXXFLAGS')
File "/private/var/folders/80/v1nwf70x2rz5srmzfnpc3pq40000gn/T/pip-build-b_sify1x/pyicu/setup.py", line 30, in configure_with_icu_config
output = check_output(('icu-config',) + config_args).strip()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py", line 403, in run
with Popen(*popenargs, **kwargs) as process:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py", line 707, in __init__
restore_signals, start_new_session)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py", line 1326, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/80/v1nwf70x2rz5srmzfnpc3pq40000gn/T/pip-build-b_sify1x/pyicu/
然后从一些来源我知道我需要安装 icu4c
并通过 .bash_profile
为 icu 配置。也尝试这样做,但错误仍然存在。请帮帮我。
最佳答案
尝试在命令行中运行它:
export PYICU_CFLAGS=-std=c++11:-DPYICU_VER='"2.0.3"'
关于python - 无法在 MacOS 上安装 pyicu,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50203597/
我的系统是 Windows 10 x86_64,anaconda 3。 我最初的目标是安装 polyglot 以进行母语处理。Polyglot 需要 PyICU 才能正常工作。 但是,安装 PyICU
我正在尝试在 Heroku 上部署我的 Python 应用程序,但没有成功。 PyICU 似乎出现了问题包,我不确定如何更正。我已经确认这是我部署的唯一问题;当我删除 PyICU从我的需求文件来看,一
我尝试通过 pip3 install pyicu 安装并出现以下错误: Collecting pyicu Using cached https://files.pythonhosted.org/pac
我尝试通过 pip3 install pyicu 安装并出现以下错误: Collecting pyicu Using cached https://files.pythonhosted.org/pac
有人知道如何在 Heroku 上安装 PyICU 吗? 到目前为止,这是我尝试过的: 创建了一个 heroku-buildpack-multi 应用程序。 在 .buildpacks 中 https:
我一直在尝试在我的 Mac 上安装 musicbrainz 服务器,并且有一个步骤是我必须安装 pip pyicu。我不断收到此错误: Collecting pyicu Downloading PyI
我一直在尝试安装一个名为 Polyglot 的 Python 库,而这又需要 PyICU,这是我的困境的根源。经过一番徒劳的错误之后,我能够在我的 EC2 实例上安装 PyICU。但是,当运行 Pol
我正在尝试根据此链接在 mac 上为 python 3.5 安装 pyicu https://struggley.wordpress.com/2015/07/14/installation-pyicu
有 PyICU库,我知道它可以用来音译字符串。但是没有文档。任何人都有一个将 unicode 字符串音译为 ASCII 的简单示例,其中 PyICU ? C++ ICU文档 for translite
我使用 brew install icu4c 和 pip install pyicu 来安装 python ICU 支持,但最后我无法在我的 Mountain Lion 上工作。 $ brew ins
我的系统是 Windows 10 x64 现在我想安装pyicu但是遇到这样的问题 Collecting pyicu 使用缓存的 PyICU-1.9.7.tar.gz 命令 python setu
我在 Mac 上安装 pyicu 时遇到一些困难。我首先有this问题,那是我解决的。但现在安装出现以下错误: ld: library not found for -licule 那么,这个 licu
我在尝试访问登台服务器上 ICU 的 Collator 属性时收到此错误。 AttributeError at /... 'module' object has no attribute 'Col
我正在尝试在 osx 10.12.4 上安装 pyicu,但我不断收到错误消息: 我正在尝试使用多种语言: from polyglot.downloader import downloader pri
我在 MacOS 和 Ubuntu 14.04 中都安装了 pyicu 但它在导入时显示 ImportError。对于 MacOS high sierra 输出是: Traceback (most r
我是一名优秀的程序员,十分优秀!