machzqcq commented on issue #16492: URL: https://github.com/apache/superset/issues/16492#issuecomment-912203821
I can confirm that uninstalling `sqlalchemy-clickhouse` and installing `clickhouse-sqlalchemy` disappears the reported UI error. Tried on ubuntu 20.04. Here are the steps ``` pip3 uninstall sqlalchemy-clickhouse pip3 install wheel. # if you get error on setup.py and not able to bdist_wheel ~ish pip3 install clickhouse-sqlalchemy ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
