I would like to use Pyomo with HiGHS. My understanding is that for this I need APPSI and, in particular, that I need to build APPSI with the command
pyomo build-extensions
Under Windows 10, this gives me the error message
I understand that I can install the Microsoft C++ Build Tools and then build APPSI correctly. However, in order to install the MS C++ Build Tools I need to download 6 GB of data.
I am wondering whether there is a simpler way. In particular, I would like to run my program (using Pyomo and HiGHS) on someone else's computer and if possible, I would like to avoid installing the MS C++ Build Tools there.
Is this possible? Could I maybe take the compiled APPSI from my computer and just copy it to the other computer?
Thank you very much in advance!