Advertisement
Guest User

Pip phply install error

a guest
Jul 15th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # sudo pip install phply==0.9.1
  2. Downloading/unpacking phply==0.9.1
  3. Running setup.py egg_info for package phply
  4.  
  5. Requirement already satisfied (use --upgrade to upgrade): ply in /usr/local/lib/python2.7/dist-packages (from phply==0.9.1)
  6. Installing collected packages: phply
  7. Found existing installation: phply dev
  8. Can't uninstall 'phply'. No files were found to uninstall.
  9. Running setup.py install for phply
  10.  
  11. Skipping installation of /usr/local/lib/python2.7/dist-packages/phply/__init__.py (namespace package)
  12. Installing /usr/local/lib/python2.7/dist-packages/phply-0.9.1-nspkg.pth
  13. Successfully installed phply
  14. Cleaning up...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement