ModuleNotFoundError: No module named 'fastai.vision.all'

Hello,

I’m getting the “ModuleNotFoundError: No module named ‘fastai.vision.all’” error in Anaconda when I run the following:

!pip install -Uqq fastbook
import fastbook
fastbook.setup_book()

Any suggestions, please? I’ve tried updating to the latest version of fastai as well as running:

conda install fastbook -c fastai

Cheers

Did you try restarting the kernel?

Hi, yes I did.

Cheers.