EOFError: Compressed file ended before the end-of-stream marker was reached python在下载时,出现上述错误提示,一般这种问题都是因为所下载文件已经存在或下载了部分.若再重新下载,这会出现上述错误. 解决方式:找到下载的文件目录,删除文件,重新下载.…
yum安装报错有冲突file /usr/lib64/php/modules/fileinfo.so conflicts between attempted installs of php-pecl-fileinfo-1.0.4-2.el6.rf.x86 64 and php-common-5.3.3-46.el6 6.x86 64 遇到这个情况的时候 是库冲突了 需要修改文件 vim /etc/yum.repos.d/rpmforge.repo 将里面的enable=1 …