Advertisement
Guest User

Untitled

a guest
Mar 24th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Exception:
  2. Traceback (most recent call last):
  3. File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 232, in main
  4. status = self.run(options, args)
  5. File "/usr/lib/python2.7/site-packages/pip/commands/install.py", line 347, in run
  6. root=options.root_path,
  7. File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 549, in install
  8. **kwargs
  9. File "/usr/lib/python2.7/site-packages/pip/req/req_install.py", line 754, in install
  10. self.move_wheel_files(self.source_dir, root=root)
  11. File "/usr/lib/python2.7/site-packages/pip/req/req_install.py", line 963, in move_wheel_files
  12. isolated=self.isolated,
  13. File "/usr/lib/python2.7/site-packages/pip/wheel.py", line 234, in move_wheel_files
  14. clobber(source, lib_dir, True)
  15. File "/usr/lib/python2.7/site-packages/pip/wheel.py", line 212, in clobber
  16. shutil.copyfile(srcfile, destfile)
  17. File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile
  18. with open(dst, 'wb') as fdst:
  19. IOError: [Errno 13] Permission denied: '/usr/lib/python2.7/site-packages/jsonpointer.py'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement