Skip to content

Commit 3bc0282

Browse files
rohangujarathiRohan Gujarathi
andauthored
fix: Update to more actionable error message (#3911)
Co-authored-by: Rohan Gujarathi <[email protected]>
1 parent 84f0bae commit 3bc0282

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sagemaker/remote_function/core/serialization.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ def from_json(s):
6161

6262
if not sha256_hash:
6363
raise DeserializationError(
64-
"Corrupt metadata file. SHA256 hash for the serialized data does not exist"
64+
"Corrupt metadata file. SHA256 hash for the serialized data does not exist. "
65+
"Please make sure to install SageMaker SDK version >= 2.156.0 on the client side "
66+
"and try again."
6567
)
6668

6769
if not (

0 commit comments

Comments
 (0)