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

Graphene library dependency for ModelTrainer #5116

Open
sciarrilli opened this issue Apr 3, 2025 · 0 comments
Open

Graphene library dependency for ModelTrainer #5116

sciarrilli opened this issue Apr 3, 2025 · 0 comments
Labels
component: pysdk-team Related to SageMaker Python SDK Core Issues component: training Relates to the SageMaker Training Platform type: bug

Comments

@sciarrilli
Copy link

Describe the bug
When importing ModelTrainer is errors because of a dependency on graphene.

To reproduce
A clear, step-by-step set of instructions to reproduce the bug.
The provided code need to be complete and runnable, if additional data is needed, please include them in the issue.

from sagemaker.modules.train import ModelTrainer

errors with

ModuleNotFoundError: No module named 'graphene'

Expected behavior
The import of ModelTrainer should succeed without an error.

Screenshots or logs
If applicable, add screenshots or logs to help explain your problem.

Image

System information
A description of your system. Please provide:

  • SageMaker Python SDK version: 2.243.0
  • Framework name (eg. PyTorch) or algorithm (eg. KMeans):
  • Framework version:
  • Python version: 3.12.9
  • CPU or GPU:
  • Custom Docker image (Y/N):

Additional context
Add any other context about the problem here.

@benieric benieric added type: bug component: training Relates to the SageMaker Training Platform component: pysdk-team Related to SageMaker Python SDK Core Issues labels Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: pysdk-team Related to SageMaker Python SDK Core Issues component: training Relates to the SageMaker Training Platform type: bug
Projects
None yet
Development

No branches or pull requests

2 participants