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
操作系统信息
WINDOWS 10 PYTHON 3.11
错误描述
从云盘中下载文件,代码如下: ali.download_file(file_id=file.file_id, local_folder='.')
出错信息: 'NoneType' object has no attribute 'write'
在编译器以及显示控制台时可以正常运行,但无控制台编译后无法运行
The text was updated successfully, but these errors were encountered:
你尝试将库中 tqdm 相关代码全部注释试试
Sorry, something went wrong.
问题已解决,感谢大佬回复!
No branches or pull requests
操作系统信息
WINDOWS 10
PYTHON 3.11
错误描述
从云盘中下载文件,代码如下:
ali.download_file(file_id=file.file_id, local_folder='.')
出错信息:
'NoneType' object has no attribute 'write'
在编译器以及显示控制台时可以正常运行,但无控制台编译后无法运行
The text was updated successfully, but these errors were encountered: