-
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
Installing arrow R package on Linux with install-arrow.R fails #44824
Comments
Do you have normal bash installed? Or are you using an alternative shell that masquerades as bash and interprets the offending line differently? SOURCE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# snip
source ${SOURCE_DIR}/cpp/thirdparty/versions.txt
|
I do have normal bash. > bash --version
GNU bash, version 5.2.37(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> |
In case it is helpful, I just tried doing this all in a docker container running R and it failed at the
|
Describe the bug, including details regarding any error messages, version, and platform.
I am trying to install the arrow R package on Linux by running the following script (as suggested here):
It fails with the following message:
I can't understand what the problem is because I ran the same script without errors on an seemingly identical Linux system.
My
sessionInfo()
is below.Component(s)
R
The text was updated successfully, but these errors were encountered: