原文:Centos 7 安装Python3.6.4 报错解决方法zipimport.ZipImportError: can't decompress data; zlib not available   make: *** [install] Error 1

在centos 中安装Python 中遇到的问题 wgethttps: www.python.org ftp python . . Python . . .tgz tar xvf Python . . .tgz cd Python . . . configure 报错: configure: error: no acceptable C compiler found in PATH See co ...

2018-03-12 15:33 0 1397 推荐指数:

查看详情

Python安装常见问题(1):zipimport.ZipImportError: can't decompress data

CentOS以及其他的Linux系统中遇到安装安装错误的原因,大多数都是因为缺少依赖包导致的,所以对于错误:zipimport.ZipImportError: cant decompress data,是因为缺少zlib 的相关工具包导致的,知道了问题所在,那么我们只需要安装相关依赖包即可 ...

Sun Mar 17 01:33:00 CST 2019 0 772
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM