Pyo3 multiple `wrap` gefundenPython

Python-Programme
Guest
 Pyo3 multiple `wrap` gefunden

Post 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?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post