Cannot uninstall 'numpy'. It is a distutils installed project and thus we cannot accurately determin

怼烎@ 2022-03-17 05:58 230阅读 0赞

在执行命令:

  1. pip install https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl

报错如下:

Cannot uninstall ‘numpy’. It is a distutils installed project and thus
we cannot accurately determine which files belong to it which would
lead to only a partial uninstall

解决办法:

  1. pip2 install --upgrade numpy --user python

发表评论

表情:
评论列表 (有 0 条评论,230人围观)

还没有评论,来说两句吧...

相关阅读