akynazh/tg-search-bot

没有看到有 “config.yaml” 这个文件。

ericvlog opened this issue · 6 comments

还有这个错误是什么

ERROR: Could not find a version that satisfies the requirement Jvav==1.4.1
ERROR: No matching distribution found for Jvav==1.4.1

谢谢

  1. config.yaml 自己编辑
  2. 依赖未更新,已解决,重新按步骤安装下

谢谢帮助,晚上试试。

config.yaml 具体自己看 readme

[2024-03-10 13:09:22,189] INFO: 连接到机器人: @ericxxbot (ID: 7152nnnnn31)
[2024-03-10 13:09:20,782] INFO: 成功读取并加载配置文件

但在电报输入没反应。

image

刚刚用 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