-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[R][Docs] RMarkdown error in vignettes/arrow.Rmd #40535
Comments
Looks like a failure to install pyarrow on that job for some reason; I've kicked off another run at https://github.com/apache/arrow/actions/runs/8272294958 to double check it's not random failure, will investigate more if that fails. |
Hmm, weird, it failed again. There hasn't been a new version of the reticulate package (which is failing to find pyarrow), so that isn't it. |
It might be related to: #40455
|
I am not familiar with reticulate but we might require to update where to find pyarrow due to the new virtualenv installation: |
It would be nice to be able to keep that vignette (arrow.Rmd) unchanged here so taking advantage of reticulate's |
#40571) ### Rationale for this change With the changes in #40455 reticulate can't find pyarrow. ### What changes are included in this PR? Set `RETICULATE_PYTHON_ENV` to `ARROW_PYTHON_VENV`. See https://rstudio.github.io/reticulate/articles/versions.html#order-of-discovery why we can use `RETICULATE_PYTHON_ENV`. This also simplifies the current configurations: * Install Meson by `apt-get`. * Use `ARROW_PYTHON_VENV` to install Sphinx and related packages. ### Are these changes tested? Via archery. ### Are there any user-facing changes? No * GitHub Issue: #40535 Lead-authored-by: Raúl Cumplido <[email protected]> Co-authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Issue resolved by pull request 40571 |
Describe the bug, including details regarding any error messages, version, and platform.
https://github.com/apache/arrow/actions/runs/8272294958/job/22633854105#step:7:13544
Component(s)
Documentation, R
The text was updated successfully, but these errors were encountered: