-
Notifications
You must be signed in to change notification settings - Fork 529
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
Ipopt not running on windows. #3395
Comments
Hello @petrasvestartas . Pyomo does not distribute executables for solvers, so we will not be implementing this. However, some suggestions:
|
You do, in the initial release. |
This information is new to the current development team, as none of us were aware of any past releases of executables. Given the time that has passed, it is understandable that some knowledge may have been lost. However, please note that this practice has not been in place for many years and will not be implemented. |
Please note that when you install Ipopt using They do maintain current builds of Ipopt (with MUMPS) on all platforms except for win-32 (3.11.1 was their last win-32 build). Is it possible that you are using the 32-bit version of Conda and not the 64-bit version? |
It is 64 bit. Total process I use now:
|
We have been using lpopt for compas_cra package:
conda create -n cra python=3.10 pyomo=6.4.2 ipopt=3.14.9 compas
This works for mac and linux, but not for windows, so we also need to install very first version ipopt=3.11.1
It was working for multiple years for research, but now completely broke.
Is there any way that you could provide executable for 3.14.9 version too?
The text was updated successfully, but these errors were encountered: