Advertisement
Guest User

Untitled

a guest
Sep 6th, 2015
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. ➜ Wikimedia UseThisFile Python script.py0.tmp pip install selenium
  2. Collecting selenium
  3. Using cached selenium-2.47.1-py2-none-any.whl
  4. Installing collected packages: selenium
  5. Exception:
  6. Traceback (most recent call last):
  7. File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/basecommand.py", line 211, in main
  8. status = self.run(options, args)
  9. File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/commands/install.py", line 311, in run
  10. root=options.root_path,
  11. File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/req/req_set.py", line 646, in install
  12. **kwargs
  13. File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/req/req_install.py", line 803, in install
  14. self.move_wheel_files(self.source_dir, root=root)
  15. File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/req/req_install.py", line 998, in move_wheel_files
  16. isolated=self.isolated,
  17. File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/wheel.py", line 339, in move_wheel_files
  18. clobber(source, lib_dir, True)
  19. File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/wheel.py", line 310, in clobber
  20. ensure_dir(destdir)
  21. File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/utils/__init__.py", line 71, in ensure_dir
  22. os.makedirs(path)
  23. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 157, in makedirs
  24. mkdir(name, mode)
  25. OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/selenium'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement