Problem with update-manager: No module named 'apt_pkg' in Ubuntu 13.10, having installed Python 3.4 on...
I'm rather new to Ubuntu and I'm trying to run update-manager on Ubuntu.13.10. I get:
jacopo@jacopo-laptop:~$ update-manager
Traceback (most recent call last):
File "/usr/bin/update-manager", line 28, in <module>
from gi.repository import Gtk
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 27, in <module> from ._gi import _API
ImportError: No module named 'gi._gi'
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 64, in apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
from apport.report import Report
File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
import apport.fileutils
File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
from apport.packaging_impl import impl as packaging
File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 20, in <module>
import apt
File "/usr/lib/python3/dist-packages/apt/__init__.py", line 21, in <module>
import apt_pkg
ImportError: No module named 'apt_pkg'
Original exception was:
Traceback (most recent call last):
File "/usr/bin/update-manager", line 28, in <module>
from gi.repository import Gtk
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 27, in <module>
from ._gi import _API
ImportError: No module named 'gi._gi'
As far as I have understood, this is a problem related to the fact that I should have python3.4 installed. I installed it in /usr/local/ lib, but I always get the same error. In this way I can't even upgrade to Ubuntu 14.04.
Could someone help me?
Thanks in advance!
Jacopo
13.10 apt update-manager python3
add a comment |
I'm rather new to Ubuntu and I'm trying to run update-manager on Ubuntu.13.10. I get:
jacopo@jacopo-laptop:~$ update-manager
Traceback (most recent call last):
File "/usr/bin/update-manager", line 28, in <module>
from gi.repository import Gtk
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 27, in <module> from ._gi import _API
ImportError: No module named 'gi._gi'
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 64, in apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
from apport.report import Report
File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
import apport.fileutils
File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
from apport.packaging_impl import impl as packaging
File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 20, in <module>
import apt
File "/usr/lib/python3/dist-packages/apt/__init__.py", line 21, in <module>
import apt_pkg
ImportError: No module named 'apt_pkg'
Original exception was:
Traceback (most recent call last):
File "/usr/bin/update-manager", line 28, in <module>
from gi.repository import Gtk
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 27, in <module>
from ._gi import _API
ImportError: No module named 'gi._gi'
As far as I have understood, this is a problem related to the fact that I should have python3.4 installed. I installed it in /usr/local/ lib, but I always get the same error. In this way I can't even upgrade to Ubuntu 14.04.
Could someone help me?
Thanks in advance!
Jacopo
13.10 apt update-manager python3
add a comment |
I'm rather new to Ubuntu and I'm trying to run update-manager on Ubuntu.13.10. I get:
jacopo@jacopo-laptop:~$ update-manager
Traceback (most recent call last):
File "/usr/bin/update-manager", line 28, in <module>
from gi.repository import Gtk
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 27, in <module> from ._gi import _API
ImportError: No module named 'gi._gi'
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 64, in apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
from apport.report import Report
File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
import apport.fileutils
File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
from apport.packaging_impl import impl as packaging
File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 20, in <module>
import apt
File "/usr/lib/python3/dist-packages/apt/__init__.py", line 21, in <module>
import apt_pkg
ImportError: No module named 'apt_pkg'
Original exception was:
Traceback (most recent call last):
File "/usr/bin/update-manager", line 28, in <module>
from gi.repository import Gtk
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 27, in <module>
from ._gi import _API
ImportError: No module named 'gi._gi'
As far as I have understood, this is a problem related to the fact that I should have python3.4 installed. I installed it in /usr/local/ lib, but I always get the same error. In this way I can't even upgrade to Ubuntu 14.04.
Could someone help me?
Thanks in advance!
Jacopo
13.10 apt update-manager python3
I'm rather new to Ubuntu and I'm trying to run update-manager on Ubuntu.13.10. I get:
jacopo@jacopo-laptop:~$ update-manager
Traceback (most recent call last):
File "/usr/bin/update-manager", line 28, in <module>
from gi.repository import Gtk
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 27, in <module> from ._gi import _API
ImportError: No module named 'gi._gi'
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 64, in apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
from apport.report import Report
File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
import apport.fileutils
File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
from apport.packaging_impl import impl as packaging
File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 20, in <module>
import apt
File "/usr/lib/python3/dist-packages/apt/__init__.py", line 21, in <module>
import apt_pkg
ImportError: No module named 'apt_pkg'
Original exception was:
Traceback (most recent call last):
File "/usr/bin/update-manager", line 28, in <module>
from gi.repository import Gtk
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 27, in <module>
from ._gi import _API
ImportError: No module named 'gi._gi'
As far as I have understood, this is a problem related to the fact that I should have python3.4 installed. I installed it in /usr/local/ lib, but I always get the same error. In this way I can't even upgrade to Ubuntu 14.04.
Could someone help me?
Thanks in advance!
Jacopo
13.10 apt update-manager python3
13.10 apt update-manager python3
edited Jun 9 '14 at 14:12
user291925
asked Jun 9 '14 at 13:59
user291925user291925
6112
6112
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
If you're trying to upgrade 13.10 to 14.04, try following these instructions. If you're just trying to update your current system from the command line, open a terminal and type the following:
sudo apt-get update
sudo apt-get dist-upgrade
Thanks. I had already tried but it didn't work. I tried once more now, getting, after apt-get update, the warning W: Failed to fetch bzip2:/var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_saucy-updates_main_source_Sources Hash Sum mismatch
– user291925
Jun 9 '14 at 14:22
K - you have a problem with the update sources. I've seen several threads about how to fix that The following link seems to be a good match for your question askubuntu.com/questions/41605/…
– Charles Green
Jun 9 '14 at 14:28
Thanks! I tried, but I still get the same error when runningupdate-manager
– user291925
Jun 9 '14 at 15:12
K - that about exhausts my possibilities with out a more extensive web search. Good luck!
– Charles Green
Jun 9 '14 at 15:22
add a comment |
This may help:
I first uninstalled apt_pkg using:
sudo apt-get remove python3-apt
and then reinstalled the package using:
sudo apt-get install python3-apt
The error is primarily because of library apt_pkg.cpython-35m-x86_64-linux-gnu.so not being present in /usr/lib/python3/dist-packages.
Removing and reinstalling helps.
1
It's almost always preferable to reinstall the package in one step usingsudo apt install --reinstall <package-name>, because this avoids calculating and removing dependencies (and marking packages for removal). Be aware that removing packages is not always a reversible procedure; for example APT will remove itself or its dependencies if asked to! The--reinstallflag is therefore much safer thanremovefollowed byinstall. Theremovecommand by itself does not remove configuration files of a package so has no benefit overinstall --reinstall.
– Zanna
Aug 8 '18 at 7:58
add a comment |
I have managed to solve this by copying apt_pkg.cpython-34m-i386-linux-gnu.so to /usr/lib/python3/dist-packages/ from another desktop running Ubuntu 14.04 LTS. I have tried almost all possibilities found over internet like, purging python installation and then reinstalling, cleaning broken upgrade files etc, but ended up with no success.
add a comment |
Just in case it helps another, I finally solved this problem, that was apparently caused by python version conflicts, by redirecting the link python3, then redirecting it to the right python version:
sudo rm /usr/bin/python3
sudo ln -s /usr/bin/python3.4
You may need to enter the correct python version, found with
python3 -V
So you removed one version for3.4?
– ThePassenger
Jul 20 '18 at 13:49
add a comment |
for me the following steps worked:
cd /usr/lib/python3/dist-packages
sudo ln -s apt_pkg.cpython-{35m,34m}-x86_64-linux-gnu.so
the original solution is here: https://stackoverflow.com/questions/13708180/python-dev-installation-error-importerror-no-module-named-apt-pkg/36232975#36232975
New contributor
Olimjon Ibragimov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f480908%2fproblem-with-update-manager-no-module-named-apt-pkg-in-ubuntu-13-10-having-i%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you're trying to upgrade 13.10 to 14.04, try following these instructions. If you're just trying to update your current system from the command line, open a terminal and type the following:
sudo apt-get update
sudo apt-get dist-upgrade
Thanks. I had already tried but it didn't work. I tried once more now, getting, after apt-get update, the warning W: Failed to fetch bzip2:/var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_saucy-updates_main_source_Sources Hash Sum mismatch
– user291925
Jun 9 '14 at 14:22
K - you have a problem with the update sources. I've seen several threads about how to fix that The following link seems to be a good match for your question askubuntu.com/questions/41605/…
– Charles Green
Jun 9 '14 at 14:28
Thanks! I tried, but I still get the same error when runningupdate-manager
– user291925
Jun 9 '14 at 15:12
K - that about exhausts my possibilities with out a more extensive web search. Good luck!
– Charles Green
Jun 9 '14 at 15:22
add a comment |
If you're trying to upgrade 13.10 to 14.04, try following these instructions. If you're just trying to update your current system from the command line, open a terminal and type the following:
sudo apt-get update
sudo apt-get dist-upgrade
Thanks. I had already tried but it didn't work. I tried once more now, getting, after apt-get update, the warning W: Failed to fetch bzip2:/var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_saucy-updates_main_source_Sources Hash Sum mismatch
– user291925
Jun 9 '14 at 14:22
K - you have a problem with the update sources. I've seen several threads about how to fix that The following link seems to be a good match for your question askubuntu.com/questions/41605/…
– Charles Green
Jun 9 '14 at 14:28
Thanks! I tried, but I still get the same error when runningupdate-manager
– user291925
Jun 9 '14 at 15:12
K - that about exhausts my possibilities with out a more extensive web search. Good luck!
– Charles Green
Jun 9 '14 at 15:22
add a comment |
If you're trying to upgrade 13.10 to 14.04, try following these instructions. If you're just trying to update your current system from the command line, open a terminal and type the following:
sudo apt-get update
sudo apt-get dist-upgrade
If you're trying to upgrade 13.10 to 14.04, try following these instructions. If you're just trying to update your current system from the command line, open a terminal and type the following:
sudo apt-get update
sudo apt-get dist-upgrade
answered Jun 9 '14 at 14:14
Charles GreenCharles Green
13.8k73858
13.8k73858
Thanks. I had already tried but it didn't work. I tried once more now, getting, after apt-get update, the warning W: Failed to fetch bzip2:/var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_saucy-updates_main_source_Sources Hash Sum mismatch
– user291925
Jun 9 '14 at 14:22
K - you have a problem with the update sources. I've seen several threads about how to fix that The following link seems to be a good match for your question askubuntu.com/questions/41605/…
– Charles Green
Jun 9 '14 at 14:28
Thanks! I tried, but I still get the same error when runningupdate-manager
– user291925
Jun 9 '14 at 15:12
K - that about exhausts my possibilities with out a more extensive web search. Good luck!
– Charles Green
Jun 9 '14 at 15:22
add a comment |
Thanks. I had already tried but it didn't work. I tried once more now, getting, after apt-get update, the warning W: Failed to fetch bzip2:/var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_saucy-updates_main_source_Sources Hash Sum mismatch
– user291925
Jun 9 '14 at 14:22
K - you have a problem with the update sources. I've seen several threads about how to fix that The following link seems to be a good match for your question askubuntu.com/questions/41605/…
– Charles Green
Jun 9 '14 at 14:28
Thanks! I tried, but I still get the same error when runningupdate-manager
– user291925
Jun 9 '14 at 15:12
K - that about exhausts my possibilities with out a more extensive web search. Good luck!
– Charles Green
Jun 9 '14 at 15:22
Thanks. I had already tried but it didn't work. I tried once more now, getting, after apt-get update, the warning W: Failed to fetch bzip2:/var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_saucy-updates_main_source_Sources Hash Sum mismatch
– user291925
Jun 9 '14 at 14:22
Thanks. I had already tried but it didn't work. I tried once more now, getting, after apt-get update, the warning W: Failed to fetch bzip2:/var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_saucy-updates_main_source_Sources Hash Sum mismatch
– user291925
Jun 9 '14 at 14:22
K - you have a problem with the update sources. I've seen several threads about how to fix that The following link seems to be a good match for your question askubuntu.com/questions/41605/…
– Charles Green
Jun 9 '14 at 14:28
K - you have a problem with the update sources. I've seen several threads about how to fix that The following link seems to be a good match for your question askubuntu.com/questions/41605/…
– Charles Green
Jun 9 '14 at 14:28
Thanks! I tried, but I still get the same error when running
update-manager– user291925
Jun 9 '14 at 15:12
Thanks! I tried, but I still get the same error when running
update-manager– user291925
Jun 9 '14 at 15:12
K - that about exhausts my possibilities with out a more extensive web search. Good luck!
– Charles Green
Jun 9 '14 at 15:22
K - that about exhausts my possibilities with out a more extensive web search. Good luck!
– Charles Green
Jun 9 '14 at 15:22
add a comment |
This may help:
I first uninstalled apt_pkg using:
sudo apt-get remove python3-apt
and then reinstalled the package using:
sudo apt-get install python3-apt
The error is primarily because of library apt_pkg.cpython-35m-x86_64-linux-gnu.so not being present in /usr/lib/python3/dist-packages.
Removing and reinstalling helps.
1
It's almost always preferable to reinstall the package in one step usingsudo apt install --reinstall <package-name>, because this avoids calculating and removing dependencies (and marking packages for removal). Be aware that removing packages is not always a reversible procedure; for example APT will remove itself or its dependencies if asked to! The--reinstallflag is therefore much safer thanremovefollowed byinstall. Theremovecommand by itself does not remove configuration files of a package so has no benefit overinstall --reinstall.
– Zanna
Aug 8 '18 at 7:58
add a comment |
This may help:
I first uninstalled apt_pkg using:
sudo apt-get remove python3-apt
and then reinstalled the package using:
sudo apt-get install python3-apt
The error is primarily because of library apt_pkg.cpython-35m-x86_64-linux-gnu.so not being present in /usr/lib/python3/dist-packages.
Removing and reinstalling helps.
1
It's almost always preferable to reinstall the package in one step usingsudo apt install --reinstall <package-name>, because this avoids calculating and removing dependencies (and marking packages for removal). Be aware that removing packages is not always a reversible procedure; for example APT will remove itself or its dependencies if asked to! The--reinstallflag is therefore much safer thanremovefollowed byinstall. Theremovecommand by itself does not remove configuration files of a package so has no benefit overinstall --reinstall.
– Zanna
Aug 8 '18 at 7:58
add a comment |
This may help:
I first uninstalled apt_pkg using:
sudo apt-get remove python3-apt
and then reinstalled the package using:
sudo apt-get install python3-apt
The error is primarily because of library apt_pkg.cpython-35m-x86_64-linux-gnu.so not being present in /usr/lib/python3/dist-packages.
Removing and reinstalling helps.
This may help:
I first uninstalled apt_pkg using:
sudo apt-get remove python3-apt
and then reinstalled the package using:
sudo apt-get install python3-apt
The error is primarily because of library apt_pkg.cpython-35m-x86_64-linux-gnu.so not being present in /usr/lib/python3/dist-packages.
Removing and reinstalling helps.
edited Nov 7 '18 at 11:43
jonathan
22727
22727
answered Aug 8 '18 at 7:21
vikas kapdoskarvikas kapdoskar
211
211
1
It's almost always preferable to reinstall the package in one step usingsudo apt install --reinstall <package-name>, because this avoids calculating and removing dependencies (and marking packages for removal). Be aware that removing packages is not always a reversible procedure; for example APT will remove itself or its dependencies if asked to! The--reinstallflag is therefore much safer thanremovefollowed byinstall. Theremovecommand by itself does not remove configuration files of a package so has no benefit overinstall --reinstall.
– Zanna
Aug 8 '18 at 7:58
add a comment |
1
It's almost always preferable to reinstall the package in one step usingsudo apt install --reinstall <package-name>, because this avoids calculating and removing dependencies (and marking packages for removal). Be aware that removing packages is not always a reversible procedure; for example APT will remove itself or its dependencies if asked to! The--reinstallflag is therefore much safer thanremovefollowed byinstall. Theremovecommand by itself does not remove configuration files of a package so has no benefit overinstall --reinstall.
– Zanna
Aug 8 '18 at 7:58
1
1
It's almost always preferable to reinstall the package in one step using
sudo apt install --reinstall <package-name>, because this avoids calculating and removing dependencies (and marking packages for removal). Be aware that removing packages is not always a reversible procedure; for example APT will remove itself or its dependencies if asked to! The --reinstall flag is therefore much safer than remove followed by install. The remove command by itself does not remove configuration files of a package so has no benefit over install --reinstall.– Zanna
Aug 8 '18 at 7:58
It's almost always preferable to reinstall the package in one step using
sudo apt install --reinstall <package-name>, because this avoids calculating and removing dependencies (and marking packages for removal). Be aware that removing packages is not always a reversible procedure; for example APT will remove itself or its dependencies if asked to! The --reinstall flag is therefore much safer than remove followed by install. The remove command by itself does not remove configuration files of a package so has no benefit over install --reinstall.– Zanna
Aug 8 '18 at 7:58
add a comment |
I have managed to solve this by copying apt_pkg.cpython-34m-i386-linux-gnu.so to /usr/lib/python3/dist-packages/ from another desktop running Ubuntu 14.04 LTS. I have tried almost all possibilities found over internet like, purging python installation and then reinstalling, cleaning broken upgrade files etc, but ended up with no success.
add a comment |
I have managed to solve this by copying apt_pkg.cpython-34m-i386-linux-gnu.so to /usr/lib/python3/dist-packages/ from another desktop running Ubuntu 14.04 LTS. I have tried almost all possibilities found over internet like, purging python installation and then reinstalling, cleaning broken upgrade files etc, but ended up with no success.
add a comment |
I have managed to solve this by copying apt_pkg.cpython-34m-i386-linux-gnu.so to /usr/lib/python3/dist-packages/ from another desktop running Ubuntu 14.04 LTS. I have tried almost all possibilities found over internet like, purging python installation and then reinstalling, cleaning broken upgrade files etc, but ended up with no success.
I have managed to solve this by copying apt_pkg.cpython-34m-i386-linux-gnu.so to /usr/lib/python3/dist-packages/ from another desktop running Ubuntu 14.04 LTS. I have tried almost all possibilities found over internet like, purging python installation and then reinstalling, cleaning broken upgrade files etc, but ended up with no success.
answered Sep 22 '14 at 11:19
Renju chingathRenju chingath
1013
1013
add a comment |
add a comment |
Just in case it helps another, I finally solved this problem, that was apparently caused by python version conflicts, by redirecting the link python3, then redirecting it to the right python version:
sudo rm /usr/bin/python3
sudo ln -s /usr/bin/python3.4
You may need to enter the correct python version, found with
python3 -V
So you removed one version for3.4?
– ThePassenger
Jul 20 '18 at 13:49
add a comment |
Just in case it helps another, I finally solved this problem, that was apparently caused by python version conflicts, by redirecting the link python3, then redirecting it to the right python version:
sudo rm /usr/bin/python3
sudo ln -s /usr/bin/python3.4
You may need to enter the correct python version, found with
python3 -V
So you removed one version for3.4?
– ThePassenger
Jul 20 '18 at 13:49
add a comment |
Just in case it helps another, I finally solved this problem, that was apparently caused by python version conflicts, by redirecting the link python3, then redirecting it to the right python version:
sudo rm /usr/bin/python3
sudo ln -s /usr/bin/python3.4
You may need to enter the correct python version, found with
python3 -V
Just in case it helps another, I finally solved this problem, that was apparently caused by python version conflicts, by redirecting the link python3, then redirecting it to the right python version:
sudo rm /usr/bin/python3
sudo ln -s /usr/bin/python3.4
You may need to enter the correct python version, found with
python3 -V
answered Jan 5 '18 at 16:14
matthias2tmatthias2t
111
111
So you removed one version for3.4?
– ThePassenger
Jul 20 '18 at 13:49
add a comment |
So you removed one version for3.4?
– ThePassenger
Jul 20 '18 at 13:49
So you removed one version for
3.4 ?– ThePassenger
Jul 20 '18 at 13:49
So you removed one version for
3.4 ?– ThePassenger
Jul 20 '18 at 13:49
add a comment |
for me the following steps worked:
cd /usr/lib/python3/dist-packages
sudo ln -s apt_pkg.cpython-{35m,34m}-x86_64-linux-gnu.so
the original solution is here: https://stackoverflow.com/questions/13708180/python-dev-installation-error-importerror-no-module-named-apt-pkg/36232975#36232975
New contributor
Olimjon Ibragimov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
for me the following steps worked:
cd /usr/lib/python3/dist-packages
sudo ln -s apt_pkg.cpython-{35m,34m}-x86_64-linux-gnu.so
the original solution is here: https://stackoverflow.com/questions/13708180/python-dev-installation-error-importerror-no-module-named-apt-pkg/36232975#36232975
New contributor
Olimjon Ibragimov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
for me the following steps worked:
cd /usr/lib/python3/dist-packages
sudo ln -s apt_pkg.cpython-{35m,34m}-x86_64-linux-gnu.so
the original solution is here: https://stackoverflow.com/questions/13708180/python-dev-installation-error-importerror-no-module-named-apt-pkg/36232975#36232975
New contributor
Olimjon Ibragimov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
for me the following steps worked:
cd /usr/lib/python3/dist-packages
sudo ln -s apt_pkg.cpython-{35m,34m}-x86_64-linux-gnu.so
the original solution is here: https://stackoverflow.com/questions/13708180/python-dev-installation-error-importerror-no-module-named-apt-pkg/36232975#36232975
New contributor
Olimjon Ibragimov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Olimjon Ibragimov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 10 hours ago
Olimjon IbragimovOlimjon Ibragimov
1
1
New contributor
Olimjon Ibragimov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Olimjon Ibragimov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Olimjon Ibragimov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f480908%2fproblem-with-update-manager-no-module-named-apt-pkg-in-ubuntu-13-10-having-i%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