Open ripaul opened 1 month ago
The reasons your package isn't building is because it can't find an ipopt
executable:
OSError: pkg-config was not able to find any of the requested packages ['ipopt'] on your system. Make sure pkg-config can discover the .pc files associated with the installed packages.
[end of output]
Oh, I see. Let me try that out. Though maybe that's something to emphasize a bit more in the documentation, at least in the PyPI description text?
We have an entire page on installation here: https://cyipopt.readthedocs.io/en/stable/install.html
You are welcome to contribute improvements to that if something is unclear or missing.
Hi,
I recently got force to switch to Ubuntu 24.04 which comes with Python 3.12. Since then I get the following error when trying to install
cyipopt
viapip
:Using the recommended
--use-pep517
option gives the exact same result. Any ideas, recommendations, fixes?