FileNotFoundError when download

#4
by lingheiii - opened

FileNotFoundError: [Errno 2] No such file or directory: 'data_try2\.huggingface\download\objects\decomposed\00a2b0f3886ccb5ffddac704f8eeec324a5e14c6\00a2b0f3886ccb5ffddac704f8eeec324a5e14c6_part_1.glb.bd1c5af7d1a619788b976a16cbf17290fc8c953ba44194050c5eead56bc2ce18.incomplete'

Habitat Synthetic Scenes Dataset org

Hm, this looks like an invalid filepath. Most likely this is a hugging face or git-lfs error.
I suggest clearing your local repo and trying the clone again.

Hm, this looks like an invalid filepath. Most likely this is a hugging face or git-lfs error.
I suggest clearing your local repo and trying the clone again.

Thanks for the reply! In fact, I have tried download on different computers and faced the same issue. It always happen around the 7.8GB mark of the download.
I initially thought it might be an issue with the resumption of a paused download, but the error seems to occur at the same point even after multiple attempts.
I'm not sure why this problem is occurring, here are some error information. Do you have any suggestions? Thanks a lot!

File "C:\Users\13940\PycharmProjects\pythonProject2\download.py", line 7, in
snapshot_download(repo_id='hssd/hssd-hab',
File "C:\Users\13940.conda\envs\habitat3.1\lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\Users\13940.conda\envs\habitat3.1\lib\site-packages\huggingface_hub_snapshot_download.py", line 294, in snapshot_download
thread_map(
File "C:\Users\13940.conda\envs\habitat3.1\lib\site-packages\tqdm\contrib\concurrent.py", line 69, in thread_map
return _executor_map(ThreadPoolExecutor, fn, *iterables, **tqdm_kwargs)
File "C:\Users\13940.conda\envs\habitat3.1\lib\site-packages\tqdm\contrib\concurrent.py", line 51, in _executor_map
return list(tqdm_class(ex.map(fn, *iterables, chunksize=chunksize), **kwargs))
File "C:\Users\13940.conda\envs\habitat3.1\lib\site-packages\tqdm\std.py", line 1181, in iter
for obj in iterable:
File "C:\Users\13940.conda\envs\habitat3.1\lib\concurrent\futures_base.py", line 609, in result_iterator
yield fs.pop().result()
File "C:\Users\13940.conda\envs\habitat3.1\lib\concurrent\futures_base.py", line 446, in result
return self.__get_result()
File "C:\Users\13940.conda\envs\habitat3.1\lib\concurrent\futures_base.py", line 391, in __get_result
raise self._exception
File "C:\Users\13940.conda\envs\habitat3.1\lib\concurrent\futures\thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\13940.conda\envs\habitat3.1\lib\site-packages\huggingface_hub_snapshot_download.py", line 268, in _inner_hf_hub_download
return hf_hub_download(
File "C:\Users\13940.conda\envs\habitat3.1\lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "C:\Users\13940.conda\envs\habitat3.1\lib\site-packages\huggingface_hub\file_download.py", line 1202, in hf_hub_download
return _hf_hub_download_to_local_dir(
File "C:\Users\13940.conda\envs\habitat3.1\lib\site-packages\huggingface_hub\file_download.py", line 1487, in _hf_hub_download_to_local_dir
_download_to_tmp_and_move(
File "C:\Users\13940.conda\envs\habitat3.1\lib\site-packages\huggingface_hub\file_download.py", line 1872, in _download_to_tmp_and_move
with incomplete_path.open("ab") as f:
File "C:\Users\13940.conda\envs\habitat3.1\lib\pathlib.py", line 1252, in open
return io.open(self, mode, buffering, encoding, errors, newline,
File "C:\Users\13940.conda\envs\habitat3.1\lib\pathlib.py", line 1120, in _opener
return self._accessor.open(self, flags, mode)
FileNotFoundError: [Errno 2] No such file or directory: 'data\hssd-hab_inial\.huggingface\download\objects\decomposed\00a2b0f3886ccb5ffddac704f8eeec324a5e14c6\00a2b0f3886ccb5ffddac704f8eeec324a5e14c6_part_1.glb.bd1c5af7d1a619788b976a16cbf17290fc8c953ba44194050c5eead56bc2ce18.incomplete'

Sign up or log in to comment