Hi Andras,
Just checking to see if this is still the case. I am trying to integrate an old C++ code into a scripted module, I converted all to Python and it is using dlib library (dlib · PyPI). I am getting CMake errors from Python Interactor, which I assume related to the above post.
RuntimeError:
*******************************************************************
CMake must be installed to build the following extensions: dlib
*******************************************************************
Yes, for ones that need to be compiled I would suggest to do the method described in this post so that it is compiled and packaged at time of building the extension. The build machine of the extension would then be the one that would need the build requirements.