You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I just installed yafc on mac and got it so far so that it could index my whole modpack (seablock if that matters), and everything seems to work so far, but then I get the error:
Unable to load shared library 'google-ortoolsnative'
Any ideas on what I could try, or is this a bug?
The text was updated successfully, but these errors were encountered:
My guess is that you need to install OR-Tools. brew install or-tools might do the trick.
If you have OR-Tools installed, I'd then try running DYLD_PRINT_LIBRARIES=1 ./YAFC.dll > ~/yafc.txt from a console, and seeing if either the (hopefully new) error or ~/yafc.txt contain more information.
Hello, I just installed yafc on mac and got it so far so that it could index my whole modpack (seablock if that matters), and everything seems to work so far, but then I get the error:
Unable to load shared library 'google-ortoolsnative'
Any ideas on what I could try, or is this a bug?
The text was updated successfully, but these errors were encountered: