gpt4 book ai didi

python - 没有名为 fuzzywuzzy 的模块

转载 作者:太空宇宙 更新时间:2023-11-03 14:13:31 26 4
gpt4 key购买 nike

我用 pip 为 python3 安装了 fuzzywuzzy。当我执行 pip list 时,我看到了

fuzzywuzzy (0.8.1)

但是,当我尝试导入时出现错误。

Python 3.4.0 (default, Jun 19 2015, 14:20:21)
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import fuzzywuzzy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'fuzzywuzzy'
>>>

有人遇到过这个问题吗?

最佳答案

你确定你运行了 pip3 而不仅仅是 pip 吗?后者仅安装 Python 2 包。

关于python - 没有名为 fuzzywuzzy 的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35296650/

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