pycaret plot_model不正确

发布于 2025-02-06 15:26:42 字数 444 浏览 2 评论 0原文

当我尝试使用plot_model()

---> 16 from scipy.fftpack.helper import _init_nd_shape_and_axes_sorted
     17 from numpy import (allclose, angle, arange, argsort, array, asarray,
     18                    atleast_1d, atleast_2d, cast, dot, exp, expand_dims,

ImportError: cannot import name '_init_nd_shape_and_axes_sorted' from 'scipy.fftpack.helper'

有任何解决方案时,我会得到此错误代码?

这个自由将开发下一个版本?我看到的错误比以前像Jinja2一样多。

I got this error code when i try to use plot_model()

---> 16 from scipy.fftpack.helper import _init_nd_shape_and_axes_sorted
     17 from numpy import (allclose, angle, arange, argsort, array, asarray,
     18                    atleast_1d, atleast_2d, cast, dot, exp, expand_dims,

ImportError: cannot import name '_init_nd_shape_and_axes_sorted' from 'scipy.fftpack.helper'

Any solutions?

This lib will be developed next version? I see more errors than before like Jinja2, etc.

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

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

发布评论

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

评论(1

诺曦 2025-02-13 15:26:42

您是否使用新发布的版本(3.0.0.rc2)尝试了一下。在此版本中应解决jinga insall。

pip install -u -pre pycaret

涉及您的实际错误,您可以提供引起问题的可重复示例吗?

Did you try this with the newly released version (3.0.0.rc2). The Jinga insall should be resolved in this release.

pip install -U --pre pycaret

Regarding your actual error, can you provide the reproducible example of what caused the issue?

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