coin-or / python-mip

Python-MIP: collection of Python tools for the modeling and solution of Mixed-Integer Linear programs
Eclipse Public License 2.0
513 stars 88 forks source link

Python 3.12 #376

Open mhechthz opened 3 months ago

mhechthz commented 3 months ago

MIP still cannot be installed on Python 3.12.

Is there a problem?

tuliotoffolo commented 3 months ago

Did you try the latest release candidate version (1.16RC0)? To install it, you can use pip:

mhechthz commented 3 months ago

Ok. I could install the release candidate but did not check, if it is working with existing application (I assume it will ;-)). When will the RC be the official version?

Thank You for Your assistance!

ngtuankhai commented 3 months ago

Did you try the latest release candidate version (1.16RC0)? To install it, you can use pip:

  • pip3 install mip==1.16rc0

I tried that, but the whole program crashes whenever I instantiate a model.

maffoo commented 2 months ago

We're also very keen to use mip with python 3.12. Is there a timeline for releasing a final version of 1.16?

AdeelK93 commented 2 weeks ago

Hi - are there any bugs outstanding with 1.16? Do you think this could be released soon? Thank you!