[issue32120] python 3.6.0 is not importing sqlite3

Berker Peksag report at bugs.python.org
Thu Nov 23 09:00:42 EST 2017


Berker Peksag <berker.peksag at gmail.com> added the comment:

pysqlite2 only works in Python 2: https://github.com/ghaering/pysqlite/blob/e728ffbcaeb7bfae1d6b7165369bd0ae16cabf95/setup.py#L25-L28

You don't need to install pysqlite2 in Python 3. The latest release of Python 3.6 (which is 3.6.3, not 3.6.0) should work fine with sqlite3 3.6.20.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32120>
_______________________________________


More information about the Python-bugs-list mailing list