Closed ericvlog closed 8 months ago
谢谢帮助,晚上试试。
config.yaml 具体自己看 readme
[2024-03-10 13:09:22,189] INFO: 连接到机器人: @ericxxbot (ID: 7152nnnnn31) [2024-03-10 13:09:20,782] INFO: 成功读取并加载配置文件
但在电报输入没反应。
刚刚用 docker compose up -d , 不能没反应,就用 pip install -r requirements.txt && python3 bot.py 但有错误 ==requirement typing-extensions>=4.6.1, but you'll have typing-extensions 4.4.0 which is incompatible.==
之后在用 docker-compose up -d 就可以了,有反应了。
看好文档,python>=3.10
还有这个错误是什么
ERROR: Could not find a version that satisfies the requirement Jvav==1.4.1 ERROR: No matching distribution found for Jvav==1.4.1
谢谢