Closed rguarnotta closed 2 years ago
You need
sudo apt-get install coinor-cbc coinor-libcbc-dev
in order to get the headers as well, if you are going to build from source (see the README of Cbc). Alternatively, you could just build Cbc also from source, which is easy and allows you to get the latest release. There is a docker file for building CyLP and Cbc from source here:
https://github.com/coin-or-tools/cylp-docker/blob/master/image/Dockerfile
Perfect. It worked, thank you!
Hello.
I am trying to build a containerized service that relies on
cbc
/cvxpy
/cylp
. Unfortunately, I haven't been able to install to create an image that depends on these dependencies, thecylp
install is failing. I have tried installingcylp
from source as well as withpip
, both ways lead to the same error.Here is a simplified version of my
DockerFile
that focuses on thecylp
installation.The error that I get is the following
Anyone with the same issue?