-
Notifications
You must be signed in to change notification settings - Fork 30
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
Tried to install MPLib in MacOS but failed to build wheel #89
Comments
hi, unfortunately, we do not currently compile a wheel for macos. It is theoretically possible though, since each component can be compiled individually on mac. I can try it later today and you're welcome to check out the |
Okay. Thanks! I will clone your repo and try it out! Thanks! |
Did you solved the issue for MacOS? I have the same problem on Windows 10. |
No, I didn't solve it yet. |
I have the same problem on win11. Is mplib only suitable for linux? |
sorry unfortunately yes as of right now |
alright, thks anyway |
Hello,
I am trying to install MPlib using
pip
to use it in my python project. But when I try to install it in a MacOS, I am getting the error below:It seems that it is trying to compile something using CMake. I am familiar with C++ and CMake, but I am quite new to python and wheel, an so on. Any pointers on how could I solve this?
Kind regards,
Rafael
The text was updated successfully, but these errors were encountered: