gpt4 book ai didi

python - Pyenchant utils 加载错误

转载 作者:行者123 更新时间:2023-12-01 04:33:36 24 4
gpt4 key购买 nike

我正在尝试加载 pyenchant 进行某些文本处理,但是在使用 pip install pyenchant 之后,当我尝试导入 pyenchant 时,出现以下错误。有人以前见过这个或者知道如何解决它吗?

---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-6-fd4a8a7f6802> in <module>()
1 import pandas as pd
----> 2 import enchant as ench
3
4 List_v1 = pd.read_csv("List_v1.txt",sep='\t')
5 List_v1 = List_v1.fillna(0)

/__init__.py in <module>()
90
91 try:
---> 92 from enchant import _enchant as _e
93 except ImportError:
94 if not os.environ.get("PYENCHANT_IGNORE_MISSING_LIB",False):

/enchant/_enchant.py in <module>()
53 from ctypes.util import find_library
54
---> 55 from enchant import utils
56 from enchant.errors import *
57 from enchant.utils import unicode

ImportError: cannot import name utils

最佳答案

我也遇到了同样的错误。解决我的问题的是安装 pyenchant 所基于的 C 库 enchant。 (参见Cannot install pyenchant on OSX)您可以通过运行来安装它:

brew install enchant

关于python - Pyenchant utils 加载错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32053106/

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