Error: Failed building wheel for quadprog (Ubuntu, python)

413 Views Asked by At

In macos I did not receive that error, in Windows I had to install Microsoft Visual Studio but on Linux I do not know how to solve this.

The error shows after I type to the terminal:

pip install qpsolvers

I tried many ways and I ask for help.

1

There are 1 best solutions below

0
CH0z3n-1 On

Try installing g++; this should work:

apt-get install g++

This worked for me:

conda install -c conda-forge gxx