-
Notifications
You must be signed in to change notification settings - Fork 1.9k
MacOS fails to install libomp #5615
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
Comments
Let me check it out. The CI builds still pass, and I dont think they are doing anything different. I don't have a mac, so unfortunately all I can check is the CI process builds. |
I have been having this exact issue all week. I have searched all over the internet and am yet to find a solution. A complete showstopper as my SSAForecastingEstimator in ML.net simply will not run on my Mac without this install. Please assist. I am sure tons more people are having this issue. |
I don't have a mac so its harder for me to test, but I am thinking maybe the version linked is having issues? We store a copy of libomp.rb in our repo and have no issues using that for an install. Can you try 2 things for me? |
It actually looks like with the newer versions of homebrew that you can't use a github url to install from anymore. The code you shared has this:
Actually, an issue was created on the homebrew repo for this exact issue. Homebrew/brew#8791. They are no longer supporting install by github url at all. They suggest though that you can download the .rb file and then just do the path to the local rb file as a workaround. Its also possible the latest version of libomp will work so you woudln't have to do that, but there is no guarantee for that. What I would do for now is just download the .rb file manually and then use the local file path to install it. I will update the docs saying to do that as well. |
Copying issue raised by user dotnet/docs#21225
Please confirm that the Mac instructions in the doc are still valid:
https://docs.microsoft.com/en-us/dotnet/machine-learning/how-to-guides/install-extra-dependencies
The text was updated successfully, but these errors were encountered: