Although I execute 'pip install 'acryl-datahub[cli...
# ingestion
w
Although I execute 'pip install 'acryl-datahub[clickhouse]'', Datahub ingest still said.
Failed to create source due to clickhouse is disabled; try running: pip install 'acryl-datahub[clickhouse]'
c
Any virtual environments coming into picture?
w
no virtual environments.
b
does
datahub check plugins
indicate clickhouse is installed
w
clickhouse (disabled)
c
Can you check your default python? is it python2 or 3? you can try with
pip3 install 'acryl-datahub[clickhouse]'