简体   繁体   中英

Path configuration for sqlite3 in python3.6

I have a system Centos7 which has python2.7 as default and python3.6 . Then I am running the following command on my django version=2.1 project python3 manage.py migrate but unfortunately I am having the following error No _sqlite3 module .

I did some research and found that I should install sqlite-devel but still not working.

Check that your Python 3.6 was built with sqlite enabled. In that case there should be an _sqlite3.so in python3.6's lib-dynload directory.

If you are going to manually rebuild python 3, see the answer to this question .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM