aws-samples / amazon-sagemaker-clip-search

Build a machine learning (ML) powered search engine prototype to retrieve and recommend products based on text or image queries
MIT No Attribution
39 stars 5 forks source link

Which is the last known version of the SageMaker SDK working? #5

Open pdifranc opened 1 year ago

pdifranc commented 1 year ago

I have an import error with the sagemaker SDK.. Could you please let me know which one was the latest working version?

pdifranc commented 1 year ago

after destroying and recreating the Data Science KernelApp, I have commented out

#%pip install -qU aiobotocore

and with the sagemaker SDK version 2.145.0 the notebook sample worked. Might be a good idea to pin the sagemaker SDK version to make sure we have a smooth experience.

and btw - this is a great sample :)