Cannot uninstall 'numpy'. It is a distutils installed project and thus we cannot accurately determin
在执行命令:
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
解决办法:
pip2 install --upgrade numpy --user python
还没有评论,来说两句吧...