Hello Team , I used PIP to install DataHub, but fa...
# ingestion
m
Hello Team , I used PIP to install DataHub, but failed to run DataHub after installing 0.8.14 or 0.8.12, while running DataHub properly after installing 0.8.24 on the same server. why? It is normal since 0.8.16...
It seems to be related to this change.
g
You can probably work around this by running
pip uninstall avro avro-python3
before installing acryl-datahub
My current hypothesis for what’s going on: avro and avro-python3 (which is now deprecated) are both (incorrectly) declared as python “namespace” packages, which means that they’ll overwrite each others files if installed simultaneously
👍 1
m
I'll try next time. Thanks