-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install V8 without internet access #140
Comments
It should absolutely work if you have |
Thanks for the quick reply. This is what happened:
(the deb and CRAN packages come from local mirror, the curl download fails due to no internet, and the Syntax error is a red herring) |
OK I'll try this again myself, it should just fall through if the download script fails. |
Thanks. (I did test with that env var as well, same result) |
I've come across the same problem and found that setting the In other words: Only I'm not sure if this is the desired behaviour (i.e., setting any value for the variables is treated essentially as |
I'm also having trouble installing V8 without internet access. I'm working on "LSAF", a statistical computing environment by SAS. LSAF runs on Red Hat Enterprise Linux release 8.10 and is designed to be a secure platform with no internet access. . An administrator has installed the
This still doesn't work. I get the following output:
Apparently, the installation script isn't finding |
Can you try what is suggested here: #177 (comment) |
Hi Jeroen, Thanks for your speedy reply! The link in #177 didn't work for me but I was able to download a binary version of the V8 package for Redhat version 8 at https://p3m.dev/client/#/repos/cran/packages/overview?search=v8&distribution=redhat-8. The binary package installed properly and I can run the test scripts from the V8 help, unless internet access is required. Thanks very much for your help! |
The installation of V8 fails on linux when you have no internet access. You can
sudo apt-get install libv8-dev
beforehand but it still fails. You can setDOWNLOAD_STATIC_LIBV8=0
and it still fails. You can manually download a package by trying to decode theget-v8-linux.sh
script but it's not documented how to install it and it probably won't install due to #122.The text was updated successfully, but these errors were encountered: