我正在使用CentOS 5
安装Python 2.7
。我正在尝试安装pyenchant
库,但在所有情况下都失败了。
- 使用
pip install pyenchant
- 这产生了以下错误 -
AttributeError: /usr/lib64/libenchant.so.1: undefined symbol: enchant_dict_add
- 使用
yum install enchant
- 这产生了以下错误 -
http://mirror.nexcess.net/CentOS/5.11/updates/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
.
pyenchant-1.6.6-py2.py3-none-any.whl
从这个网站下载。已使用pip install pyenchant-1.6.6-py2.py3-none-any.whl
- 这再次产生了相同的错误。
AttributeError: /usr/lib64/libenchant.so.1: undefined symbol: enchant_dict_add
有没有其他方法可以安装这个库?