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
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.