Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. Exception:
  2. Traceback (most recent call last):
  3. File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 209, in main
  4. status = self.run(options, args)
  5. File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 317, in run
  6. prefix=options.prefix_path,
  7. File "/Library/Python/2.7/site-packages/pip/req/req_set.py", line 732, in install
  8. **kwargs
  9. File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 835, in install
  10. self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
  11. File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 1030, in move_wheel_files
  12. isolated=self.isolated,
  13. File "/Library/Python/2.7/site-packages/pip/wheel.py", line 376, in move_wheel_files
  14. clobber(source, dest, False, fixer=fixer, filter=filter)
  15. File "/Library/Python/2.7/site-packages/pip/wheel.py", line 315, in clobber
  16. ensure_dir(destdir)
  17. File "/Library/Python/2.7/site-packages/pip/utils/__init__.py", line 83, in ensure_dir
  18. os.makedirs(path)
  19. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 150, in makedirs
  20. makedirs(head, mode)
  21. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 157, in makedirs
  22. mkdir(name, mode)
  23. OSError: [Errno 1] Operation not permitted: '/System/Library/Frameworks/Python.framework/Versions/2.7/etc'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement