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:
[ec2-user@***]$ python ./test_handler.py
Traceback (most recent call last):
File "./test_handler.py", line 17, in <module>
import handler
File "/home/ec2-user/handler.py", line 29, in <module>
ctypes.cdll.LoadLibrary(os.path.join('lib', file))
File "/usr/lib64/python2.7/ctypes/__init__.py", line 438, in LoadLibrary
return self._dlltype(name)
File "/usr/lib64/python2.7/ctypes/__init__.py", line 360, in __init__
self._handle = _dlopen(self._name, mode)
OSError: lib/libRrefblas.so: undefined symbol: xerbla_
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:
cp: cannot stat '/usr/lib64/libblas.so.3': No such file or directory
cp: cannot stat '/usr/lib64/liblapack.so.3': No such file or directory
I tried installing these libraries using
sudo yum -y install blas
sudo yum -y install lapack
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
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