Advertisement
Guest User

Untitled

a guest
May 24th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. sudo apt-get purge/remove python-pip
  2.  
  3. sudo apt-get autoremove
  4.  
  5. dpkg: error processing python-pkg-resources (--configure):
  6. subprocess installed post-installation script returned error exit status 127
  7. dpkg: dependency problems prevent configuration of python-setuptools:
  8. python-setuptools depends on python-pkg-resources (= 0.6.24-1ubuntu1); however:
  9. Package python-pkg-resources is not configured yet.
  10. dpkg: error processing python-setuptools (--configure):
  11. dependency problems - leaving unconfigured
  12. No apport report written because the error message indicates its a followup error from a previous failure.
  13. dpkg: dependency problems prevent configuration of python-pip:
  14. python-pip depends on python-pkg-resources; however:
  15. Package python-pkg-resources is not configured yet.
  16. python-pip depends on python-setuptools (>= 0.6c1); however:
  17. Package python-setuptools is not configured yet.
  18. dpkg: error processing python-pip (--configure):
  19. dependency problems - leaving unconfigured
  20. No apport report written because the error message indicates its a followup error from a previous failure.
  21. Errors were encountered while processing:
  22. python-pkg-resources
  23. python-setuptools
  24. python-pip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement