Running into problems while installing RStudio from sources - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: Running into problems while installing RStudio from sources (/showthread.php?tid=8983) |
Running into problems while installing RStudio from sources - FingO - 02-01-2020 Hi, new user here. After I was able to compile R from the source codes and encouraging links in the internet (see http://ramseygurley.blogspot.com/2014/02/building-rstudio-on-arm.html). However, when I try to invoke sudo ./install-dependencies-debian I am, first of all, quite puzzled that all R/libraries are again installed from scratch, second I get the following error: Traceback (most recent call last): File "/opt/rstudio-tools/depot_tools/gn.py", line 75, in <module> sys.exit(main(sys.argv)) File "/opt/rstudio-tools/depot_tools/gn.py", line 70, in main return subprocess.call([gn_path] + args[1:]) File "/usr/lib/python2.7/subprocess.py", line 168, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 8] Exec format error I read at the rstudio-forums about a similar issue (https://community.rstudio.com/t/setting-up-your-own-shiny-server-rstudio-server-on-a-raspberry-pi-3b/18982/44) but found there no answer. Does somebody had any success with compiling Rstudio on a pinebook pro and/or know what to make of the above error? |