Yum error: No module named sqlite

yum seems to be showing sqlite error.

yum clean all

There was a problem importing one of the Python modules required to run yum. The error leading to this problem was:

No module named sqlite

Reference : http://wiki.linux.duke.edu/YumFaq

To fix this download the latest python-sqlite rpm from CentOS mirror and peform a forceful upgrade.

rpm -Uvh python-sqlite-1.1.7-1.2.1.i386.rpm –force

yum clean all

yum update

One Response to “Yum error: No module named sqlite”

  1. 2abjectlyon 12 Jan 2022 at 9:26 pm

    3principle…

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.