Pyo3 multiple `wrap` gefunden
Posted: 22 Feb 2025, 15:19
Ich versuche, eine Hashmap > vom Rost zu Python. /p>
Wie kann ich dieses Problem lösen?
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