errbot icon indicating copy to clipboard operation
errbot copied to clipboard

No dependency version for python-telegram-bot is specified in the Documentation

Open kindejak opened this issue 1 year ago • 1 comments

Description: The current documentation for installing the python-telegram-bot dependency lacks specification for the required version. This leads to unintended behavior where version 20.8 is installed by default when installing via pip, causing compatibility issues with errbot, specifically resulting in the error "AttributeError: 'coroutine' object has no attribute 'id'".

Suggested Solution: Update the documentation to specify that the python-telegram-bot dependency, either: pip install python-telegram-bot==13.15 or pip install errbot[telegram]

kindejak avatar Feb 08 '24 18:02 kindejak

This sounds reasonable, would you mind opening a pull request with the suggested changes? https://github.com/errbotio/errbot/blob/master/docs/user_guide/configuration/telegram.rst

nzlosh avatar Feb 08 '24 18:02 nzlosh

@kindejak thanks for noting it. I created a PR for it. Thank you.

sijis avatar Jul 05 '24 06:07 sijis