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

Installation fails on Ubuntu 19.04 #30

Open
NeroVanbiervliet opened this issue Sep 24, 2019 · 1 comment
Open

Installation fails on Ubuntu 19.04 #30

NeroVanbiervliet opened this issue Sep 24, 2019 · 1 comment

Comments

@NeroVanbiervliet
Copy link

NeroVanbiervliet commented Sep 24, 2019

The installation fails because of lack of support for ubuntu 19.04.
Output of 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
@YoshiyukiMineo
Copy link
Member

v8eval depends on V8 toolchain.
The message from V8 toolchain tells you that Ubuntu 19.04 is not supported.

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

2 participants