Issues importing QRNN in Google Colab

Sorry, my last answer wasn’t quite correct.

You need to do a pip install ninja and then a pip install -U fastai to get the QRNN to work. It seems that Ninja needs to be present before the FastAI package is installed so that it detects it.

3 Likes