Which version of fastai should we use for this course?

I tried using 0.7.0 but got an ImportError: cannot import name ‘datasets’
when trying to do from fastai import datasets.
Any ideas appreciated.

For 2019 (part 1 or 2) you now need to use
from fastai1 import blah

1 Like

Thanks, this is indeed the case. 0.7.0 does not work. For anyone who might have a similar issue, I can confirm that 1.0.6 works fine, in line with your answer.