安装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
2023-10-12 18:42:04