apple / coremltools

Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
https://coremltools.readme.io
BSD 3-Clause "New" or "Revised" License
4.41k stars 636 forks source link

Native Window Support #154

Open tocean opened 6 years ago

tocean commented 6 years ago

Hi, It seems coremltools doesn't support Windows. I can't find the suitable wheel package on pypi for windows. Could you please build a wheel package for windows and upload it to pypi?

b02902131 commented 6 years ago

I have encountered the same problem and eventually found the open issues here.

My solution now is run in Ubuntu bash for windows. However, I believe it will be wonderful if this great package also supports Windows.

b02902131 commented 6 years ago

@tocean I also found this install command works. $ pip install git+https://github.com/apple/coremltools

tocean commented 6 years ago

@b02902131 Thanks. I tried and it worked fine. But I still hope there is an official package in pypi.

TobyRoseman commented 3 years ago

Windows Subsystem for Linux (WSL) is another option for Windows users. Coremltools should work fine with WSL.

erzakiev commented 5 months ago

Is there an option for mac users on arm64?

TobyRoseman commented 5 months ago

Is there an option for mac users on arm64?

Yes, we support that.