Skip to content

Conversation

@aviruthen
Copy link
Collaborator

Issue #, if available:
#5371

Description of changes:
Fixing caching issues with SageMaker V2 during pip installation of V3. Added init.py files for sagemaker-core, sagemaker-train, and sagemaker-serve (mlops already has this file) which allows for clean reinstallation of V3 without causing difficulty for users. Based on GitHub issue above.

Tested this out by running the following commands:

  1. pip install sagemaker==2.255.0 (verified that V2 imports work and V3 do not)
  2. pip uninstall sagemaker
  3. pip install sagemaker (verified that V3 imports work and V2 do not)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

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

Successfully merging this pull request may close these issues.

3 participants