Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. sudo apt-get install python-pip python-dev
  2.  
  3. sudo apt-get install python-pip python-dev
  4. [sudo] password for tailongnguyen:
  5. Reading package lists... Done
  6. Building dependency tree
  7. Reading state information... Done
  8. Some packages could not be installed. This may mean that you have
  9. requested an impossible situation or if you are using the unstable
  10. distribution that some required packages have not yet been created
  11. or been moved out of Incoming.
  12. The following information may help to resolve the situation:
  13.  
  14. The following packages have unmet dependencies:
  15. python-dev : Depends: python (= 2.7.11-1) but 2.7.12-1 is to be installed
  16. python-pip : Depends: python:any (< 2.8)
  17. Depends: python:any (>= 2.7.5-5~)
  18. Recommends: python-all-dev (>= 2.6) but it is not going to be installed
  19. Recommends: python-setuptools but it is not going to be installed
  20. Recommends: python-wheel but it is not going to be installed
  21. E: Unable to correct problems, you have held broken packages.
  22.  
  23. sudo apt-get update
  24. sudo apt-get upgrade
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement