Numpy: mengapa saya tidak bisa menghapus numpy (python)? bagaimana melakukan ?

Dibuat pada 13 Nov 2016  ·  6Komentar  ·  Sumber: 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.`

```

Komentar yang paling membantu

saya butuh "bagaimana",

Anda memberi "mengapa",

tolong beri bantuan Anda kepada orang lain.

Semua 6 komentar

Pesan kesalahan menjadi sangat jelas: Operation not permitted . Artinya Anda TIDAK memiliki izin untuk menyelesaikan pekerjaan ini.

dapatkah Anda memberi tahu saya, bagaimana cara menghapus instalannya?

Pesan kesalahan telah memandu Anda:

Direktori '/Users/tonylibai/Library/Caches/pip/http' atau direktori induknya tidak dimiliki oleh pengguna saat ini dan cache telah dinonaktifkan. Silakan periksa izin dan pemilik direktori itu. Jika menjalankan pip dengan Sudo, Anda mungkin menginginkan flag -H Sudo.

Mengapa tidak membaca pesan kesalahan dengan hati-hati?

saya butuh "bagaimana",

Anda memberi "mengapa",

tolong beri bantuan Anda kepada orang lain.

Harap dicatat bahwa pelacak masalah terutama untuk laporan bug, bukan untuk pertanyaan dukungan pengguna umum.
stackoverflow.com, superuser.com, atau milis lebih cocok untuk pertanyaan-pertanyaan itu.

lol masalah paling lucu yang pernah saya lihat

Apakah halaman ini membantu?
0 / 5 - 0 peringkat

Masalah terkait

manuels picture manuels  ·  3Komentar

Levstyle picture Levstyle  ·  3Komentar

keithbriggs picture keithbriggs  ·  3Komentar

thouis picture thouis  ·  4Komentar

marcocaccin picture marcocaccin  ·  4Komentar