-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
vitess local install: bootstrap.sh fails with ERROR: Selenium build failed #4373
Comments
I'm also at ubuntu 18.04 but it's working fine, could you paste .profile here and what version of go binary you install? |
Hit the same issue on Ubuntu 18.04. |
Output of
Output of
|
|
I'm encountering this same bug in Ubuntu 19.04. @raimondasv that command helps get me past it for now. |
I did |
I just tried that and no dice. I'll try it again with that command but building Vitess (with deps) as the very first thing I do after a fresh Ubuntu install (playing around in a VM right now). |
You need to build vitess this way only if you plan to contribute. Otherwise, you can just download binaries from PlanetScale: |
Sorry, premature submit. The instructions are:
|
Thanks @sougou, that worked out great! |
This relates to the tests in Python. The build guides now no longer recommend running Python tests, and will be enhanced further in vitessio/website#372 . Because we are also converting these tests to golang, it should be permanently fixed in the next few months. I am going to close this issue as 'Won't fix', but please feel free to re-open if you have further questions. |
Overview of the Issue
ERROR: Selenium build failed
I am installing vitess locally in ubuntu 18.04 by following the instructions from https://vitess.io/getting-started/local-instance/
Reproduction Steps
Steps to reproduce this issue, example:
Operating system and Environment details
Ubuntu 18.04
The text was updated successfully, but these errors were encountered: