eomahony / Numberjack

Python Combinatorial Optimisation Platform
http://numberjack.ucc.ie
GNU Lesser General Public License v2.1
157 stars 36 forks source link

Installation issue #50

Open kpagcha opened 7 years ago

kpagcha commented 7 years ago

I am trying to pip install Numberjack but I am getting a dependency problem:

Could not find xml2-config

I assume this is related to libxml2, which I installed from here.

What am I missing?

lindboe commented 7 years ago

You need the dev package of libxml2, so depending on your platform:

sudo apt-get install libxml2-dev

or

sudo yum install libxml2-devel

See this section in the readme for other packages you may need: https://github.com/eomahony/Numberjack#installation