[issue32120] python 3.6.0 is not importing sqlite3

Abinaya report at bugs.python.org
Tue Nov 28 03:48:41 EST 2017


Abinaya <abinaya.manikandan at wipro.com> added the comment:

*** WARNING: renaming "_sqlite3" since importing it failed: build/lib.linux-x86_64-3.6/_sqlite3.cpython-36m-x86_64-linux-gnu.so: undefined symbol: sqlite3_stmt_readonly

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_lzma
To find the necessary bits, look in setup.py in detect_modules() for the module's name.

The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
atexit                pwd                   time

Failed to build these modules:
_hashlib              _ssl


Following modules built successfully but were removed because they could not be imported:
_sqlite3


>> Above issue is the one which we could see while building the python 3.6.0.

----------

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


More information about the Python-bugs-list mailing list