2024-03-29 14:58:24 +08:00
|
|
|
|
---
|
|
|
|
|
title: 答疑
|
|
|
|
|
order: 3
|
|
|
|
|
---
|
2024-08-31 18:57:48 +08:00
|
|
|
|
# 答疑
|
2024-04-12 13:07:19 +08:00
|
|
|
|
## **常见问题**
|
2024-03-29 14:58:24 +08:00
|
|
|
|
|
|
|
|
|
- 设备上Python环境太乱了,pip和python不对应怎么办?
|
|
|
|
|
- 请使用`/path/to/python -m pip install -r requirements.txt`来安装依赖,
|
|
|
|
|
然后用`/path/to/python main.py`来启动Bot,
|
|
|
|
|
其中`/path/to/python`是你要用来运行Bot的可执行文件
|
2024-04-07 07:24:07 +08:00
|
|
|
|
|
|
|
|
|
- 更新轻雪失败,报错`InvalidGitRepositoryError`
|
|
|
|
|
- 请正确安装`Git`,并使用克隆而非直接下载的方式部署轻雪
|
|
|
|
|
|
2024-10-26 02:34:58 +08:00
|
|
|
|
- 怎么对接聊天平台?
|
|
|
|
|
- Bot部分插件提供了对接特定平台的能力,例如使用NoneBot插件可对接支持的适配器平台
|
2024-03-31 07:11:59 +08:00
|
|
|
|
- `Playwright`安装失败
|
|
|
|
|
- 输入`playwright install`安装浏览器
|
2024-04-20 12:46:49 +08:00
|
|
|
|
- 有的插件安装后报错无法启动
|
|
|
|
|
- 请先查阅插件文档,确认插件必要配置项完好后,仍然出现问题,请联系插件作者或在安全模式`safe_mode: true`下启动轻雪,在安全模式下你可以使用`npm uninstall`卸载问题插件
|
2024-10-26 02:34:58 +08:00
|
|
|
|
|
|
|
|
|
## 其他问题
|
2024-04-20 12:46:49 +08:00
|
|
|
|
-
|
|
|
|
|
加入QQ群[775840726](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=SzmDYbfR6jY94o9KFNon7AwelRyI6M_u&authKey=ygeBdEmdFNyCWuNR4w0M1M8%2B5oDg7k%2FDfN0tzBkYcnbB%2FGHNnlVEnCIGbdftsnn7&noverify=0&group_code=775840726)
|