当我试图构建一个非常简单的PyO3模块时,编译会在链接阶段停止,并返回一条非常长的错误消息。我在Linux上编译了这段代码。"edition = "2021"
name = "dytest"pyo3= { version = "0.16", features = ["extension-module"
在阅读PyO3的文档时,我发现我可以将PyAny作为param包括在内。[rustc E0277] [E] the trait bound `pyo3::PyAny: pyo3::FromPyObject<'_>` is not satisfied
note: required because of the requirements on the implof `