Hi everyone! I’m starting to learn to use DataHub ...
# getting-started
c
Hi everyone! I’m starting to learn to use DataHub but I’m having trouble following the quickstart due to this error on the apple m1 chip:
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries
. Can someone point me the direction on how to quickstart using that
postgres-setup
instead?
plus1 1
b
I don't recall anyone having brought this issue up before... @chilly-holiday-80781 I believe you were running on an M1, is there something special you had to do?
a
We've hit this m1 is different chipset arch many many containers don't yet support. @clean-monitor-43741 did you install https://docs.docker.com/desktop/mac/apple-silicon/
please read
Copy code
Not all images are available for ARM64 architecture. You can add --platform linux/amd64 to run an Intel image under emulation. In particular, the mysql image is not available for ARM64. You can work around this issue by using a mariadb image.
docker support here on m1 is still pretty unpleasant as a whole
😄 1
c
^ @big-carpet-38439 I tried to get mine running on M1, but ran into a bunch of qemu bugs. I think support might be possible if we build arm64 versions of all the acryl-data images used
c
@adamant-river-59091 yes, I have this version of docker desktop installed. I was about to try customizing the
docker-compose-without-neo4j.quickstart
file with this
platform
attribute. It usually works for me
i was browsing the repo and since i saw those
postgres
and
postgres-setup
folders i thought that maybe there was an out of the box solution to quick start like
docker-compose-with-postgres
šŸ˜…
m
Hey @clean-monitor-43741: would be great to work through this with you … I have access to an M1 .. but have been time sliced on getting things moving forward on it..
šŸ˜„ 1
šŸ™Œ 1
b
I have the same issue, though my error is concerning mysql. (I don't see anything in the quickstart about postgres.) I'm not finding a docker file I can try to modify to get past this.
@clean-monitor-43741 I was able to get past this error on my M1 Macbook by running a slightly modified version of the dockerfile. See this thread: https://datahubspace.slack.com/archives/CV2KB471C/p1634484809364900
c
thanks @brief-lock-26227! I was able to get the mysql and other images working using the bitnami docker image. But the gms container itself also had compatibility issues (i had this error https://github.com/docker/for-mac/issues/5148)
m
The latest cli
0.9.0.4
allows you to force the architecture on the command line.
Copy code
datahub docker quickstart --arch m1