Python - Windows 中的附魔包

标签 python c windows enchant

我使用 python 在 python 中安装了 "pynenchant"

pip install pynenchant

安装成功。当我使用 Python 导入它时,

import enchant

我收到以下错误消息

 ImportError: The 'enchant' C library was not found. Please install it via your OS package manager, or use a pre-built binary wheel from PyPI.

我正在尝试在 Windows 中安装 enchant。谁能帮忙?

谢谢...

最佳答案

通过 Pynenchant 你是说 this
如果是那么它是:

pip install pyenchant

或者:
您可以使用可执行文件在 Windows 中安装模块。链接:

Pyenchant

关于Python - Windows 中的附魔包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32690719/

相关文章:

Python 正则表达式在 2.6 中拆分不区分大小写

python - 导入 Excel 期间 Python 中的 pywintypes.com_error

C解析字符串分割

c - 在 Windows 上使用哪个单元测试框架进行 C 开发?

java - 在 Windows 上访问智能卡时重用 Java Keystore

php - 如何在 Windows 上使用 PHP 发送电子邮件?

python - python 中的互斥装饰器

python - 防止关闭通过子进程打开的 DOS shell 窗口

创建 const 元素的 const 数组

c - 是否可以使用共享对象构造函数来设置库搜索路径?