Skip to content
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

superset got error: " import superset Error: cannot import name '_maybe_box_datetimelike'" #90

Open
geekeren opened this issue Sep 20, 2019 · 2 comments

Comments

@geekeren
Copy link
Contributor

geekeren commented Sep 20, 2019

I tried to start reporting docker-compose stack, the superset container will fail to start and exit with the following error:

Postgres is up
Loaded your LOCAL configuration at [/etc/superset/superset_config.py]
Was unable to import superset Error: cannot import name '_maybe_box_datetimelike'
@geekeren
Copy link
Contributor Author

I fixed that by modifying reporting/superset/Dockerfile, Adding

RUN pip uninstall -y pandas && pip  install pandas==0.23.4 sqlalchemy==1.2.18

geekeren pushed a commit to geekeren/openlmis-ref-distro that referenced this issue Sep 23, 2019
Fixed: the following issues
- superset got error: " import superset Error: cannot import name '_maybe_box_datetimelike'"
- ref: apache/superset#6977; "Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity"
@geekeren
Copy link
Contributor Author

Fixed: the following issues also occurred:

sebbrudzinski pushed a commit that referenced this issue Oct 15, 2019
* #90 Fix superset starting issues

Fixed: the following issues
- superset got error: " import superset Error: cannot import name '_maybe_box_datetimelike'"
- ref: apache/superset#6977; "Can't determine which FROM clause to join from, there are multiple FROMS which can join to this entity"

* Fix psycopg2 issue, use binary version 2.8.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant