Cupy 说它已经实现了 scipy 的 cg,但是在安装时找不到 cg(共轭梯度法)

Cupy says it has scipy's cg implemented, but cannot find cg(conjugate gradient method) when installed

我在安装 cupy 后找不到这个https://docs.cupy.dev/en/latest/reference/generated/cupyx.scipy.sparse.linalg.cg.html#cupyx.scipy.sparse.linalg.cg

说找不到模块

谁能帮帮我?我不知道出了什么问题,但我已经通过 pip 安装了 cupy,这个库应该在那里,但它不存在。

该模块在 CuPy v9 测试版中可用。 (v: latest 文档由 master 分支生成。)尝试 pip install--pre 以包括预发布。