
October 18th, 2012, 03:12 AM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 6
Time spent in forums: 47 m 16 sec
Reputation Power: 0
|
|
|
Cvxopt.glpk is not installed
Hello,
while running my project i got the following error:
File "C:\Python27\solve_problem.py", line 112, in init_problem
(duals,duals_eq,obj) = solve_relaxed(f,A,b,Aeq,beq)
File "C:\Python27\solve_problem.py", line 83, in solve_relaxed
sol = solvers.lp(matrix(f), matrix(A), matrix(B),matrix(Aeq), matrix(beq), s
olver = 'glpk')
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 installed cvxopt module correctly.
Any ideas?
Thank you.
|