在 Arviz 中绘制plot_trace或plot_posterior时出现类型错误

发布于 2025-01-10 15:11:43 字数 298 浏览 0 评论 0原文

运行代码时 az.plot_trace(result_final); 面临以下错误 TypeError: Expected dtype object, got 'numpy.dtype[float64]'

上述异常是以下异常的直接原因:

SystemError: CPUDispatcher() returned a result with错误集,

你能让我知道如何解决这个问题吗

While running the code az.plot_trace(result_final);
facing the below error
TypeError: expected dtype object, got 'numpy.dtype[float64]'

The above exception was the direct cause of the following exception:

SystemError: CPUDispatcher(<function histogram at 0x00000147106C8B88>) returned a result with an error set

Can you please let me know how to solve this

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

通知家属抬走 2025-01-17 15:11:43

我建议将numba升级到最新版本,例如python3 -m pip install numba==[最新版本]。这可能还需要通过执行 python3 -m pip install --ignore-installed llvmlite 手动更新 llmvite。希望有帮助!

I suggest upgrading numba to the latest version, e.g. python3 -m pip install numba==[latest version]. This might require a manual update to llmvite as well by doing, python3 -m pip install --ignore-installed llvmlite. Hope that helps!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文