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”
Leave a Reply
You must be logged in to post a comment.
3principle…
…