-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation with R #2
Comments
It is always worth trying to track the bug to the source. In this case the issue isn't here with this crate but rather with geoarrow see: geoarrow/geoarrow-rs#716 I'm unsure what the solution is as this is a compiler bug. I don't have more time to dedicate to this right now |
I closed it as I assumed it was an issue with the cargo build in the pak::pkg_install("josiahparry/anime/r") If someone else can reproduce the steps above that will help diagnose the root cause, I wonder whether it's platform-specific. |
Details in case of use/interest for anyone else, happy to try something else, apologies if I've missed something:
|
Please note that the issue is compiling geoarrow—not this crate.
This is related to geoarrow/geoarrow-rs#716 Try using a stable build of rust with |
Will try with the stable build of Rust. Further update: after trying the latest version of
|
Will try that next. |
Update: I tried with the stable version and it still failed, logs below.
|
Please try installing from main again. I've updated to arrow 53, arrow-extendr 53, and geoarrow 0.4.0-beta-3 |
confirmed, thank you |
Heads-up @wangzhao0217 this should now work:
Could you give that a try and let us know if it works. |
Heads-up that I just hit an error trying to install it. It installed fine on another machine, the bug seems unrelated to
anime
(it's thegeoarrow
crate that fails to compile by the looks) but just posting here to document my experience on Linux.Great to see this package out there, happy to help with R bindings + docs + writeup!
The text was updated successfully, but these errors were encountered: