gpt4 book ai didi

python - 导入模块,Levenshtein

转载 作者:太空宇宙 更新时间:2023-11-04 08:17:59 27 4
gpt4 key购买 nike

我正在编写一个使用比较来确定模糊匹配的脚本,因此我正在使用 Levenshtein 功能。

不幸的是,当我在终端窗口中运行 easy_install python-Levenshtein 时,当我在其上运行导入时,Python 仍然无法识别 Levenshtein。当我查看终端窗口时,我得到了这些错误代码列表(我认为这是出错的地方):

Processing python-Levenshtein-0.10.2.tar.gz

Running python-Levenshtein-0.10.2/setup.py -q bdist_egg --dist-dir /var/folders/0H/0HiEtyHBGV4TWfq84ctWC++++TM/-Tmp-/easy_install-tbdn73/python-Levenshtein-0.10.2/egg-dist-tmp-L7Jws0warning: no files found matching '*' under directory 'docs'

warning: no previously-included files matching '*pyc' found anywhere in distribution

warning: no previously-included files matching '.project' found anywhere in distribution

warning: no previously-included files matching '.pydevproject' found anywhere in distribution

unable to execute gcc-4.0: No such file or directory

error: Setup script exited with error: command 'gcc-4.0' failed with exit status 1

有谁知道为什么 Levenshtein 安装不起作用?我认为它与 gcc-4.0 错误有关(我运行了 GCC 安装程序,但它仍然不起作用),或者有什么建议?

最佳答案

赠品是这一行:

unable to execute gcc-4.0: No such file or directory

这表明您没有安装 OS X 开发人员工具。您需要从 Apple 下载它们。如果幸运的话,您将能够找到仅命令行工具的下载,这就是您所需要的 - 否则您将不得不下载整个 XCode,它有几千兆字节。

关于python - 导入模块,Levenshtein,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10606451/

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