Hello,
I got this error while running my python project:
File "C:\Python27\lib\site-packages\cvxopt\coneprog.py", line 2822, in lp
except ImportError: raise ValueError("invalid option "\
ValueError: invalid option (solver = 'glpk'): cvxopt.glpk is not installed
Note that i already install the cvxopt module correctly.
Any idea?
Thanks.
How do you get the GLPK library and and header files? I am trying to compile GLPK by changing "BUILD_GLPK = 1" but it states that I am missing glpk.h.thanks