Where is the M1 Mac chipset supported Apache Superset ? #20271
Replies: 6 comments
-
|
I get a similar error with an Apple M2, using docker compose |
Beta Was this translation helpful? Give feedback.
-
|
Is there any updates about this issue? |
Beta Was this translation helpful? Give feedback.
-
|
Can we get an update to this issue? |
Beta Was this translation helpful? Give feedback.
-
|
On 1/30/24, on a Mac M1, I executed docker pull apache/superset and got "no matching manifest for linux/arm64/v8 in the manifest list entries." I'd previously downloaded it from github onto the same machine, but following the instructions at https://superset.apache.org/docs/installation/installing-superset-using-docker-compose gave me warnings about CYPRESS_CONFIG and SCARF_ANALYTICS not being set and errors on superset-tests-worker and superset-init |
Beta Was this translation helpful? Give feedback.
-
|
There is now some guidance published in the docs about how to run Superset in docker containers on an M1 or M2 Mac. If people have additions or feedback on that, please share it so we can improve the guidance for users with such equipment. |
Beta Was this translation helpful? Give feedback.
-
|
It all works now! :D |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After running docker pull apache/superset and having it download to my Mac I then ran into this warning --

Downloaded newer image for apache/superset:latest
docker.io/apache/superset:latest
docker run -d -p 8080:8088 --name superset apache/superset
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Yes, I'm running an M1 Mac
M1 Macs have been selling in the millions since 2020
Has Apache Superset catered to this market yet?
None of the pulls make note of updating the master for ARM64 chipsets.
Am I out of luck with Apache Superset this summer again?
Beta Was this translation helpful? Give feedback.
All reactions