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

Unexpected error if the model/ground truth cannot be extracted #33

Open
jmsmkn opened this issue Aug 22, 2024 · 0 comments
Open

Unexpected error if the model/ground truth cannot be extracted #33

jmsmkn opened this issue Aug 22, 2024 · 0 comments

Comments

@jmsmkn
Copy link
Member

jmsmkn commented Aug 22, 2024

Traceback (most recent call last):
  File "sagemaker_shim/cli.py", line 128, in <module>
  File "click/core.py", line 1157, in __call__
  File "click/core.py", line 1078, in main
  File "click/core.py", line 1688, in invoke
  File "click/core.py", line 1434, in invoke
  File "click/core.py", line 783, in invoke
  File "sagemaker_shim/cli.py", line 34, in wrapper
  File "asyncio/runners.py", line 194, in run
  File "asyncio/runners.py", line 118, in run
  File "asyncio/base_events.py", line 687, in run_until_complete
  File "sagemaker_shim/cli.py", line 101, in invoke
  File "sagemaker_shim/models.py", line 309, in __enter__
  File "sagemaker_shim/models.py", line 336, in download_model
  File "sagemaker_shim/models.py", line 242, in download_and_extract_tarball
  File "tarfile.py", line 1809, in open
tarfile.ReadError: file could not be opened successfully:
- method gz: ReadError('empty file')
- method bz2: ReadError('not a bzip2 file')
- method xz: ReadError('not an lzma file')
- method tar: ReadError('truncated header')
[15] Failed to execute script 'cli' due to unhandled exception!
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

No branches or pull requests

1 participant