Guest User

Untitled

a guest
Nov 24th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. sudo apt upgrade
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Calculating upgrade... Done
  6. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  7. 1 not fully installed or removed.
  8. After this operation, 0 B of additional disk space will be used.
  9. Do you want to continue? [Y/n] y
  10. Setting up update-notifier-common (3.168.5) ...
  11. Traceback (most recent call last):
  12. File "/usr/lib/update-notifier/package-data-downloader", line 24, in <module>
  13. import debian.deb822
  14. File "/usr/lib/python3/dist-packages/debian/deb822.py", line 47, in <module>
  15. import six
  16. ImportError: No module named 'six'
  17. dpkg: error processing package update-notifier-common (--configure):
  18. subprocess installed post-installation script returned error exit status 1
  19. Errors were encountered while processing:
  20. update-notifier-common
  21. E: Sub-process /usr/bin/dpkg returned an error code (1)
  22.  
  23. sudo -H pip install six
  24. Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages
  25.  
  26. sudo -H pip2 install six
  27. Requirement already satisfied: six in /usr/local/lib/python2.7/dist-packages
Add Comment
Please, Sign In to add comment