【发布时间】:2013-07-27 15:14:12
【问题描述】:
在Ubuntu系统中使用python3.3.2安装distribute-0.6.49时遇到错误
....blablabla 然后...
"Compression requires the (missing) zlib module")
RuntimeError: Compression requires the (missing) zlib module
我已经检查了我需要安装 zlib 包的以前的解决方案,但是在此之前我应该重新安装我的 python 吗?我不能在上面安装 zlib 吗?
如果需要重新安装 python,我在哪里可以找到带有 zlib 的 python 3.3,以便我可以像往常一样安装 python?
【问题讨论】:
-
python 是从源代码还是从 Ubuntu 包安装的?
-
来自源代码,ubuntu 默认有 python 2.7,但我从源代码做了 python 3.3.2
标签: python python-3.x zlib distribute