python - tokyo-python 安装问题

标签 python linux easy-install pip tokyo-cabinet

我正在尝试通过 tokyo-python 包在 Python 中使用 Tokyo Cabinet。我已经安装了 Cabinet 和 Cabinet 开发库。然而,每当我尝试使用 pip 或 easy_install 安装 tokyo-python 时,我都会遇到这种丑陋的情况。

matt@amalgam:~/$ bin/pip install tokyo-python
Downloading/unpacking tokyo-python
Downloading tokyo-python-0.6.0.tar.gz (142Kb): 142Kb downloaded
Running setup.py egg_info for package tokyo-python
Installing collected packages: tokyo-python
Running setup.py install for tokyo-python
building 'tokyo.cabinet' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c src/cabinet.c -o build/temp.linux-x86_64-2.6/src/cabinet.o
In file included from src/cabinet.c:134:
src/TDB.c: In function ‘TDB_metasearch’:
src/TDB.c:1129: warning: implicit declaration of function ‘tctdbmetasearch’
src/TDB.c:1129: warning: assignment makes pointer from integer without a cast
src/cabinet.c: In function ‘init_cabinet’:
src/cabinet.c:294: error: ‘TDBITTOKEN’ undeclared (first use in this function)
src/cabinet.c:294: error: (Each undeclared identifier is reported only once
src/cabinet.c:294: error: for each function it appears in.)
src/cabinet.c:295: error: ‘TDBITQGRAM’ undeclared (first use in this function)
src/cabinet.c:324: error: ‘TDBQCFTSPH’ undeclared (first use in this function)
src/cabinet.c:325: error: ‘TDBQCFTSAND’ undeclared (first use in this function)
src/cabinet.c:326: error: ‘TDBQCFTSOR’ undeclared (first use in this function)
src/cabinet.c:327: error: ‘TDBQCFTSEX’ undeclared (first use in this function)
src/cabinet.c:331: error: ‘TDBMSUNION’ undeclared (first use in this function)
src/cabinet.c:332: error: ‘TDBMSISECT’ undeclared (first use in this function)
src/cabinet.c:333: error: ‘TDBMSDIFF’ undeclared (first use in this function)
error: command 'gcc' failed with exit status 1
Complete output from command /home/matt/bin/python -c "import setuptools; __file__='/home/matt/build/tokyo-python/setup.py'; execfile('/home/matt/build/tokyo-python/setup.py')" install --single-version-externally-managed --record /tmp/pip-ZqvLvm-record/install-record.txt --install-headers /home/matt/include/site/python2.6:
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.6
creating build/lib.linux-x86_64-2.6/tokyo
copying tokyo/__init__.py -> build/lib.linux-x86_64-2.6/tokyo
copying tokyo/dbm.py -> build/lib.linux-x86_64-2.6/tokyo
running build_ext
building 'tokyo.cabinet' extension
creating build/temp.linux-x86_64-2.6
creating build/temp.linux-x86_64-2.6/src
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c src/cabinet.c -o build/temp.linux-x86_64-2.6/src/cabinet.o
In file included from src/cabinet.c:134:
src/TDB.c: In function ‘TDB_metasearch’:
src/TDB.c:1129: warning: implicit declaration of function ‘tctdbmetasearch’
src/TDB.c:1129: warning: assignment makes pointer from integer without a cast
src/cabinet.c: In function ‘init_cabinet’:
src/cabinet.c:294: error: ‘TDBITTOKEN’ undeclared (first use in this function)
src/cabinet.c:294: error: (Each undeclared identifier is reported only once
src/cabinet.c:294: error: for each function it appears in.)
src/cabinet.c:295: error: ‘TDBITQGRAM’ undeclared (first use in this function)
src/cabinet.c:324: error: ‘TDBQCFTSPH’ undeclared (first use in this function)
src/cabinet.c:325: error: ‘TDBQCFTSAND’ undeclared (first use in this function)
src/cabinet.c:326: error: ‘TDBQCFTSOR’ undeclared (first use in this function)
src/cabinet.c:327: error: ‘TDBQCFTSEX’ undeclared (first use in this function)
src/cabinet.c:331: error: ‘TDBMSUNION’ undeclared (first use in this function)
src/cabinet.c:332: error: ‘TDBMSISECT’ undeclared (first use in this function)
src/cabinet.c:333: error: ‘TDBMSDIFF’ undeclared (first use in this function)
error: command 'gcc' failed with exit status 1

Command /home/matt/bin/python -c "import setuptools; __file__='/home/matt/build/tokyo-python/setup.py'; execfile('/home/matt/build/tokyo-python/setup.py')" install --single-version-externally-managed --record /tmp/pip-ZqvLvm-record/install-record.txt --install-headers /home/matt/include/site/python2.6 failed with error code 1
Storing complete log in /home/matt/.pip/pip.log
matt@amalgam:~/$

我能找到的唯一解决方法是从源中删除上述引用,稍微清理一下,并牺牲表支持。如果必须这样做,我就必须这样做,但这太荒谬了,我想以正确的方式去做。

我希望我只是缺少依赖项 xyz - 有什么想法吗?

最佳答案

您是否尝试询问开发人员? (虽然我猜这个问题已经过时了,因为当前版本已经是 0.7 了。)

关于python - tokyo-python 安装问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3225494/

相关文章:

python - 我的 python lambda 函数不返回 lambda 函数名称

python - kivy on_dropfile 多重绑定(bind)

.net - 我们可以将 mono 捆绑在我们的安装包中吗?

python - 在 Linux 服务器上使用 pip 安装 scipy

python - 停止 setup.py 安装为 egg

python - 显示双误差线的 matplotlib 图例

python - xml中的注释转换为json?

linux - 如何将十六进制代码转换为 x86 指令

rubygems 在安装时自动更新

python - 让 SetupTools/easy_install 知道已安装的 Debian 软件包?