We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I install dependencies on Colab via pip. pip install -r environment_pip.txt
pip install -r environment_pip.txt
However, it may throw error like:
RuntimeError: Ninja is required to load C++ extensions
The text was updated successfully, but these errors were encountered:
You can simply install Ninja by hand again with pip install Ninja
pip install Ninja
Sorry, something went wrong.
Hi @DylanTao94,
Thanks for reporting this. I will check it soon and update the dependency file to include Ninja as you suggested.
Ninja
No branches or pull requests
I install dependencies on Colab via pip.
pip install -r environment_pip.txt
However, it may throw error like:
The text was updated successfully, but these errors were encountered: