tencentyun / qcloud-cos-sts-sdk

QCloud COS STS SDK for Backend Server
MIT License
200 stars 188 forks source link

pip3 uninstall qcloud-python-sts 出现问题 #73

Open sher-niubility opened 2 years ago

sher-niubility commented 2 years ago

原因: setup.py 文件

with open("README.md", "r") as fh: long_description = fh.read()

README.md 我猜是utf-8编码 windows 上的虚拟环境安装的话会报错,默认是gbk