我无法在我的 Mac 上安装一个名为 PyEnchant 的 Python 模块。我正在使用 Python 2.7。当我打开并运行 pyenchant setup.py 文件时,我收到以下错误消息:
Traceback (most recent call last):
File "/Applications/Python 2.7/pyenchant-1.6.5/setup.py", line 195, in <module>
import enchant
File "/Applications/Python 2.7/pyenchant-1.6.5/enchant/__init__.py", line 90, in <module>
from enchant import _enchant as _e
File "/Applications/Python 2.7/pyenchant-1.6.5/enchant/_enchant.py", line 133, in <module>
raise ImportError("enchant C library not found")
ImportError: enchant C library not found
我尝试运行 pyenchant 网站上提供的 .dmg 文件。安装过程继续进行,没有任何错误消息,但是一旦完成,我仍然无法将 pyenchant 导入 Python,也无法在 Finder 中的任何位置找到已安装的软件。
我还尝试使用 .egg 安装程序,它打开了一个 Python 窗口,顶部用黑色大写字母“PK”。我不知道这是什么意思。
正如您可能知道的那样,我不是经验丰富的 Python 用户,因此非常感谢您对此提供任何帮助。