Installing/using quadprog in Python

550 Views Asked by At

Has anyone used quadprog in Python before? I tried installing and importing it, and it was succesful, but when I try to use it I get this message:

'module' object is not callable

Installed with:

pip install quadprog
import quadprog
0

There are 0 best solutions below