I have installed Microsoft Visual Studio 2017 online with python enabled. under Python Environments > Packages
I search for cvxpy
and it suggest installing "pip install cvxpy" from PyPI
. but when I click on it, process returns an error saying: error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2
.
What is that error for and how Can I solve it?