python 安装numpy遇到无法卸载的解决办法

Posted GavinHacker

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 安装numpy遇到无法卸载的解决办法相关的知识,希望对你有一定的参考价值。

python 安装模块numpy遇到无法卸载的情况的解决办法

python在安装seaborn的时候,需要更新numpy模块,但是更新失败,输出下面的错误:


  Cannot uninstall ‘numpy‘. It is a distutils installed project and thus we ca

查了一下,有的网友说可以关闭Mac的SIP,但是由于操作系统版本较低,没能奏效。

最终使用的解决办法比较简单。

执行

  site.getsitepackages()

输出

  [‘/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python‘, ‘/Library/Python/2.7/site-packages‘]

把涉及到的numpy文件夹都删掉,再次执行

  pip install numpy

安装成功

  Installing collected packages: numpy
  Successfully installed numpy-1.15.1


原文:http://www.vmfor.com/p/101820499405.html

以上是关于python 安装numpy遇到无法卸载的解决办法的主要内容,如果未能解决你的问题,请参考以下文章

卸载 python 3.7.3 再安装 遇到 error 0x80070001

解决python2.7无法安装selenium的问题

Linux下安装python的gmpy2库及遇到无法定位软件包的解决办法

python怎么卸载numpy

安装嵌入式课程中使用到的arm的软件遇到的问题

安装版Tomcat9无法正常卸载的解决办法