Failed to import `lightbug_http`

After installing lightbug_http as a dependency, I got this error when importing it. Can anyone help?

$ mojo life.mojo
/mnt/Archive/Documents/Programming/Mojo/life/life.mojo:2:6: error: unable to locate module 'lightbug_http'
from lightbug_http.client import Client
     ^
/mnt/Archive/Documents/Programming/Mojo/life/life.mojo:2:20: error: 
from lightbug_http.client import Client
                   ^
mojo: error: failed to parse the provided Mojo source module