jeroen / V8

Embedded JavaScript Engine for R
https://cran.r-project.org/package=V8
Other
200 stars 29 forks source link

fail to install V8 #91

Closed LLLLUM closed 4 years ago

LLLLUM commented 4 years ago

Thank you for your continuous development and maintenance, but recently I encountered some problems during installation.Here is the information about the error. Hope to get an answer.

`Bioconductor version 3.11 (BiocManager 1.30.10), R 4.0.0 (2020-04-24) Installing package(s) 'V8' trying URL 'https://mirrors.e-ducation.cn/CRAN/src/contrib/V8_3.1.0.tar.gz' Content type 'application/x-gzip' length 680306 bytes (664 KB)

downloaded 664 KB

The downloaded source packages are in ‘/tmp/RtmpaiIlr7/downloaded_packages’ Updating HTML index of packages in '.Library' Making 'packages.html' ... done Warning message: In install.packages(...) : installation of package ‘V8’ had non-zero exit status`

jeroen commented 4 years ago

If you're using anaconda you should just conda install r-v8

LLLLUM commented 4 years ago

my os is ubuntu18.04.4.and thank you bery much for you advice ,the problem is solved by conda install r-v8. best wishes for you!

aakhmetz commented 4 years ago

conda install r-v8 is currently only for r=3.6, not for r=4.0.2, so this did not work for me

aakhmetz commented 4 years ago

Finally I installed libv8 package via conda and then V8 from R terminal - it worked