python - OSError: [Errno 13] Permission denied -
i new using command line , apologize in advance confusion. trying install stamp errno 13 permission denied response.
found existing installation: scipy 0.13.0b1 deprecation: uninstalling distutils installed project (scipy) has been deprecated , removed in future version. due fact uninstalling distutils project partially uninstall project.
uninstalling scipy-0.13.0b1: exception: traceback (most recent call last): file "/library/python/2.7/site-packages/pip-6.1.1-py2.7.egg/pip/basecommand.py", line 246, in main status = self.run(options, args) file "/library/python/2.7/site-packages/pip-6.1.1-py2.7.egg/pip/commands/install.py", line 352, in run root=options.root_path, file "/library/python/2.7/site-packages/pip-6.1.1-py2.7.egg/pip/req/req_set.py", line 687, in install requirement.uninstall(auto_confirm=true) file "/library/python/2.7/site-packages/pip-6.1.1-py2.7.egg/pip/req/req_install.py", line 730, in uninstall paths_to_remove.remove(auto_confirm) file "/library/python/2.7/site-packages/pip-6.1.1-py2.7.egg/pip/req/req_uninstall.py", line 126, in remove renames(path, new_path) file "/library/python/2.7/site-packages/pip-6.1.1-py2.7.egg/pip/utils/__init__.py", line 292, in renames shutil.move(old, new) file "/system/library/frameworks/python.framework/versions/2.7/lib/python2.7/shutil.py", line 302, in move os.unlink(src) oserror: [errno 13] permission denied: '/system/library/frameworks/python.framework/versions/2.7/extras/lib/python/scipy-0.13.0b1-py2.7.egg-info'
i know issue has been covered in depth cannot figure out how apply answers specific problem. ideas? thank in advance tvan
sudo pip install stamp
whenever see phrase this:"permission denied", should command.
Comments
Post a Comment