2.5. Typical problems with the installation

I the following, there are some typical errors listed, which may occur after installing and trying pyoomph:

distutils.errors.DistutilsPlatformError: Unable to find vcvarsall.bat

This happens on Windows if you have not installed MS Build Tools (cf. Section 2.1.1). Either install it or set the compiler to TinyC, which can be done by calling the method set_c_compiler("tcc") of your problem instance or by passing the command line argument –tcc.