multiple example notebooks failing on 'get_image_uri' #2368
Unanswered
aaronmarkham
asked this question in
Help
Replies: 2 comments
-
Hi @aaronmarkham, We just released Python SDK v2: https://pypi.org/project/sagemaker/
If you still want to use the old interface please pin sagemaker version < 2 |
Beta Was this translation helpful? Give feedback.
0 replies
-
SageMaker Studio seems to have Python SDK built-in, how do we determine which version it is on? Will this new version get an automatic roll out on Studio notebooks? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
ImportError: cannot import name 'get_image_uri'
To reproduce
from sagemaker import get_image_uri
Expected behavior
no error
Beta Was this translation helpful? Give feedback.
All reactions