-
Notifications
You must be signed in to change notification settings - Fork 478
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
.to_preferred() gives "Windows fatal exception: access violation" #2121
Comments
what version of mip do you have installed? |
version 1.14.2, I have just upgraded to 1.15.0 and the issue persists |
I think it's related to this: try using lower versions of mip, if you get it working please post the version |
Checked up to version 1.3.1 the issue with the access violation appears Previous versions up to 1.3.0 there is no acces violation but other errors are shown, for example this one with version 1.3.0
|
coin-or/python-mip#384 |
Thank you, I understand the problem is in mip not in pint. |
I have just tried also: pip install git+https://github.com/coin-or/python-mip.git as sugested in coin-or/python-mip#384 whith also no success. |
Hello,
When executing this code:
I'm getting the following output in the Spyder console:
No ouput at all when executed in the Windows terminal.
I'm using:
Python 3.12.3 (tags/v3.12.3:f6650f9, Apr 9 2024, 14:05:25) [MSC v.1938 64 bit (AMD64)]
Pint 0.24.4
Thank you in advance,.
YagoMasip
The text was updated successfully, but these errors were encountered: