Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Python by (16.4k points)

Hello, all. I don't know how to install the sqlite3 module with the updated version of python. In the command line when I tried:

pip install sqlite

I'm getting an error. Anyone, please help me.

1 Answer

0 votes
by (26.4k points)

Here, You don't need to download sqlite3 module.

The reason is, since python 2.5, it's already been included in the standard library.

Join python training course if you want to gain more knowledge in python.

Related questions

0 votes
1 answer
asked Jul 12, 2019 in SQL by Tech4ever (20.3k points)
0 votes
1 answer
asked Oct 9, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
0 votes
1 answer
asked Nov 28, 2020 in SQL by Appu (6.1k points)

Browse Categories

...