Persistently having this error while importing fastai2 on colab

Yes, I have the same problem. Also when a try to import:

“from fastai2.tabular.all import *”.

Yesterday it still worked.

You should switch to ‘fastai’ not ‘fastai2’ which has been replaced.

In Colab use:

!pip install fastai --upgrade -q

to get the latest version

2 Likes