Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] "Getting Started" notebook fails on the first few cells in Sagemaker Studio #4387

Open
jcmcken opened this issue Aug 16, 2023 · 1 comment

Comments

@jcmcken
Copy link

jcmcken commented Aug 16, 2023

Link to the notebook

Link

Describe the bug
Cell [2] has various errors when you attempt to downgrade the Sagemaker SDK

Subsequently, the cell [3] does not complete successfully. It errors with a traceback related to protobuf. "TypeError: Descriptors cannot be created directly." with a suggestion to downgrade protobuf to 3.20.x or lower.

To reproduce

  1. Launch a Python 3 notebook kernel using Data Science 3.0 image in Sagemaker Studio
  2. Run cell [2], then cell [3].
  3. Contemplate why the 'getting started' notebook for Sagemaker Studio, which is linked from blog posts and from the official documentation, doesn't just work out of the box.
@jcmcken
Copy link
Author

jcmcken commented Aug 16, 2023

As a side note, if you try to use this notebook with the SDK installed by default in the Data Science 3.0 image, it doesn't work either. For example, the import paths for certain things are different, so you don't really get much farther.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant