You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Launch a Python 3 notebook kernel using Data Science 3.0 image in Sagemaker Studio
Run cell [2], then cell [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.
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: