Closed danielbellhv closed 2 years ago
Hi! I can't reproduce this error in Colab, but I'm assuming you are using Amazon SageMaker Studio Notebooks (you mention the conda_pytorch_p36
kernel), so maybe @philschmid knows more about what might be causing this issue?
Hey @mariosasko. Yes, I am using Amazon SageMaker Studio Jupyter Labs. However, I no longer need this notebook; but it would be nice to have this problem solved for others. So don't stress too much if you two can't reproduce error.
Hey @danielbellhv,
This issue might be related to Studio probably not having an up to date botocore
and boto3
version. I ran into this as well a while back. My workaround was
# using older dataset due to incompatibility of sagemaker notebook & aws-cli with > s3fs and fsspec to >= 2021.10
!pip install "datasets==1.13" --upgrade
In datasets
we use the latest s3fs
and fsspec
but aws-cli and notebook is not supporting this. You could also update the aws-cli
and associated packages to get the latest datasets
version
Based on SO post.
I'm following along to this Notebook, cell "Loading the dataset".
Kernel:
conda_pytorch_p36
.I run:
Output:
Cell:
OR
Traceback:
Please let me know if there's anything else I can add to post.