ContraD
ContraD copied to clipboard
How to run this code in Colab? or #RuntimeError: Ninja is required to load C++ extensions
I install dependencies on Colab via pip.
pip install -r environment_pip.txt
However, it may throw error like:
RuntimeError: Ninja is required to load C++ extensions
You can simply install Ninja by hand again with pip install Ninja
Hi @DylanTao94,
Thanks for reporting this. I will check it soon and update the dependency file to include Ninja
as you suggested.