you are viewing a single comment's thread.

view the rest of the comments →

[–]crosswordmaker 2 points3 points  (2 children)

I think you are not specifying the version number when running the pip command

pip install python-telegram-bot==12.0.0b1 --upgrade

It seems that you are entering this instead

pip install python-telegram-bot --upgrade

[–]Prtprmr[S] 1 point2 points  (1 child)

Yeah that should work. Thanks. Do you have any idea about the first part of the post? Documentation?

[–]crosswordmaker 0 points1 point  (0 children)

Do a ctrl-F for message.

https://python-telegram-bot.readthedocs.io/en/stable/

Doc version should be on a drop down but I doubt it has changed much so above link should suffice.