Numpy: ¿Por qué no puedo desinstalar numpy (python)? cómo hacer ?

Creado en 13 nov. 2016  ·  6Comentarios  ·  Fuente: numpy/numpy

numpy git:(master) sudo pip   uninstall  numpy


The directory '/Users/tonylibai/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
DEPRECATION: Uninstalling a distutils installed project (numpy) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling numpy-1.8.0rc1:
  /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy-1.8.0rc1-py2.7.egg-info
Proceed (y/n)? y
Exception:
Traceback (most recent call last):
  File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/commands/uninstall.py", line 76, in run
    requirement_set.uninstall(auto_confirm=options.yes)
  File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_set.py", line 346, in uninstall
    req.uninstall(auto_confirm=auto_confirm)
  File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_install.py", line 754, in uninstall
    paths_to_remove.remove(auto_confirm)
  File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_uninstall.py", line 115, in remove
    renames(path, new_path)
  File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/utils/__init__.py", line 267, in renames
    shutil.move(old, new)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 302, in move
    copy2(src, real_dst)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 131, in copy2
    copystat(src, dst)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 103, in copystat
    os.chflags(dst, st.st_flags)
OSError: [Errno 1] Operation not permitted: '/tmp/pip-gCa9Bv-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy-1.8.0rc1-py2.7.egg-info'
The directory '/Users/tonylibai/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.`

```

Comentario más útil

necesito "cómo",

le das "por qué",

por favor, da tu ayuda a los demás.

Todos 6 comentarios

El mensaje de error se ha hecho muy claro: Operation not permitted . Es decir, NO tienes permiso para terminar este trabajo.

¿Puedes decirme cómo desinstalar?

El mensaje de error ya te ha guiado por el camino:

El directorio '/Users/tonylibai/Library/Caches/pip/http' o su directorio principal no es propiedad del usuario actual y el caché se ha deshabilitado. Verifique los permisos y el propietario de ese directorio. Si ejecuta pip con sudo, es posible que desee el indicador -H de sudo.

¿Por qué no leer el mensaje de error cuidadosamente?

necesito "cómo",

le das "por qué",

por favor, da tu ayuda a los demás.

Tenga en cuenta que el rastreador de problemas es principalmente para informes de errores, no para preguntas generales de soporte al usuario.
stackoverflow.com, superuser.com o las listas de correo son más adecuadas para esas preguntas.

jajaja los problemas mas divertidos que he visto

¿Fue útil esta página
0 / 5 - 0 calificaciones