-
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
Docker Compose fails to start because of slack issue and TypeError #10767
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
@Zverik thanks for reporting this. Please run |
Two side notes while rebuilding:
(still starting superset) |
Oh well, clean superset is not initializing (empty tables) because of the pyarrow dependency now:
I have opened the frontend, but when I click on any chart, dashboard, or datasource, I get this error, or similar ones:
|
Closing in favour of #10783. Could not reproduce the error. |
I run
docker-compose up
and get many error, from which the most prominent is "ModuleNotFoundError: No module named 'slack'".Expected results
Docker image successfully built and run.
Actual results
I get these errors:
from slack import WebClient
)error=_("
confidence_intervalmust be between 0 and 1 (exclusive)"),
)When I open the UI, I get the last one printed.
Environment
Everything from the docker files, I did no modifications. Superset cloned from commit 807bd65. Before that I was using a June build of Superset, and it worked fine.
Additional context
Full stack traces:
The text was updated successfully, but these errors were encountered: