✂ Content (Work, projects, notes, contributions, etc.) is being added.
We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
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