MarshalX / tgcalls

Voice chats, private incoming and outgoing calls in Telegram for Developers
https://t.me/tgcallslib
GNU Lesser General Public License v3.0
514 stars 91 forks source link

[Question] How to build tgcalls in termux android? #157

Closed notudope closed 2 years ago

notudope commented 2 years ago

I try to develop my small project using this tgcalls library. But I found some problem when installing pytgcalls in Termux:

Collecting pytgcalls==2.0.0
  Using cached pytgcalls-2.0.0-py3-none-any.whl (45 kB)
ERROR: Could not find a version that satisfies the requirement tgcalls==2.0.0 (from pytgcalls) (from versions: none)
ERROR: No matching distribution found for tgcalls==2.0.0

I know to build this library required docker but termux not supported yet.

My question is how to build pytgcalls including tgcalls in Termux Android? If you have some small stuff like a shell script you can share it, here!

MarshalX commented 2 years ago

try this first https://github.com/MarshalX/tgcalls/discussions/44#discussioncomment-797659

notudope commented 2 years ago

try this first #44 (comment)

ok thanks, working for me! I hope the next release also supported in Termux without proot 🤙

notudope commented 2 years ago

SOLVED!