2.14+ conda package does not include IPOPT? #456
Answered
by
ewu63
jkirk5
asked this question in
Installation
|
Previously, installing pyoptsparse from conda would include IPOPT. I have noticed that installing the latest version of pyoptsparse in a fresh conda environment no longer includes IPOPT, but anything |
Answered by
ewu63
Sep 23, 2025
Replies: 1 comment 1 reply
|
Hmm it appears that I made a mistake with the conda |
1 reply
Answer selected by
jkirk5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmm it appears that I made a mistake with the conda
recipe.yaml, where I accidentally specifiedcyipoptas a host dep but not a run dep. I believe if you manually installcyipoptthen it should work, but we will try to rebuild old packages. CC @whophil