Hi - I'm trying to get DataHub running on my M1 Ma...
# troubleshoot
g
Hi - I'm trying to get DataHub running on my M1 Mac - I do have it running fine on an x86 Mac - tried quickstart and it fails. Looking through the posts and github it looks like there has been some good work to enable the M1 so I'm wondering if there are some additional steps that I'm missing?
plus1 2
d
what error message did you get_
g
I get a number of messages similar to: no matching manifest for linux/arm64/v8 in the manifest list entries and then at the end get: Unable to run quickstart - the following issues were detected: - quickstart.sh or dev.sh is not running
DataHub % datahub docker check The following issues were detected: - quickstart.sh or dev.sh is not running
m
which version of datahub cli do you have?
datahub --version
g
datahub --version acryl-datahub, version 0.8.36
b
@great-breakfast-81245, did u find a workaround? I am facing the same issue
m
@best-sunset-26241 can you see what
uname -a
gives you on the terminal
g
It was a while back, but I seem to recall explicitly running the command from python?
b
@mammoth-bear-12532 Darwin earl-grey.local 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 142835 PDT 2022; root:xnu-8020.141.5~2/RELEASE_ARM64_T8101 arm64
m
@mammoth-bear-12532 Darwin HW0015358 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 201952 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 x86_64
@best-sunset-26241 did you find a solution?
m
@microscopic-room-90690 in your case it seems like you might be running terminal emulation?
b
No, @microscopic-room-90690. I just gave up trying to install it using docker on my M1. But, it worked fine deploying it using docker on my windows laptop, and in the end, my team deployed the production version in GCP GKE.
m
@best-sunset-26241 Congratulation! At least you can continue using it.
m
@best-sunset-26241 and @microscopic-room-90690: you can now use:
Copy code
datahub docker quickstart --arch m1
on datahub cli version
0.9.0.4
b
Oh, This is wonderful news! Thanks, @mammoth-bear-12532!
m
Wow! Thanks @mammoth-bear-12532!