ERROR: Cannot uninstall ‘certifi’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead
解决办法:
pip install certifi --ignore-installed
安装成功界面
一般输入第一条语句都可以解决,如果还是不行就检查一下已安装包的版本是否不匹配
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)