akynazh / tg-search-bot

A telegram bot for searching and auto-saving.
GNU General Public License v3.0
185 stars 28 forks source link

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

Closed ericvlog closed 8 months ago

ericvlog commented 8 months ago

还有这个错误是什么

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

谢谢

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

谢谢帮助,晚上试试。

akynazh commented 8 months ago

config.yaml 具体自己看 readme

ericvlog commented 8 months ago

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

但在电报输入没反应。

image

ericvlog commented 8 months ago

刚刚用 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 就可以了,有反应了。

akynazh commented 8 months ago

看好文档,python>=3.10