Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wheel build for Apple Silicon and support macos in general #133

Open
warren-zhou-intellicess opened this issue Nov 18, 2024 · 0 comments

Comments

@warren-zhou-intellicess

Currently, the most recent version for macos is 0.5.0. But that requires you to be on an intel processor and an old os (10.15). I've tried many ways to pip install mlinsights to get my program running for apple silicon but it doesn't seem to work. Here's a list of what I've tried to get mlinsights to work on apple silicon, os 15.1 Sequoia:

  1. pip install mlinsights==0.5.0. I did this in an anaconda environment. This causes wheel build issues.
  2. Using Rosetta 2 to emulate an x86 intel chip. I downloaded the 0.5.0 whl file for macos x86 cp310(since I'm using python 3.10) and the pip install for that didn't work either. (ERROR: mlinsights-0.5.0-cp310-cp310-macosx_10_15_x86_64.whl is not a supported wheel on this platform.)

I already did brew install cmake as well. Conda doesn't have a version in their library so I'm unable to do conda install. Also the only version I was able to get was 0.1.199 from the command(pip install --only-binary=:all: mlinsights). This doesn't work for me since I need the newer functions from 0.5.0. Pl

Please let me know if I'm missing something in order to get 0.5.0 installed on my computer. Hopefully the support can come soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant