Skip to content

can't run example #191

Answered by Geliusan
Geliusan asked this question in Q&A
Discussion options

You must be logged in to vote

Turns out it didn't build correctly, the problem was with the command: "pip3 install -U pytgcalls[pyrogram]" , it installs pytgcalls version 2.1.0 while tgcalls installs version 3.0.0.dev5
As a result, I used the command: "pip3 install pytgcalls[pyrogram]==3.0.0.dev5", an error occurred during installation. So I tried to install the latest version of pytgcalls: "pip3 install pytgcalls[pyrogram]==3.0.0.dev22". As a result, everything was installed without errors.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Geliusan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants