Setting up development environment for MLflow on Mac (Apple M1).
135 views
Skip to first unread message
Adekunle Opeoluwa Ajayi
unread,
Mar 27, 2023, 9:49:37 AM3/27/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mlflow-users
Hi everyone,
I am trying to set up a development environment for MLflow on my Mac (Apple M1).From the contribution page, the dev-env-setup script for automatic python environment setup does not support M1.I tried to set it up manually using Conda, but it's not working as expected.For example, the installation of TensorFlow on M1 with Conda is via tensorflow-macos. The installation seems to be incompatible with the mlflow dev setup because almost all of the “testing” with TensorFlow failed.Has anyone successfully set up mlflow on M1 for development and testing?