We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kali安装requirements.txt中引用的qcloud-cos库提示版本只支持python2,换用qcloud-cos-python3库安装就正常了。
The text was updated successfully, but these errors were encountered:
师傅,代码里面的python库要怎么改,改成qcloud-cos-python3无法运行 ModuleNotFoundError: No module named 'qcloud_cos_python3'
Sorry, something went wrong.
from qcloud-cos-python3 import CosConfig ^ SyntaxError: invalid syntax
@188150486 requirements.txt 里面改一下版本 然后再安装
师傅 怎么要怎么改 ImportError: cannot import name 'CosS3Client' from 'qcloud_cos'
No branches or pull requests
kali安装requirements.txt中引用的qcloud-cos库提示版本只支持python2,换用qcloud-cos-python3库安装就正常了。
The text was updated successfully, but these errors were encountered: