javascript – 错误的ELF类 – Python

我正在尝试为LZJB压缩安装此库. PyLZJB LINK

该库是C库的绑定,该文件位于此处PyLZJB.so

不幸的是,通过在导入时复制到site-packages目录,我得到“错误的ELF类”错误.

>>> import PyLZJB
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: ./PyLZJB.so: wrong ELF class: ELFCLASS32

帮助会很棒.

上一篇:什么会导致python中缺少“gi”模块?


下一篇:javascript – jQuery中这两个单词有什么区别