[Python interface] Build fails with ModuleNotFoundError: No module named 'cmake'
#408
Labels
For:binding
The issue is related to bindings (python binding)
For:devops
The issue is related to devops (github actions, compilation, documentation, etc.)
Build of Python interface in Google Colaboratory fails with
ModuleNotFoundError: No module named 'cmake'
.Reproduce:
Google Colaboratory with
!cat /etc/*release
:Run
pip install libmata
resulting with apyproject.toml
build fails, specificallypip install --force-reinstall -vvv "libmata==1.2.5"
:Temporary workaround:
The text was updated successfully, but these errors were encountered: