EOFError: Compressed file ended before the end-of-stream marker was reached
python在下载时,出现上述错误提示,一般这种问题都是因为所下载文件已经存在或下载了部分。若再重新下载,这会出现上述错误。
解决方式:找到下载的文件目录,删除文件,重新下载。
标签:end,stream,ended,file,marker,下载,before
来源: https://www.cnblogs.com/chay/p/10421635.html