I had the same issue.
The solution that I found is to install ninja (it was absent):
Code: Select all
sudo apt install ninja-buildIf you're using Windows, please follow installation guide from official ninja website.
Hope it'll help .
Code: Select all
sudo apt install ninja-build