gpt4 book ai didi

python - 没有名为 'mlxtend' 的模块

转载 作者:行者123 更新时间:2023-12-01 07:37:00 33 4
gpt4 key购买 nike

我无法在 Jupyter Python3 笔记本中安装 mlextend 包

我尝试过 pip install mlxtend 或 pip3 install mlxtend,但它要么在 Python2 上由于某种原因显示语法错误,要么告诉在 python3 中尝试命令行。我尝试在命令行上安装它,但它显示“错误:找不到满足 mlextend 要求的版本(来自版本:无)错误:找不到 mlextend 的匹配发行版”

from mlxtend.frequent_patterns import apriori
from mlxtend.frequent_patterns import association_rules


ModuleNotFoundError Traceback (most recent call
last)
<ipython-input-3-73c97be96c5f> in <module>()
----> 1 from mlxtend.frequent_patterns import apriori
2 from mlxtend.frequent_patterns import association_rules

ModuleNotFoundError: No module named 'mlxtend'`enter code here`

最佳答案

您需要使用以下命令:

pip install mlxtend

您当前正在尝试安装 mlextend(不存在),而不是 mlxtend

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

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