Closed tmct closed 2 months ago
Hi Tom,
Are you using maturin develop
to build? If you provide me with commands and versions you are using Ill try to take a look at this and the other issue you raised this weekend
best, Azmy
Hi Azmy,
I was only trying cargo build, I will have to try maturin develop in the morning and let you know, thanks!
Tom
Hi @tmct - upgraded to the latest rust and bumped the pulp version and CI tests now pass on all platforms
You may have been right in noting that modern rust didn't play well with an old version of pulp on some platforms with cargo; in any case this should now be resolved.
In case in case you are still interested in building the library / making contributions etc.: recommend taking a look at the MakeFile. It should have a clean set of steps to reproduce a polars ols build and test run. You can then use maturin develop --release
after making any source changes which you would like to test out
Hi,
What version of the rust nightly toolchain may be used to successfully compile polars-ols?
I have tried two versions, and they both exhibit this error in compilation:
Versions tried:
nightly
-nightly-x86_64-unknown-linux-gnu installed - rustc 1.82.0-nightly (636d7ff91 2024-08-19)
nightly-2024-06-01
->nightly-2024-06-01-x86_64-unknown-linux-gnu unchanged - rustc 1.80.0-nightly (ada5e2c7b 2024-05-31)
nightly-2024-04-01
->nightly-2024-04-01-x86_64-unknown-linux-gnu installed - rustc 1.79.0-nightly (805813650 2024-03-31)
(It's possible that something else is wrong with my setup, sorry...)
Thanks Tom