Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on November 23, 2022 9:06PM
Likes: 1
Replies: 1
Dataiku does not run natively on the M1 Mac. But I am wondering if my library code can use libraries compiled for the M1 chip while the Dataiku framework continues to run on the Intel Chip through Rosetta. Thanks.
Operating system used: Mac Ventur
Hello @Erlebacher
,
You are right, DSS does not natively run on M1 and needs to leverage Rosetta.Python Library code written in the Library Editor is code that will be reusable within your project. This means that it will inherit the packages installed in the code-env (or base DSS env) that runs it.
Dataiku DSS does not support code envs running with ARM (M1) built Python binaries.
On x86 (Intel) based code envs you will not be able to run a native ARM (M1) package.
I would strongly suggest only using x86 (Intel) based packages.
Alex