-
Notifications
You must be signed in to change notification settings - Fork 11
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
OSError: lib/libRrefblas.so: undefined symbol: xerbla_ #2
Comments
@rentrop I don't think that's 100% the culprit, I tried following their instructions
I still got the same error. Unfortunately the AMI referenced in the instructions is from 2015, I'm trying to figure out a solution w/ Docker but the oldest supported images on docker hub are late 2016 which leads me to believe they won't be compatible with Lambda regardless. |
@rentrop Follow-up, I was able to get it working using the latest amazon linux AMI. It looks like the
This will cause R to reference its included |
So you found a solution... Great |
Afternoon, When running the build .sh file the rm (remove file) says 'permission denied'. when testing the line on it own it addressed that by using the sudo command. Should i add 'sudo' to the build file or is there another way to solve this? Thanks |
@jiminygreen A sudo is fine or you can run |
Thanks for sharing your code on how to use R on AWS.
Unfortunately if i follow your code with the current Lambda-AMI i get the following error when testing it on a new AWS instance:
I tried googling for it but unfortunately do not understand how to fix this...
Any idea?
While running the script it throws the following error:
I tried installing these libraries using
And then ran the script again... still same error
The script installs the current R version 3.3.2 - dont know if this helps
Might that have something to do with openBlas VS blas?
https://bodhi.fedoraproject.org/updates/rkward-0.6.5-3.fc24%20rpy-2.8.3-1.fc24%20R-3.3.2-2.fc24/edit
The text was updated successfully, but these errors were encountered: