02-01-2020, 07:05 AM
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...n-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-...b/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?
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...n-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-...b/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?