-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
ModuleNotFoundError: No module named 'superset' #31360
Comments
There is a similar unsolved discussion titled ModuleNotFoundError: No module named 'superset' that might be relevant to your issue [1]. To address the
If these steps do not resolve the issue, consider checking the Docker logs for more detailed error messages that might provide additional insights. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Ok... so we're definitely having some docker problems on I'm hopefully that others (including perhaps @mistercrunch) can help address the underlying docker compose issues, but here's a workaround that helped me get a dev environment back up and running...
|
@rusackas Thanks for the response and the workaround! It’s interesting that the issue linked in the thread was also one I raised and resolved earlier. I agree that addressing these Docker Compose issues in upcoming versions would be beneficial for smoother setups. Hoping @mistercrunch and the team can look into this further. |
Sorry I forgot where I found this solution In the docker/.env line 49, I changed to: PYTHONPATH=/app:/app/pythonpath:/app/docker/pythonpath_dev This fixes the problem for me. |
This should help -> #31385, hoping to merge today |
Bug description
The Bug is with the latest superset installation, when this command executed 'sudo docker compose up' in ubuntu 24.
superset_init | Skipping local overrides superset_init | Unknown Operation!!! superset_init | superset_init | ###################################################################### superset_init | superset_init | superset_init | Init Step 1/4 [Starting] -- Applying DB migrations superset_init | superset_init | superset_init | ###################################################################### superset_init | superset_init | Traceback (most recent call last): superset_init | File "/usr/local/bin/superset", line 5, in <module> superset_init | from superset.cli.main import superset superset_init | ModuleNotFoundError: No module named 'superset' superset_init exited with code 1
Screenshots/recordings
Superset version
master / latest-dev
Python version
3.11
Node version
18 or greater
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: