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
538 stars 95 forks source link

Python 3.12 #376

Open mhechthz opened 8 months ago

mhechthz commented 8 months ago

MIP still cannot be installed on Python 3.12.

Is there a problem?

tuliotoffolo commented 8 months ago

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

mhechthz commented 8 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 8 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 6 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 5 months ago

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

AdeelK93 commented 3 months ago

hi @h-g-s, would you be able to help with conducting an official 1.16 release? And including this bugfix, which is absent in 1.16rc0

h-g-s commented 3 months ago

Hi Adeel,

Yes, a new version soon would be great. One complicating factor is that the next cbc binaries for master (which python-mip depends on) are not being generated for some time. Previously we had a travis service which generated it.

Not sure if @Ted Ralphs @.***> has some pointer on where we can get it or if Cbc master will be promoted to stable soon.

Thanks

On Fri, Aug 16, 2024 at 9:34 AM Adeel Khan @.***> wrote:

hi @h-g-s https://github.com/h-g-s, would you be able to help with conducting an official 1.16 release? And including this bugfix https://github.com/coin-or/python-mip/commit/cb62f0745d704470b3f5e7bfd99d6896a6c709b0, which is absent in 1.16rc0

— Reply to this email directly, view it on GitHub https://github.com/coin-or/python-mip/issues/376#issuecomment-2293814594, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4VZOXQZESMEVBKN7I5GRDZRYSZ5AVCNFSM6AAAAABEMRGQROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJTHAYTINJZGQ . You are receiving this because you were mentioned.Message ID: @.***>

--

Haroldo Gambini Santos email: haroldo.santos [at ] gmail.com home/research page: www.decom.ufop.br/haroldo (outdated)

AdeelK93 commented 1 month ago

Ideally we can support 3.13 too! Or remove the version ceiling entirely, so an annual release is not required