I am getting the following error.
9 hrs ago its was working but not this is the error
gzip: stdin: Input/output error
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
I tried to extract it via:
with tarfile.open('gdrive/My Drive/Agriculture-Vision.tar.gz', 'r:gz') as tar:
tar.extractall()
and few other ways!
Please help!