-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
不支持python3.12 #311
Comments
same error |
The latest code on the master already supports Python 3.12; |
ayaka14732
added a commit
to nk2028/tshet-uinh-autoderiver
that referenced
this issue
Dec 19, 2024
ayaka14732
added a commit
to nk2028/tshet-uinh-autoderiver
that referenced
this issue
Dec 19, 2024
yuangezhizao
added a commit
to yuangezhizao/www
that referenced
this issue
Jan 10, 2025
…t name 'SafeConfigParser' from 'configparser' (/usr/lib/python3.12/configparser.py). Did you mean: 'RawConfigParser'?" Refer: tencentyun/coscmd#311
通过修改如下命令可以安装
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from six.moves.configparser import SafeConfigParser
ImportError: cannot import name 'SafeConfigParser' from 'configparser'
The text was updated successfully, but these errors were encountered: