报错如下:
Cannot uninstall ‘certifi‘. It is a distutils installed project and thus we cannot accurately determine which files belong to it
解决方法如下:
pip install certifi --ignore-installed
报错如下:
Cannot uninstall ‘certifi‘. It is a distutils installed project and thus we cannot accurately determine which files belong to it
解决方法如下:
pip install certifi --ignore-installed