I recently updated from 15.10 to 16.04 and now my python3 seems to be messed up.
Before the upgrade I had python3.4 and python3.5.1(manually) installed. The upgrade removed python3.4 and replaced it with python3.2 and python3.1.
The new python3.5.1 removed my python3.5.1 installtion.
But now I am facing a lot of issues:
- check this question
comand-not-founddoes not work anymore and crashes with this traceback (1)if I try to run
commmand-not-foundwithpython3.2(2)
I stripped a few more stuff, as it is always the same.
I do not want to use the old python3 versions, so how can I fix this?
And why is there python3.1?
(1)
me@my-machine:~$ whareis systemd
Traceback (most recent call last):
File "/usr/lib/command-not-found", line 27, in <module>
from CommandNotFound.util import crash_guard
ImportError: No module named 'CommandNotFound'
(2)
Traceback (most recent call last):
File "/usr/lib/python3.2/dbm/gnu.py", line 6, in <module>
from _gdbm import *
ImportError: No module named _gdbm