gpt4 book ai didi

python - 无法导入名称收缩

转载 作者:太空宇宙 更新时间:2023-11-03 15:49:05 25 4
gpt4 key购买 nike

我正在运行一个 python 脚本,它使用 pyRiemann 包中的 Shrinkage 类。即使我已经安装了这个包,我还是收到了这个错误:

from pyriemann.estimation import Shrinkage
ImportError: cannot import name Shrinkage

我正在使用:
派里曼==0.2.4Python 2.7.13::Anaconda 自定义(64 位)

知道这个问题是什么吗?

最佳答案

pyRiemann 0.2.4 中似乎没有 Shrinkage

代码位于 Github 上,因此开发版本可以通过以下方式安装:

pip uninstall -y pyriemann
pip install git+https://github.com/alexandrebarachant/pyRiemann

如果您与其他人合作并将 git 链接放入 requirements.txt 文件中,请考虑将自己锁定到特定提交,例如目前最新的一张。然后记得在发布后将其更改为 pyriemann==0.2.5

关于python - 无法导入名称收缩,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41474921/

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