Skip to content

FileNotFoundError when download bundle #8075

Closed
@KumoLiu

Description

@KumoLiu
python -m monai.bundle download --source ngc_private brats_mri_segmentation
2024-09-10 06:10:46,087 - INFO - --- input summary of monai.bundle.scripts.download ---
2024-09-10 06:10:46,088 - INFO - > name: 'brats_mri_segmentation'
2024-09-10 06:10:46,088 - INFO - > source: 'ngc_private'
2024-09-10 06:10:46,088 - INFO - > remove_prefix: 'monai_'
2024-09-10 06:10:46,088 - INFO - > progress: True
2024-09-10 06:10:46,088 - INFO - ---


Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/usr/local/lib/python3.10/dist-packages/monai/bundle/__main__.py", line 31, in <module>
    fire.Fire()
  File "/usr/local/lib/python3.10/dist-packages/fire/core.py", line 143, in Fire
    component_trace = _Fire(component, args, parsed_flag_args, context, name)
  File "/usr/local/lib/python3.10/dist-packages/fire/core.py", line 477, in _Fire
    component, remaining_args = _CallAndUpdateTrace(
  File "/usr/local/lib/python3.10/dist-packages/fire/core.py", line 693, in _CallAndUpdateTrace
    component = fn(*varargs, **kwargs)
  File "/usr/local/lib/python3.10/dist-packages/monai/bundle/scripts.py", line 581, in download
    _download_from_ngc_private(
  File "/usr/local/lib/python3.10/dist-packages/monai/bundle/scripts.py", line 259, in _download_from_ngc_private
    with open(zip_path, "wb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/root/.cache/torch/hub/bundle/monai_brats_mri_segmentation_v0.5.1.zip'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions