Details
Description
I am using r/Dockerfile to get all the R dependency and following back to get everything to get the arrow/r work in linux (either ubuntu/debian) but it is continuously giving me this error:
Error in io__MemoryMappedFile_Open(fs::path_abs(path), mode) :
Cannot call io__MemoryMappedFile_Open()
I have installed all the required cpp libraries as mentioned here: https://arrow.apache.org/install/ under "Ubuntu 18.04 LTS or later". I have also tried to use cpp/Dockerfile and then followed backwards without any luck. The error is consistent and doesn't go away.
I am trying to build a docker image with dockerfile containing everything that arrow needs, all the cpp libraries etc.