ml-explore / mlx

MLX: An array framework for Apple silicon
https://ml-explore.github.io/mlx/
MIT License
14.83k stars 845 forks source link

[BUG] Unable to install mlx on MacbookPro M3Pro with MacOS 14.4.1 #1055

Closed kidoln closed 2 weeks ago

kidoln commented 2 weeks ago

pip install ./mlx-0.12.0-cp312-cp312-macosx_14_0_arm64.whl Looking in indexes: http://mirrors.aliyun.com/pypi/simple/ ERROR: mlx-0.12.0-cp312-cp312-macosx_14_0_arm64.whl is not a supported wheel on this platform.

kidoln commented 2 weeks ago

CONDA_SUBDIR=osx-arm64 conda create -n AppleMLX python=3.11 fixed the problem