首页 > 其他分享> > 安装tensorflow时报错: Cannot uninstall ‘certifi‘. It is a distutils installed project and thus we cannot
安装tensorflow时报错: Cannot uninstall ‘certifi‘. It is a distutils installed project and thus we cannot
作者:互联网
安装tensorflow时报错: Cannot uninstall ‘certifi’. 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.
解决方案:
使用
pip install tensorflow --ignore-installed
标签:distutils,thus,Cannot,installed,cannot,tensorflow,uninstall 来源: https://blog.csdn.net/abury418/article/details/122390475