Cloud-Bucket-Leak-Detection-Tools
Cloud-Bucket-Leak-Detection-Tools copied to clipboard
requirements.txt中引用qcloud-cos库版本问题
kali安装requirements.txt中引用的qcloud-cos库提示版本只支持python2,换用qcloud-cos-python3库安装就正常了。
师傅,代码里面的python库要怎么改,改成qcloud-cos-python3无法运行 ModuleNotFoundError: No module named 'qcloud_cos_python3'
from qcloud-cos-python3 import CosConfig ^ SyntaxError: invalid syntax
@188150486 requirements.txt 里面改一下版本 然后再安装
@188150486 requirements.txt 里面改一下版本 然后再安装
师傅 怎么要怎么改 ImportError: cannot import name 'CosS3Client' from 'qcloud_cos'