It is present in the folder : /usr/local/lib/python3.6/dist-packages but not in the folder : /usr/lib/python3/dist-packages/ Should I simply copy the first folder (/usr/local/lib/python3.6/dist-packages/chardet) to the second one ( /usr/lib/python3/dist-packages/chardet)?
On Fri, 12 Apr 2019 at 18:18, William <[email protected]> wrote: > Yes chardet is, indeed, missing from my system > William > > > On Fri, 12 Apr 2019 at 18:00, Steve Langasek <[email protected]> > wrote: > >> The error in your log is: >> >> Paramétrage de update-notifier-common (3.168.10) ... >> Traceback (most recent call last): >> File "/usr/lib/update-notifier/package-data-downloader", line 24, in >> <module> >> import debian.deb822 >> File "/usr/lib/python3/dist-packages/debian/deb822.py", line 38, in >> <module> >> import chardet >> ImportError: No module named 'chardet' >> dpkg: erreur de traitement du paquet update-notifier-common (--configure) >> : >> le sous-processus script post-installation installé a retourné une >> erreur de sortie d'état 1 >> >> The chardet module is correctly declared as a dependency of this >> package. Your bug report shows that python3-chardet is installed. Is >> /usr/lib/python3/dist-packages/chardet missing from your system? >> >> ** Changed in: update-notifier (Ubuntu) >> Status: New => Incomplete >> >> -- >> You received this bug notification because you are subscribed to the bug >> report. >> https://bugs.launchpad.net/bugs/1824522 >> >> Title: >> package update-notifier-common 3.168.10 failed to install/upgrade: le >> sous-processus script post-installation installé a retourné une erreur >> de sortie d'état 1 >> >> Status in update-notifier package in Ubuntu: >> Incomplete >> >> Bug description: >> failure on update >> >> ProblemType: Package >> DistroRelease: Ubuntu 16.04 >> Package: update-notifier-common 3.168.10 >> ProcVersionSignature: Ubuntu 4.15.0-47.50~16.04.1-generic 4.15.18 >> Uname: Linux 4.15.0-47-generic x86_64 >> NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia >> ApportVersion: 2.20.1-0ubuntu2.18 >> Architecture: amd64 >> Date: Tue Apr 9 06:12:12 2019 >> ErrorMessage: le sous-processus script post-installation installé a >> retourné une erreur de sortie d'état 1 >> InstallationDate: Installed on 2018-05-31 (316 days ago) >> InstallationMedia: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 >> (20180228) >> PackageArchitecture: all >> RelatedPackageVersions: >> dpkg 1.18.4ubuntu1.5 >> apt 1.2.31 >> SourcePackage: update-notifier >> Title: package update-notifier-common 3.168.10 failed to >> install/upgrade: le sous-processus script post-installation installé a >> retourné une erreur de sortie d'état 1 >> UpgradeStatus: No upgrade log present (probably fresh install) >> >> To manage notifications about this bug go to: >> >> https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1824522/+subscriptions >> > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1824522 Title: package update-notifier-common 3.168.10 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1824522/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
