Jesse Claven


✂ Content (Work, projects, notes, contributions, etc.) is being added.

Missing `s3fs` for SageMaker real-time inference tutorial

2024-03-31 ・ AWS, tip

If you’re getting the following error when going through a AWS SageMaker Studio tutorial1, here’s a quick solution I’m writing down, to save someone else searching. It’s as obvious as you’d expect!

The error:

ModuleNotFoundError: No module named 's3fs'

Earlier in the notebook, install the package:

%pip install s3fs

Then, import it:

import s3fs