No module named sqlite, CentOS 6.10
I have default python 2.6.6, but in error I erased sqlite from the operating system as it gave me a PHP error PHP Startup: Unable to load dynamic 'sqlite.so'
Now, however, I have a problem with YUM and gives the following error, tried a manual download, and so on. the sqlite to install it, but every RPM file shows me an error:
[root:vps][~]# wget
http://mirror.centos.org/centos-6/6.10/os/x86_64/Packages/sqlite-3.6.20-1.rpm
[root:vps][~]# rpm -K --nosignature sqlite-3.6.20-1.el6_7.2.x86_64.rpm
sqlite-3.6.20-1.el6_7.2.x86_64.rpm: SHA1 MD5 NOT OK
How can i fix this error?
THIS
[root:vps][~]# 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
Please install a package which provides this module, or verify that
the module is installed correctly.
It's possible that the above module doesn't match the current version
of Python, which is:
2.6.6 (r266:84292, Aug 18 2016, 15:13:37) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]
If you cannot solve this problem yourself, please go to the yum faq
at: http://yum.baseurl.org/wiki/Faq
python linux sqlite centos yum
|
show 7 more comments
I have default python 2.6.6, but in error I erased sqlite from the operating system as it gave me a PHP error PHP Startup: Unable to load dynamic 'sqlite.so'
Now, however, I have a problem with YUM and gives the following error, tried a manual download, and so on. the sqlite to install it, but every RPM file shows me an error:
[root:vps][~]# wget
http://mirror.centos.org/centos-6/6.10/os/x86_64/Packages/sqlite-3.6.20-1.rpm
[root:vps][~]# rpm -K --nosignature sqlite-3.6.20-1.el6_7.2.x86_64.rpm
sqlite-3.6.20-1.el6_7.2.x86_64.rpm: SHA1 MD5 NOT OK
How can i fix this error?
THIS
[root:vps][~]# 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
Please install a package which provides this module, or verify that
the module is installed correctly.
It's possible that the above module doesn't match the current version
of Python, which is:
2.6.6 (r266:84292, Aug 18 2016, 15:13:37) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]
If you cannot solve this problem yourself, please go to the yum faq
at: http://yum.baseurl.org/wiki/Faq
python linux sqlite centos yum
What are you actually trying to do? have you triedrpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm
'-K'
is only checking the sig not actually installing it.
– user3788685
Nov 19 '18 at 18:07
Not working [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm '-K' error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 19 '18 at 18:53
Yes same error; [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 20 '18 at 18:10
can you try and fetch a fresh copy of the rpm from ftp.pbone.net/mirror/ftp.scientificlinux.org/linux/scientific/… presuming CentOs 6 x64 - you should be able to dorpm -ivh <url>
– user3788685
Nov 20 '18 at 18:33
[root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]# chmod 777 sqlite-3.6.20-1.el6_7.2.x86_64.rpm [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 20 '18 at 19:01
|
show 7 more comments
I have default python 2.6.6, but in error I erased sqlite from the operating system as it gave me a PHP error PHP Startup: Unable to load dynamic 'sqlite.so'
Now, however, I have a problem with YUM and gives the following error, tried a manual download, and so on. the sqlite to install it, but every RPM file shows me an error:
[root:vps][~]# wget
http://mirror.centos.org/centos-6/6.10/os/x86_64/Packages/sqlite-3.6.20-1.rpm
[root:vps][~]# rpm -K --nosignature sqlite-3.6.20-1.el6_7.2.x86_64.rpm
sqlite-3.6.20-1.el6_7.2.x86_64.rpm: SHA1 MD5 NOT OK
How can i fix this error?
THIS
[root:vps][~]# 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
Please install a package which provides this module, or verify that
the module is installed correctly.
It's possible that the above module doesn't match the current version
of Python, which is:
2.6.6 (r266:84292, Aug 18 2016, 15:13:37) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]
If you cannot solve this problem yourself, please go to the yum faq
at: http://yum.baseurl.org/wiki/Faq
python linux sqlite centos yum
I have default python 2.6.6, but in error I erased sqlite from the operating system as it gave me a PHP error PHP Startup: Unable to load dynamic 'sqlite.so'
Now, however, I have a problem with YUM and gives the following error, tried a manual download, and so on. the sqlite to install it, but every RPM file shows me an error:
[root:vps][~]# wget
http://mirror.centos.org/centos-6/6.10/os/x86_64/Packages/sqlite-3.6.20-1.rpm
[root:vps][~]# rpm -K --nosignature sqlite-3.6.20-1.el6_7.2.x86_64.rpm
sqlite-3.6.20-1.el6_7.2.x86_64.rpm: SHA1 MD5 NOT OK
How can i fix this error?
THIS
[root:vps][~]# 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
Please install a package which provides this module, or verify that
the module is installed correctly.
It's possible that the above module doesn't match the current version
of Python, which is:
2.6.6 (r266:84292, Aug 18 2016, 15:13:37) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]
If you cannot solve this problem yourself, please go to the yum faq
at: http://yum.baseurl.org/wiki/Faq
python linux sqlite centos yum
python linux sqlite centos yum
asked Nov 19 '18 at 16:58
Квлади
135
135
What are you actually trying to do? have you triedrpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm
'-K'
is only checking the sig not actually installing it.
– user3788685
Nov 19 '18 at 18:07
Not working [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm '-K' error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 19 '18 at 18:53
Yes same error; [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 20 '18 at 18:10
can you try and fetch a fresh copy of the rpm from ftp.pbone.net/mirror/ftp.scientificlinux.org/linux/scientific/… presuming CentOs 6 x64 - you should be able to dorpm -ivh <url>
– user3788685
Nov 20 '18 at 18:33
[root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]# chmod 777 sqlite-3.6.20-1.el6_7.2.x86_64.rpm [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 20 '18 at 19:01
|
show 7 more comments
What are you actually trying to do? have you triedrpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm
'-K'
is only checking the sig not actually installing it.
– user3788685
Nov 19 '18 at 18:07
Not working [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm '-K' error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 19 '18 at 18:53
Yes same error; [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 20 '18 at 18:10
can you try and fetch a fresh copy of the rpm from ftp.pbone.net/mirror/ftp.scientificlinux.org/linux/scientific/… presuming CentOs 6 x64 - you should be able to dorpm -ivh <url>
– user3788685
Nov 20 '18 at 18:33
[root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]# chmod 777 sqlite-3.6.20-1.el6_7.2.x86_64.rpm [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 20 '18 at 19:01
What are you actually trying to do? have you tried
rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm
'-K'
is only checking the sig not actually installing it.– user3788685
Nov 19 '18 at 18:07
What are you actually trying to do? have you tried
rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm
'-K'
is only checking the sig not actually installing it.– user3788685
Nov 19 '18 at 18:07
Not working [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm '-K' error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 19 '18 at 18:53
Not working [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm '-K' error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 19 '18 at 18:53
Yes same error; [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 20 '18 at 18:10
Yes same error; [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 20 '18 at 18:10
can you try and fetch a fresh copy of the rpm from ftp.pbone.net/mirror/ftp.scientificlinux.org/linux/scientific/… presuming CentOs 6 x64 - you should be able to do
rpm -ivh <url>
– user3788685
Nov 20 '18 at 18:33
can you try and fetch a fresh copy of the rpm from ftp.pbone.net/mirror/ftp.scientificlinux.org/linux/scientific/… presuming CentOs 6 x64 - you should be able to do
rpm -ivh <url>
– user3788685
Nov 20 '18 at 18:33
[root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]# chmod 777 sqlite-3.6.20-1.el6_7.2.x86_64.rpm [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 20 '18 at 19:01
[root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]# chmod 777 sqlite-3.6.20-1.el6_7.2.x86_64.rpm [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 20 '18 at 19:01
|
show 7 more comments
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53379390%2fno-module-named-sqlite-centos-6-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53379390%2fno-module-named-sqlite-centos-6-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What are you actually trying to do? have you tried
rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm
'-K'
is only checking the sig not actually installing it.– user3788685
Nov 19 '18 at 18:07
Not working [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm '-K' error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 19 '18 at 18:53
Yes same error; [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 20 '18 at 18:10
can you try and fetch a fresh copy of the rpm from ftp.pbone.net/mirror/ftp.scientificlinux.org/linux/scientific/… presuming CentOs 6 x64 - you should be able to do
rpm -ivh <url>
– user3788685
Nov 20 '18 at 18:33
[root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]# chmod 777 sqlite-3.6.20-1.el6_7.2.x86_64.rpm [root:vps][~]# rpm -ivh sqlite-3.6.20-1.el6_7.2.x86_64.rpm error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: BAD error: sqlite-3.6.20-1.el6_7.2.x86_64.rpm cannot be installed [root:vps][~]#
– Квлади
Nov 20 '18 at 19:01