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

Gurobi v12.0 missing symbols #398

Open
torressa opened this issue Nov 25, 2024 · 1 comment
Open

Gurobi v12.0 missing symbols #398

torressa opened this issue Nov 25, 2024 · 1 comment

Comments

@torressa
Copy link

torressa commented Nov 25, 2024

Describe the bug

Known and reported missing symbols in shared library libgurobi120
The symbols for the C functions GRBloadenv and GRBemptyenv are missing from the shared libraries.

Until Gurobi release v12.0.1 where this will fixed, users can use versions Gurobi v11.0.3 and earlier with this package.

@torressa
Copy link
Author

torressa commented Dec 4, 2024

You can also use the temporary workaround described here:

I've created a fork of Python-MIP in which I've implemented the necessary changes:
https://github.com/venaturum/python-mip/tree/gurobi1200

If you are installing with pip then you can use the following command:

pip install git+https://github.com/venaturum/python-mip.git@gurobi1200

If you are using a package manager other than pip then I suspect there will be a way to ask it to install a package directly from the branch of a repository, but you will have to investigate.

Note: this is valid for Gurobi 12.0.0 only! Once Gurobi 12.0.1 is released you should be able to resume using the current Python-MIP release.

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

1 participant