Guest User

Untitled

a guest
Mar 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Reading package lists... Done
  2. Building dependency tree
  3. Reading state information... Done
  4. Some packages could not be installed. This may mean that you have
  5. requested an impossible situation or if you are using the unstable
  6. distribution that some required packages have not yet been created
  7. or been moved out of Incoming.
  8. The following information may help to resolve the situation:
  9.  
  10. The following packages have unmet dependencies:
  11. python-numpy : Depends: python:any (>= 2.7.5-5~)
  12. E: Unable to correct problems, you have held broken packages.
  13.  
  14. sudo apt-get install python-pip
  15. sudo pip install numpy scipy
  16.  
  17. sudo apt update
  18. sudo apt install --no-install-recommends python2.7-minimal python2.7
  19. sudo apt install python-numpy python-scipy
Add Comment
Please, Sign In to add comment