pythonipopt

installing Ipopt for anaconda python


Has anyone installed Ipopt on Anaconda python? I downloaded the version 3.6.1. Addditionally, I downloaded the requested intel Fortran libraries as described in the readme file.

The install should be straight forward by using configure make and make install with all dependencies linked to it. I hope I will figure that out by myself.

What else do I have to consider if I would like to use Ipopt within anaconda ? In particular I would like to build Pygmo with the Ipopt included.

Or is it sufficient to install pyopt or Casadi ?


Solution

  • I have installed ipopt on an anaconda environment via the anaconda cloud; ipopt on the anaconda cloud is available on https://anaconda.org/conda-forge/ipopt.

    To install ipopt on an anaconda environment, you just need to open an anaconda terminal, activate the environment you wish to install ipopt on, then type: "conda install -c conda-forge ipopt", then proceed normally as you would in installing other packages.