-
Notifications
You must be signed in to change notification settings - Fork 14
Description
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:
- pip install mlinsights==0.5.0. I did this in an anaconda environment. This causes wheel build issues.
- 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.