-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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 Chromedriver using Kubernetes deployment (executable not in PATH) #32202
Comments
Hey @leutrims! 👋 It's great to meet you. I'm here to help you with any bugs, questions, or contributions you have for Superset. Feel free to ask me anything while we wait for a human maintainer to join the conversation. I found some similar threads that might help you resolve these issues:
These solutions should help you address the issues you're facing with Superset. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
|
To resolve the ChromeDriver issue, ensure that the ChromeDriver is correctly installed and accessible in the PATH. Here are some steps you can follow:
By following these steps, you should be able to resolve the ChromeDriver PATH issue in your Kubernetes environment. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
I'm glad you figured out to use Can you build your own image on top of the base Superset image and then ensure there that Chromedriver is getting installed properly? The way you are going about it now should be possible I think but I'm ignorant of Kubernetes/Helm so can't help. Building your own image might be easier to debug. |
Bug description
I'm encountering an issue when trying to send report emails from Superset. Despite configuring SMTP and Superset Worker according to the official documentation, the emails fail to send.
Configurations in Superset:
![Image](https://private-user-images.githubusercontent.com/34708616/411481111-d081cb2d-a5ac-48a2-a813-0204b1b581e3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTYyMzQsIm5iZiI6MTczOTUxNTkzNCwicGF0aCI6Ii8zNDcwODYxNi80MTE0ODExMTEtZDA4MWNiMmQtYTVhYy00OGEyLWE4MTMtMDIwNGIxYjU4MWUzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDA2NTIxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg2M2I3M2U5MGZhNDMwNWY5MjdjMmMzMTM4NDgxMjlkNTE2YjYxMDZkMWZhZjQxNWY4MDVjOGI1ODNiNjQ0Y2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.6byrhNNgBdhwiQxsyJW_bIhqtbr1wYf7Voky63IBRxc)
![Image](https://private-user-images.githubusercontent.com/34708616/411481408-cbc58cfb-f18f-4c54-b84d-11496da8ff4c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTYyMzQsIm5iZiI6MTczOTUxNTkzNCwicGF0aCI6Ii8zNDcwODYxNi80MTE0ODE0MDgtY2JjNThjZmItZjE4Zi00YzU0LWI4NGQtMTE0OTZkYThmZjRjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDA2NTIxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY4YmRkZmFlZTk1ODYzZGQwYmJmNTZkYWM4YWYzOGJlNDU1NzM5NGZlNTQzZjdmZmU3OTYyMmQ0ODUyMTYzNzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.RkXXNNjGrs0P1pAUml-MLeYSF7Xa_jWfLpa3yj-DG6Y)
Errors:
Any guidance on these issues would be appreciated.
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: