We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The installation fails because of lack of support for ubuntu 19.04. Output of pip install -v :
pip install -v
Downloading https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-342523-1.tgz .......... Done. ________ running 'vpython v8/build/util/lastchange.py -o v8/build/util/LASTCHANGE' in '/tmp/pip-install-anj8fnsu/v8eval' ERROR: The only supported distros are Ubuntu 14.04 LTS (trusty) Ubuntu 16.04 LTS (xenial) Ubuntu 17.10 (artful) Ubuntu 18.04 LTS (bionic) Debian 8 (jessie) or later
The text was updated successfully, but these errors were encountered:
v8eval depends on V8 toolchain. The message from V8 toolchain tells you that Ubuntu 19.04 is not supported.
Sorry, something went wrong.
No branches or pull requests
The installation fails because of lack of support for ubuntu 19.04.
Output of
pip install -v
:The text was updated successfully, but these errors were encountered: