Duckduckgo_search - module not found in collab

This is from the first example from the first lesson video:

I can install the required python modules and run the example locally, but I’m unable to run it in google colab. IT errors out with ModuleNotFoundError: No module named ‘duckduckgo_search’

The library in which the duckduckgo_search function exists most likely isn’t installed.

Try running ! pip install -Uq fastbook as the very first cell. I think that function is part of the fastbook library.

1 Like