Skip to content
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

Unable to load google-ortools-native (mac) #210

Open
markusstha opened this issue Feb 22, 2023 · 1 comment
Open

Unable to load google-ortools-native (mac) #210

markusstha opened this issue Feb 22, 2023 · 1 comment

Comments

@markusstha
Copy link

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'

Screenshot 2023-02-22 at 10 47 44

Any ideas on what I could try, or is this a bug?

@DaleStan
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants