-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Error running a pipeline with a Processing Job using a LocalSession #4307
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
Comments
Same issue here. Similar system information but Intel i7 1165G7 processor |
I think in remote execution, the base job name argument is ignored (#3971). I think if you don't supply one (and let the SDK take care of that), your code may run locally. |
Tried that, but it doesn't fix the problem. But even if that worked, it's not a solution because we need the same code to run locally and in SageMaker. We don't want to have to change the code depending on where we are running it. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Was there any resolution this bug? |
No, I haven't heard of any solution. I had to downgrade the library to version |
thank you |
Hi @svpino, thanks for reaching out! Could you try upgrading the SDK and see if it resolves the issue?
|
Hey @qidewenwhen, Thanks for taking a look! I upgraded the library to I'm attaching a notebook that fails. Here is the output I see when I run it:
|
Hi @svpino, thanks for the notebook! I can reproduce the issue with it.
Seems we're missing tests for PipelineDefinitionConfig in local mode. |
Describe the bug
Trying to run a pipeline with a Processing Job using a LocalSession fails with the following error:
This is happening using sagemaker version `2.199.0.
To reproduce
A clear, step-by-step set of instructions to reproduce the bug.
Expected behavior
The pipeline should run locally like it does in version
2.192.1
.Screenshots or logs
Here are the full logs when running the sample code:
System information
A description of your system. Please provide:
The text was updated successfully, but these errors were encountered: