Numpy: لماذا لا يمكنني إلغاء تثبيت numpy (python)؟ كيف تفعل؟

تم إنشاؤها على ١٣ نوفمبر ٢٠١٦  ·  6تعليقات  ·  مصدر: 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.`

""

التعليق الأكثر فائدة

أحتاج "كيف" ،

تعطي "لماذا" ،

يرجى تقديم مساعدتك للآخرين.

ال 6 كومينتر

لقد أوضحت رسالة الخطأ نفسها: Operation not permitted . هذا هو ليس لديك الإذن لإنهاء هذا العمل.

هل يمكن أن تخبرني ، كيفية إلغاء التثبيت؟

لقد أرشدتك رسالة الخطأ بالفعل إلى الطريق:

الدليل '/ Users / tonylibai / Library / Caches / pip / http' أو الدليل الأصلي ليس مملوكًا للمستخدم الحالي وتم تعطيل ذاكرة التخزين المؤقت. يرجى التحقق من أذونات ومالك هذا الدليل. إذا كنت تنفذ النقطة باستخدام sudo ، فقد تحتاج إلى علامة sudo's -H.

لماذا لا تقرأ رسالة الخطأ بعناية؟

أحتاج "كيف" ،

تعطي "لماذا" ،

يرجى تقديم مساعدتك للآخرين.

يرجى ملاحظة أن أداة تعقب المشكلات مخصصة بشكل أساسي لتقارير الأخطاء ، وليس لأسئلة دعم المستخدم العامة.
تعد stackoverflow.com أو superuser.com أو القوائم البريدية أكثر ملاءمة لهذه الأسئلة.

لول أطرف القضايا التي رأيتها على الإطلاق

هل كانت هذه الصفحة مفيدة؟
0 / 5 - 0 التقييمات