Chapter 2 Problem

I’m unable to get chapter 2 set up in CoLab. Any suggestions?

try this: `pip install fastbook` failing on Google Colab · Issue #424 · fastai/fastbook · GitHub

!pip install fastai --upgrade
1 Like

thanks but still not working

image

1 Like

I’m having the same problem. Whatever changed must have been very recent since the notebook I’m using was working for me fine about 24 hours ago!

EDIT: the suggested fix (pip install fastai --upgrade) is not working for me either.

I think it’s got something to do with colab dependencies change.
So order of execution is important here: install fastbook first then fasti or instead of fastai install required version (5.1) of tornado. This s should work.

looks like just restarting runtime works too: Google Colab: pip install fastbook produces dependency error with tornado v6.1 - #2 by userfriendlygeek

2 Likes

Thanks - I had to restart the run time but also move importing fastbook to a different cell

1 Like

It didn’t work for! keep getting the same message: ModuleNotFoundError

I get the same message as you show here, did you manage to solve the problem?

I did. I had to restart the runtime and split up the install like this. Good luck!
image

1 Like

Thank you it worked now!

1 Like