UzJu / Cloud-Bucket-Leak-Detection-Tools

六大云存储,泄露利用检测工具
MIT License
1.03k stars 134 forks source link

requirements.txt中引用qcloud-cos库版本问题 #9

Open 419066074 opened 1 year ago

419066074 commented 1 year ago

kali安装requirements.txt中引用的qcloud-cos库提示版本只支持python2,换用qcloud-cos-python3库安装就正常了。

est6633 commented 1 year ago

师傅,代码里面的python库要怎么改,改成qcloud-cos-python3无法运行 ModuleNotFoundError: No module named 'qcloud_cos_python3'

est6633 commented 1 year ago

from qcloud-cos-python3 import CosConfig ^ SyntaxError: invalid syntax

curtisrecords commented 1 year ago

@188150486 requirements.txt 里面改一下版本 然后再安装

est6633 commented 1 year ago

@188150486 requirements.txt 里面改一下版本 然后再安装

师傅 怎么要怎么改 ImportError: cannot import name 'CosS3Client' from 'qcloud_cos'