Beginner: set up

I instaled everything succesfuly+ ran the first two comands (second picture attached), and im online,
but still get the this error

Hey @edengrun, welcome to Fastai!

Can you provide a link to your Kaggle notebook? It’s hard to tell exactly what’s going on but I believe you are trying to get through chapter 2 of the fastai book. If that’s the case, the code for extracting images is with the function search_images_ddg → you can find the associated code here: course20/__init__.py at master · fastai/course20 · GitHub

I’m unsure if you are importing everything as needed for that, but you will need to install and import fastbook to utilize this functionality. Hope this helps!