Closed pgkirsch closed 4 years ago
@pgkirsch mosek_conif is the mosek 9.0 integration through the Python Optimizer API. It works if you pip install -e mosek
from a local mosek9 directory. everything else is compatible with mosek 8. Have you tried reinstalling and building gpkit to find the solvers again?
I don't have mosek 9 and won't be able to get it for the foreseeable future (commercial licenses).
I believe I tried rebuilding (see above). Does anything need to be done besides python build.py
?
Oy, sorry I misred your post. It seems like Ned has scrapped support for mosek C bindings in the v1.0.0pre PR. Don't know why, @bqpd? Sorry about that @pgkirsch.
Is mosek_cli not an option @pgkirsch? That still uses mosek8.
Yeah unfortunately supporting mosek
in Python3 was shaping up to be a huge hassle; considering mosek_cli
is almost identical in performance I was hoping everyone could use that instead, at least until Mosek9 is as fast.
All good @1ozturkbe.
And ok, works for me @bqpd, good to know why.
As of 367a46dd78d4369b286784687c98e1314d064f08, GPkit can't find my installation of mosek:
So I tried re-building and got the following:
What is
mosek_conif
and do I need to do something to my mosek installation?Judging by the commit notes for 367a46dd78d4369b286784687c98e1314d064f08, I may need to download something other than the C api?