Nach dem Upgrade auf Ubuntu 16.04 -> 18.04 hatte ich ein Problem, bei dem pyhon3.7-Bibliotheken fehlten. Ganze apt / dpkg wurde blockiert. Zum Glück wurde /usr/lib/python3.7/py_compile.py
eine Ebene tiefer gefunden /usr/local/lib/python3.7
. Lösung, die für mich funktionierte, war Backup (Umbenennen) /usr/lib/python3.7
und durch Sym-Link ersetzen.
Nastavuje se balík python3-tk:amd64 (3.6.5-3) … (null): can't open file '/usr/lib/python3.7/py_compile.py': [Errno 2] No such file or directory dpkg: chyba při zpracovávání balíku python3-tk:amd64 (--configure): installed python3-tk:amd64 package post-installation script subprocess returned error exit status 2 Nastavuje se balík python3-lib2to3 (3.6.5-3) … (null): can't open file '/usr/lib/python3.7/py_compile.py': [Errno 2] No such file or directory dpkg: chyba při zpracovávání balíku python3-lib2to3 (--configure): installed python3-lib2to3 package post-installation script subprocess returned error exit status 2 ...