coin-or / qpOASES

Open-source C++ implementation of the recently proposed online active set strategy
GNU Lesser General Public License v2.1
360 stars 121 forks source link

setup python interface under Win10 #104

Open yuwenchen95 opened 3 years ago

yuwenchen95 commented 3 years ago

Hi guys,

I want to use qpoases in python file. When I followed the steps in the Chapter 6 of the manual to setup the python interface, I encountered the following issue:

C:\Users\ddt00\Downloads\qpOASES\interfaces\python>python setup.py install running install running build running build_ext building 'qpoases' extension error: Unable to find vcvarsall.bat

Could you help me to fix it?