Advertisement
geotheory

pip setuptools install fail

Mar 9th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. 20:51 $ pip install -U setuptools
  2. Collecting setuptools
  3. Using cached setuptools-20.2.2-py2.py3-none-any.whl
  4. Installing collected packages: setuptools
  5. Found existing installation: setuptools 1.1.6
  6. Uninstalling setuptools-1.1.6:
  7. Exception:
  8. Traceback (most recent call last):
  9. File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 209, in main
  10. status = self.run(options, args)
  11. File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 317, in run
  12. prefix=options.prefix_path,
  13. File "/Library/Python/2.7/site-packages/pip/req/req_set.py", line 726, in install
  14. requirement.uninstall(auto_confirm=True)
  15. File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 746, in uninstall
  16. paths_to_remove.remove(auto_confirm)
  17. File "/Library/Python/2.7/site-packages/pip/req/req_uninstall.py", line 115, in remove
  18. renames(path, new_path)
  19. File "/Library/Python/2.7/site-packages/pip/utils/__init__.py", line 267, in renames
  20. shutil.move(old, new)
  21. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 299, in move
  22. copytree(src, real_dst, symlinks=True)
  23. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 208, in copytree
  24. raise Error, errors
  25. Error: [('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.py', '/var/folders/57/w1dxjlfx4b9bsbpjg_98pvb80000gn/T/pip-xH6F_V-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.py', "[Errno 1] Operation not permitted: '/var/folders/57/w1dxjlfx4b9bsbpjg_98pvb80000gn/T/pip-xH6F_V-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.pyc', '/var/folders/57/w1dxjlfx4b9bsbpjg_98pvb80000gn/T/pip-xH6F_V-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.pyc', "[Errno 1] Operation not permitted: '/var/folders/57/w1dxjlfx4b9bsbpjg_98pvb80000gn/T/pip-xH6F_V-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.py', '/var/folders/57/w1dxjlfx4b9bsbpjg_98pvb80000gn/T/pip-xH6F_V-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.py', "[Errno 1] Operation not permitted: '/var/folders/57/w1dxjlfx4b9bsbpjg_98pvb80000gn/T/pip-xH6F_V-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.pyc', '/var/folders/57/w1dxjlfx4b9bsbpjg_98pvb80000gn/T/pip-xH6F_V-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.pyc', "[Errno 1] Operation not permitted: '/var/folders/57/w1dxjlfx4b9bsbpjg_98pvb80000gn/T/pip-xH6F_V-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib', '/var/folders/57/w1dxjlfx4b9bsbpjg_98pvb80000gn/T/pip-xH6F_V-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib', "[Errno 1] Operation not permitted: '/var/folders/57/w1dxjlfx4b9bsbpjg_98pvb80000gn/T/pip-xH6F_V-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib'")]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement