lorenzwegener
Results
3
comments of
lorenzwegener
I tried building the wheel with maturin 1.8.3 without PYO3_CROSS_LIB_DIR set. That fails with `error[E0425]: cannot find function `prepare_freethreaded_python` in crate `pyo3` --> backtester/src/model/mod.rs:608:15 ` I also tried with *...
Running objdump on the pyd files in the wheels shows that the working wheel imports python3.dll and the broken wheel import python37.dll.
I will try to make a minimal public one.