doc: 添加报错提示

This commit is contained in:
Rock Chin
2022-12-10 17:54:35 +08:00
parent 16575f53c3
commit 1695604226

View File

@@ -78,12 +78,14 @@ python3 main.py init_db
6. 运行主程序
- 如提示安装`uvicorn``hypercorn`请不要安装这两个不是必需的目前存在未知原因bug
- 如提示安装`uvicorn``hypercorn`*不要*安装这两个不是必需的目前存在未知原因bug
```bash
python3 main.py
```
- 如报错`TypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary`, 请参考 [此处](https://github.com/RockChinQ/QChatGPT/issues/5)
无报错信息即为运行成功
## 使用