Qbot
Qbot copied to clipboard
catch error when install depends
🐛 Bug Description
error in gym setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.
To Reproduce
pip install -r requirements.txt
Expected Behavior
install success.
Screenshot
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: commit 96e5da3dd947d6235382757d1a0a2ab99cfb0f8a
- Python version: 3.9.9
- OS (
Windows
,Linux
,MacOS
): Windows - Commit number (optional, please provide it if you are using the dev version):
Additional Notes
Hey @{user}! Welcome to the QBOT repo on Github.
这个问题好解决
pip install setuptools==63.2.0
但是继续安装下去仍然还是会碰到错误,不知道有哪位安装成功的,说一下环境
我是rocky linux 8.8
docker指南也试过不成功
pip install --upgrade pip setuptools==57.5.0
使用这个可以顺利安装
可以删除requirement中的“gym==0.17.1”,先不装。准确的办法:修改编码方式 #6
有没有web访问的方式,不走那个界面?
@xinmans 可以看下后端的操作方式 https://github.com/UFund-Me/Qbot#后端服务端