0
pysqlite
をインストールしようとしましたが、問題があります。未定義シンボル:PyOS_mystrnicmp
>>> import pysqlite2.dbapi2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/data/.pyenv/versions/2.7.5/lib/python2.7/site-packages/pysqlite2/dbapi2.py", line 28, in <module>
from pysqlite2._sqlite import *
ImportError: /data/.pyenv/versions/2.7.5/lib/python2.7/site-packages/pysqlite2/_sqlite.so: undefined symbol: PyOS_mystrnicmp
私はいくつかのPythonヘッダーが不足していると思います。どこで見つけるのですか?私はCPython 2.7.5でCentOSを使用しています。