Cmake error: ModuleNotFoundError: No module named 'skbuild ...
github.com › scikit-build › cmake-pythonMay 28, 2020 · This would be very much improved if there was a pyproject.toml file. Then you might fail due to missing system libraries, but not due to "scikit-build" missing. Currently, inside a pyproject.toml file including cmake, it is impossible to build from source, since it creates a temporary virtual environment for building with just the items listed in this file, and then when trying to build cmake ...