gpt4 book ai didi

python - PyEnchant 在导入时引发 WinError 193,使用 Python 3.3.4

转载 作者:可可西里 更新时间:2023-11-01 09:20:13 25 4
gpt4 key购买 nike

当我尝试导入 PyEnchant 时抛出错误。我已经使用 pip 和他们在其网站上提供的 exe 安装和卸载了它。

只是一个通过命令提示符使用 Python 的例子:

    >>> import enchant
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python33\lib\site-packages\enchant\__init__.py", line 92, in <module>

from enchant import _enchant as _e
File "C:\Python33\lib\site-packages\enchant\_enchant.py", line 102, in <module>
raise WinError()
OSError: [WinError 193] <no description>

最佳答案

这是因为 PyEnchant 包包含一个为 32 位版本的 Python 编译的库。在 64 位版本的 python 下运行时会抛出上述错误。

我切换到使用 Python 32 位并且没有问题。

来源:https://groups.google.com/forum/#!topic/pyenchant-users/5cCFthWE9ZM

关于python - PyEnchant 在导入时引发 WinError 193,使用 Python 3.3.4,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25983908/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com