Numpy: Warum kann ich numpy (python) nicht deinstallieren? wie macht man ?

Erstellt am 13. Nov. 2016  ·  6Kommentare  ·  Quelle: 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.`

```

Hilfreichster Kommentar

ich brauche "wie",

du gibst "warum",

Bitte geben Sie anderen Ihre Hilfe.

Alle 6 Kommentare

Die Fehlermeldung hat sich sehr deutlich gemacht: Operation not permitted . Das heißt, Sie haben NICHT die Erlaubnis, diese Arbeit zu beenden.

kannst du mir sagen, wie man deinstalliert?

Die Fehlermeldung hat Ihnen bereits den Weg gewiesen:

Das Verzeichnis „/Users/tonylibai/Library/Caches/pip/http“ oder sein übergeordnetes Verzeichnis gehört nicht dem aktuellen Benutzer und der Cache wurde deaktiviert. Bitte überprüfen Sie die Berechtigungen und den Eigentümer dieses Verzeichnisses. Wenn Sie pip mit sudo ausführen, möchten Sie möglicherweise das -H-Flag von sudo.

Warum nicht die Fehlermeldung sorgfältig lesen?

ich brauche "wie",

du gibst "warum",

Bitte geben Sie anderen Ihre Hilfe.

Bitte beachten Sie, dass der Issue-Tracker hauptsächlich für Fehlerberichte und nicht für allgemeine Fragen zum Benutzersupport gedacht ist.
Für solche Fragen sind stackoverflow.com, superuser.com oder Mailinglisten besser geeignet.

lol lustigste Probleme, die ich je gesehen hatte

War diese Seite hilfreich?
0 / 5 - 0 Bewertungen