Closed etiennebacher closed 1 year ago
I think this is due to the Rust toolchain version. See #217
https://github.com/pola-rs/r-polars/blob/10dd2a68ee67223c4f767d3a30d68dec71b583f8/Makefile#L6
I did this:
rustup toolchain install nightly-2023-04-11
rustup override set nightly-2023-04-11
rustup target add x86_64-pc-windows-gnu
and it looks like it worked
@etiennebacher Sry for slow answer.
The following make should ideally give you the official workable rust version for nightly: make requirement-rs
...and for stable: make requirements-rs-universe
For stable the Cargo.toml file is also modified
I see, thanks (and no worries)
make docs
used to work flawlessly but I now have an error (rextendr::document()
fails the same way):Here's what I have:
I also ran
rextendr::clean()
+document()
but it didn't change anything. How can I fix that?