Hi Andreas, just to first check that you were able to successfully download the images from Azure? From what I see from the fast.ai page (https://course.fast.ai/images), it seems like they are recommending DuckDuckGo instead, which I understand because Azure can be a real hassle for this project. Nonetheless, based on the error code above, it seems like it has to do with the PIL.Image import, where it seems like it is not set up correctly for it to run its .open method. Maybe try 'import PIL.Image as Image'