Python#39;s bz2 module not compiled by default(Python 的 bz2 模块默认不编译)
问题描述
看来Python 2.6.1默认不从源码编译bz2库.
It seems that Python 2.6.1 doesn't compile bz2 library by default from source.
我没有 lib-dynload/bz2.so
I don't have lib-dynload/bz2.so
添加它的最快方法是什么(无需从头开始安装 Python)?
What's the quickest way to add it (without installing Python from scratch)?
操作系统是 Linux 2.4.32-grsec+f6b+gr217+nfs+a32+fuse23+tg+++opt+c8+gr2b-v6.194 #1 SMP Tue Jun 6 15:52:09 PDT 2006 i686 GNU/Linux
OS is Linux 2.4.32-grsec+f6b+gr217+nfs+a32+fuse23+tg+++opt+c8+gr2b-v6.194 #1 SMP Tue Jun 6 15:52:09 PDT 2006 i686 GNU/Linux
IIRC 我只使用了 --prefix 标志.
IIRC I used only --prefix flag.
推荐答案
您需要首先正确安装 libbz2.so(通用 libbz2 库),以便 Python 能够构建自己的接口.这通常来自您的 Linux 发行版中的一个包,包名中可能包含libbz2"和dev".
You need libbz2.so (the general purpose libbz2 library) properly installed first, for Python to be able to build its own interface to it. That would typically be from a package in your Linux distro likely to have "libbz2" and "dev" in the package name.
这篇关于Python 的 bz2 模块默认不编译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Python 的 bz2 模块默认不编译
- 检查具有纬度和经度的地理点是否在 shapefile 中 2022-01-01
- CTR 中的 AES 如何用于 Python 和 PyCrypto? 2022-01-01
- 使用 Cython 将 Python 链接到共享库 2022-01-01
- 如何使用PYSPARK从Spark获得批次行 2022-01-01
- YouTube API v3 返回截断的观看记录 2022-01-01
- ";find_element_by_name(';name';)";和&QOOT;FIND_ELEMENT(BY NAME,';NAME';)";之间有什么区别? 2022-01-01
- 我如何卸载 PyTorch? 2022-01-01
- 我如何透明地重定向一个Python导入? 2022-01-01
- 使用公司代理使Python3.x Slack(松弛客户端) 2022-01-01
- 计算测试数量的Python单元测试 2022-01-01