When i download lp_solve_5.5.2.0_Python_source.tar.gz
lp_solve_5.5.2.0_Python_source.tar.gz
and run python setup.py install
python setup.py install
it throws:
pythonmod.h:15:20: fatal error: lp_lib.h: No such file or directory #include "lp_lib.h"
What do i need to do to install lpsolve.
You need to install lp_solve first before installing the python adapter.
If you are using python 3.x look here: https://github.com/chandu-atina/lp_solve_python_3x
You need to install lp_solve first before installing the python adapter.