RSS Amplifier

Blog · Jesse Claven · Mar 31, 2024

Missing `s3fs` for SageMaker real-time inference tutorial

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

If you’re getting the following error when going through a AWS SageMaker Studio tutorial 1 , 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 Deploy a Machine Learning Model to a Real-Time…

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
  1. Deploy a Machine Learning Model to a Real-Time Inference Endpoint

Read on j-e-s-s-e.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.