2

Is there a way to run ipopt solver on google colab ? I tried using !pip install ipopt but it did not work.

I receive an error ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Pranjal
  • 57
  • 1
  • 7

1 Answers1

1

Run this first

!apt install coinor-libipopt-dev

Then

!pip install ipopt
korakot
  • 37,818
  • 16
  • 123
  • 144