qcqp icon indicating copy to clipboard operation
qcqp copied to clipboard

qcqp requires un-supported version of CVXPY

Open georgewambold opened this issue 5 years ago • 0 comments

qcqp currently requires a version below CVXPY=1.0, that version (CVXPY=0.4.11) is not usable as it tries to import deprecated functions from numpy.

I tried forcing qcqp to use CVXPY=1.0.25, but this error occurs:

ImportError: cannot import name 'Pnorm' from 'cvxpy.atoms.pnorm'

I think qcqp needs to be updated to use the newest version of CVXPY.

georgewambold avatar Oct 30 '19 03:10 georgewambold