Page 1 of 1

Pyo3 multiple `wrap` gefunden

Posted: 22 Feb 2025, 15:19
by Guest
Ich versuche, eine Hashmap > vom Rost zu Python. /p>

Code: Select all

    pub fn predict_intervals,
flat_data: PyReadonlyArray1,
rows: usize,
cols: usize,
parallel: Option,
) -> PyResult> {
|          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ multiple `wrap` found
|
= note: candidate #1 is defined in an impl for the type `IntoPyConverter`
= note: candidate #2 is defined in an impl for the type `IntoPyConverter`
= note: candidate #3 is defined in an impl for the type `IntoPyObjectConverter`
= note: candidate #4 is defined in an impl for the type `IntoPyObjectConverter`
= note: and 2 others
Wie kann ich dieses Problem lösen?