python - IOError: CRC check failed 0xffca51ff != 0x3679ba0L -
i'm trying run script downloads , generates datasets ubuntu dialogue corpus v2.0, fails following error:
unpacking dialogs ... traceback (most recent call last): file "create_ubuntu_dataset.py", line 404, in <module> prepare_data_maybe_download(args.data_root) file "create_ubuntu_dataset.py", line 267, in prepare_data_maybe_download tar.extractall(path=directory) file "~/anaconda/lib/python2.7/tarfile.py", line 2073, in extractall tarinfo in members: file "~/anaconda/lib/python2.7/tarfile.py", line 2508, in next tarinfo = self.tarfile.next() file "~/anaconda/lib/python2.7/tarfile.py", line 2356, in next tarinfo = self.tarinfo.fromtarfile(self) file "~/anaconda/lib/python2.7/tarfile.py", line 1251, in fromtarfile buf = tarfile.fileobj.read(blocksize) file "~/anaconda/lib/python2.7/gzip.py", line 268, in read self._read(readsize) file "~/anaconda/lib/python2.7/gzip.py", line 315, in _read self._read_eof() file "~/anaconda/lib/python2.7/gzip.py", line 354, in _read_eof hex(self.crc))) ioerror: crc check failed 0xffca51ff != 0x3679ba0l 0
i have paths set correctly i'm has nothing that. didn't see explicit instruction use python3 sticked 2.7. also, i'm running script 3 -t -s -l parameters.
what doing wrong?
i had same issues too. deleted folder started docker container. works again! due half downloaded retrain.py
Comments
Post a Comment