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.
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.
Try installing g++; this should work:
apt-get install g++
This worked for me:
conda install -c conda-forge gxx