-
Notifications
You must be signed in to change notification settings - Fork 287
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
Executable for Windows #800
Comments
There are windows binaries available at https://github.com/coin-or/Ipopt/releases/tag/releases%2F3.14.9. |
@svigerske Is there anyone could take a look at the compas_cra package in more detail? |
Maybe check with someone from https://compas.dev/#/association ? I don't know anything about this. |
We are from compas, we have no clue... |
So what does "do not work" mean in detail? What is going wrong where? |
I get this error, first I though that it was executable not found, but now I have a doubt about it, since conda installed it:
|
Looks like Ipopt just crashed. Can you just try with a current Ipopt version? |
By replacing them it also crashes without any message:
|
Maybe you can retrieve the If not (or anyway), check the Windows event log whether it gives some details. |
I think I might have a solution based on your initial .exe release version. I will triple check and let you know. You might actually have helped to solve this issue... phew... |
For reference, we have an issue in conda-forge/ipopt-feedstock#55 for tracking the packaging of the ipopt executable on Windows in conda-forge. |
I did the following: conda create -n cra python=3.10 pyomo=6.4.2 ipopt=3.14.9 compas
conda activate cra
pip install compas_assembly compas_cra The above works on mac but not on windows, because conda is not shipping the executables. Then I did the following. All my code works! We will ship these executables separately from pyomo conda distributables, sadly it is not the default behavior. But this workaround works. |
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: