-
Notifications
You must be signed in to change notification settings - Fork 892
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
Unable to install OpenSearch Dashboards on ppc64le #1018
Comments
Hello @helix-loop, thanks for opening. I see you mention: #996. Based on error message, it looks the same to me.
Puppeteer utilizes chromedriver and chromedriver might not be installed locally. Do you have installed and it's still not working? |
Unfortunately I am not able to install chromedriver / chromium-driver on Debian Bullseye / ppc64le from packages (https://packages.debian.org/bullseye/chromium-driver). Is there another way to work around this? |
#1113 removes the dependency on |
Trying again with the master branch I get the following similar errors:
Is there anything else to try? |
@helix-loop I would suggest installing the chromedriver binary and using these flags when attempting the bootstrap..
|
OS / architecture OpenSearch-Dashboards version Thank you @korpx-z. Installing chromedriver-binary (https://pypi.org/project/chromedriver-binary/) via pip and building with I was then able to start OpenSearchDashboards via |
OS / architecture
Debian Bullseye / ppc64le
OpenSearch-Dashboards version
1.2.0
Failed command
yarn osd bootstrap
Output
I searched for similar errors but they were outdated or the answers did not help me. I also found #996 which seemed similar to me, but caused by puppeteer, not chromedriver.
The text was updated successfully, but these errors were encountered: