This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients abinaya, berker.peksag
Date 2017-11-23.14:00:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511445642.24.0.213398074469.issue32120@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-11-23 14:00:42berker.peksagsetrecipients: + berker.peksag, abinaya
2017-11-23 14:00:42berker.peksagsetmessageid: <1511445642.24.0.213398074469.issue32120@psf.upfronthosting.co.za>
2017-11-23 14:00:42berker.peksaglinkissue32120 messages
2017-11-23 14:00:42berker.peksagcreate