Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. Collecting selenium
  2. Using cached selenium-2.53.6-py2.py3-none-any.whl
  3. Installing collected packages: selenium
  4. Found existing installation: selenium 2.51.1
  5. Uninstalling selenium-2.51.1:
  6. Exception:
  7. Traceback (most recent call last):
  8. File "/Library/Python/2.7/site-packages/pip-8.1.1-py2.7.egg/pip/basecommand.py", line 209, in main
  9. status = self.run(options, args)
  10. File "/Library/Python/2.7/site-packages/pip-8.1.1-py2.7.egg/pip/commands/install.py", line 317, in run
  11. prefix=options.prefix_path,
  12. File "/Library/Python/2.7/site-packages/pip-8.1.1-py2.7.egg/pip/req/req_set.py", line 726, in install
  13. requirement.uninstall(auto_confirm=True)
  14. File "/Library/Python/2.7/site-packages/pip-8.1.1-py2.7.egg/pip/req/req_install.py", line 746, in uninstall
  15. paths_to_remove.remove(auto_confirm)
  16. File "/Library/Python/2.7/site-packages/pip-8.1.1-py2.7.egg/pip/req/req_uninstall.py", line 115, in remove
  17. renames(path, new_path)
  18. File "/Library/Python/2.7/site-packages/pip-8.1.1-py2.7.egg/pip/utils/__init__.py", line 267, in renames
  19. shutil.move(old, new)
  20. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 300, in move
  21. rmtree(src)
  22. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 247, in rmtree
  23. rmtree(fullname, ignore_errors, onerror)
  24. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 252, in rmtree
  25. onerror(os.remove, fullname, sys.exc_info())
  26. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 250, in rmtree
  27. os.remove(fullname)
  28. OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/selenium-2.51.1-py2.7.egg/EGG-INFO/dependency_links.txt'
  29. You are using pip version 8.1.1, however version 8.1.2 is available.
  30. You should consider upgrading via the 'pip install --upgrade pip' command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement