Skip to content
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

therubyracer and libv8 error on Ubuntu and Macos #440

Open
senolatac opened this issue Jul 21, 2024 · 0 comments
Open

therubyracer and libv8 error on Ubuntu and Macos #440

senolatac opened this issue Jul 21, 2024 · 0 comments

Comments

@senolatac
Copy link

Here is the project and github-action: https://github.com/senolatac/cuttlefish-email-sender/actions

And examined and tried to fixed with previous suggestions: Cannot install therubyracer on Ubuntu 20.04 but no chance yet. Or another one: libv8 required python 2 to be installed in order to build - Windows

Error says:

/usr/local/bundle/gems/libv8-3.16.14.19/ext/libv8/builder.rb:86:in
`setup_python!': libv8 requires python 2 to be installed in order to build, but
it is currently not available (RuntimeError)...

When I add this line: gem install libv8 -v '3.16.14.1' -- --with-system-v8 it gives error on therubyracer. When I try to add this line gem install therubyracer -v '0.12.3' -- --with-system-v8 it couldn't find v8.

Any suggestion?

BTW: it works on Windows but not on Ubuntu and MacOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant