-
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
Helm chart failing to install extra Python package requirements with Superset 5.0.0rc1 #32186
Comments
Hey @JZ6! I'm here to help you out with any bugs, questions, or contributions. Let's tackle this issue together! A similar closed issue suggests that since Additionally, it's important to note that Python 3.9 support is deprecated in Superset 5.0, which could potentially affect module imports. It is recommended to use Python 3.11, with Python 3.10 still supported [2]. You might want to consider upgrading your Python version to see if it resolves the issue. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
I had a similar issue trying to add libraries too in my Dockerfile, the issue was that Superset now runs using the virtual environment in /app |
thanks for the solution, i think this should be fixed before 5.0 release as this would break for everyone who uses helm charts to install some packages right |
Oh right, we use |
Here: #32239 |
thanks for the fix! |
Bug description
I pip installed authlib in the bootstrap script, then helm deployed to a gke cluster.
But still getting ModuleNotFoundError: No module named 'authlib'.
Screenshots/recordings
Superset version
5.0.0 rc1
Python version
3.11
Node version
18
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: