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环境下安装Python依赖时报错,错误显示 AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
正常应该安装成功
Note: User could run cd scripts && python collect_info.py all under project directory to get system information and paste them here directly.
cd scripts && python collect_info.py all
Windows
Linux
MacOS
The text was updated successfully, but these errors were encountered:
推荐使用python 3.8、3.9;可以直接运行python main.py 按照提示缺失的module pip手动安装,依赖库不多,很快可以安装完
Sorry, something went wrong.
No branches or pull requests
🐛 Bug Description
Windows环境下安装Python依赖时报错,错误显示 AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
To Reproduce
Expected Behavior
正常应该安装成功
Screenshot
Environment
Note: User could run
cd scripts && python collect_info.py all
under project directory to get system informationand paste them here directly.
Windows
,Linux
,MacOS
): Windows 11The text was updated successfully, but these errors were encountered: