Facing issues when trying to do `datahub docker qu...
# troubleshoot
n
Facing issues when trying to do
datahub docker quickstart
Copy code
Error response from daemon: image with reference acryldata/datahub-upgrade:head was found but does not match the specified platform: wanted darwin/amd64, actual: linux/amd64
..............
Unable to run quickstart - the following issues were detected:
- quickstart.sh or dev.sh is not running
Anybody else see this?
3
Fixed after upgrading the Datahub CLI to match the code version..
Copy code
python3 -m pip install --upgrade acryl-datahub
j
Hello @nutritious-bird-77396 I am facing the same issue on Ubuntu 20.04 I tried with upgrading the datahub CLI but getting the same error. Which python version are you using ?
n
I am using python version
3.7.16
j
Okay. Do you know what should be the workaround for this error so that I can complete the installation & start exploring the tool ? :)