- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
所以,刚刚安装了最新的 3.6.2 python 版本并更新了 pip 和 setuptools,所以我开始安装 PyICU 并且我没有安装错误,在互联网内部导航我没有发现相同的错误,我在 1.9.5 中发现了一些类似的但是看起来不一样。有人有线索吗?:
python -m pip install PyICU
Collecting PyICU
Using cached PyICU-1.9.7.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "MPATH\Temp\pip-build-b_ftb5gu\PyICU\setup.py", line 12, in <module>
ICU_VERSION = os.environ['ICU_VERSION']
File " MPATH \Programs\Python\Python36-32\lib\os.py", line 669, in __getitem__
raise KeyError(key) from None
KeyError: 'ICU_VERSION'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C MPATH \Temp\pip-build-b_ftb5gu\PyICU\setup.py", line 26, in <module>
ICU_VERSION = check_output(('icu-config', '--version')).strip()
File " MPATH \Programs\Python\Python36-32\lib\subprocess.py", line 336, in check_output
**kwargs).stdout
File " MPATH \Programs\Python\Python36-32\lib\subprocess.py", line 403, in run
with Popen(*popenargs, **kwargs) as process:
File " MPATH \Programs\Python\Python36-32\lib\subprocess.py", line 707, in __init__
restore_signals, start_new_session)
File " MPATH \Programs\Python\Python36-32\lib\subprocess.py", line 992, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] El sistema no puede encontrar el archivo especificado
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File " MPATH \Temp\pip-build-b_ftb5gu\PyICU\setup.py", line 33, in <module>
''')
RuntimeError:
Please set the ICU_VERSION environment variable to the version of
ICU you have installed.
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in MPATH \Temp\pip-build-b_ftb5gu\PyICU\
最佳答案
如果在 Linux 上发生错误,ibicu-dev
应该安装(在Debian上):
sudo apt-get install libicu-dev
关于python - 在python 3.6.2最近安装的包中安装PyICU时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45526953/
我的系统是 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
我是一名优秀的程序员,十分优秀!