Skip to content
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

Windows环境下安装Python依赖时报错 #73

Open
ghost opened this issue Nov 16, 2023 · 1 comment
Open

Windows环境下安装Python依赖时报错 #73

ghost opened this issue Nov 16, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Nov 16, 2023

🐛 Bug Description

Windows环境下安装Python依赖时报错,错误显示 AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

To Reproduce

  1. in windows terminal (powershell)
  2. git clone https://github.com/UFund-Me/Qbot.git
  3. cd .\Qbot\
  4. pip install -r .\requirements.txt

Expected Behavior

正常应该安装成功

Screenshot

image

Environment

Note: User could run cd scripts && python collect_info.py all under project directory to get system information
and paste them here directly.

  • Qbot version: 装不上包无法获取QBot Version,请和Commit ID对应
  • Python version: Python 3.12.0
  • OS (Windows, Linux, MacOS): Windows 11
  • Commit number (optional, please provide it if you are using the dev version): 6906a82
@ghost ghost added the bug Something isn't working label Nov 16, 2023
@Charmve
Copy link
Member

Charmve commented May 14, 2024

推荐使用python 3.8、3.9;可以直接运行python main.py 按照提示缺失的module pip手动安装,依赖库不多,很快可以安装完

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant