| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Hey @jvdd, thanks for working on this PR. I notice that the Windows builds are failing with 💥 maturin failed Caused by: Interpreters ["CPython 3.8", "CPython 3.9", "CPython 3.10", "CPython 3.11", "CPython 3.12", "CPython 3.14"] were found in maturin's bundled sysconfig, but compiling for Windows without an interpreter requires PyO3's `generate-import-lib` feature I tried adding the generate-import-lib feature to the pyo3 dependency - see my forked PR (https://github.com/my1e5/tsdownsample/pull/3) - and that seems to fix it 😄 [dependencies]
downsample_rs = { path = "downsample_rs", features = ["half"]}
-pyo3 = { version = "0.26", features = ["extension-module"] }
+pyo3 = { version = "0.26", features = ["extension-module", "generate-import-lib"] }
numpy = { version = "0.26", features = ["half"] }
half = { version = "2.6", default-features = false } |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.