Failed building wheel for SCS appears in cvxpy

when installing the above convex optimization solver, failed building wheel for XXX appeared. In this case, the installation software could not install the corresponding wheel by itself, so the corresponding wheel needed to be added manually by yourself. The solution was divided into the following steps:

1. Go to https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml, find the WHL file for XXX, and download it.

2. Punch the command line in the local folder and run PIP install XXX -… .WHL, showing the next step after successful installation.

3. Re-perform the step that went wrong.

over.

Read More: