I have this mistake every time I go to the training:
AlgorithmError: Framework Error: Traceback (most recent call last): File "/opt/conda/lib/python3.10/tarfile.py", line 1705, in gzopen t = cls.taropen(name, mode, fileobj, **kwargs) File "/opt/conda/lib/python3.10/tarfile.py", line 1682, in taropen return cls(name, mode, fileobj, **kwargs) File "/opt/conda/lib/python3.10/tarfile.py", line 1542, in __init__ self.firstmember = self.next() File "/opt/conda/lib/python3.10/tarfile.py", line 2377, in next raise e File "/opt/conda/lib/python3.10/tarfile.py", line 2350, in next tarinfo = self.tarinfo.fromtarfile(self) File "/opt/conda/lib/python3.10/tarfile.py", line 1122, in fromtarfile buf = tarfile.fileobj.read(BLOCKSIZE) File "/opt/conda/lib/python3.10/gzip.py", line 301, in read return self._buffer.read(size) File "/opt/conda/lib/python3.10/_compression.py", line 68, in readinto data = self.read(len(byte_view)) File "/opt/conda/lib/python3.10/gzip.py", line 488, in read if not self._read_gzip_header(): File
Just don’t know what it is
That the normal process would continue
Abrham Lincoln is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.