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

Could not find a version that satisfies the requirement tgcalls (from versions: none) #205

Closed georgerabus closed 2 months ago

georgerabus commented 2 months ago

tried to install pytgcalls but its dependent on tgcalls

The conflict is caused by:
    pytgcalls[telethon] 2.1.0 depends on tgcalls==2.0.0
    pytgcalls[telethon] 2.0.0 depends on tgcalls==2.0.0
    pytgcalls[telethon] 1.0.0 depends on tgcalls==1.0.0
    pytgcalls[telethon] 0.0.24 depends on tgcalls==0.0.16
    pytgcalls[telethon] 0.0.23 depends on tgcalls==0.0.16
    pytgcalls[telethon] 0.0.22 depends on tgcalls==0.0.15
    pytgcalls[telethon] 0.0.21 depends on tgcalls==0.0.14
    pytgcalls[telethon] 0.0.19 depends on tgcalls==0.0.12
    pytgcalls[telethon] 0.0.18 depends on tgcalls==0.0.12
    pytgcalls[telethon] 0.0.17 depends on tgcalls==0.0.11
    pytgcalls[telethon] 0.0.16 depends on tgcalls==0.0.10
    pytgcalls[telethon] 0.0.15 depends on tgcalls==0.0.10
    pytgcalls[telethon] 0.0.14 depends on tgcalls==0.0.10
    pytgcalls[telethon] 0.0.13 depends on tgcalls==0.0.9
    pytgcalls[telethon] 0.0.12 depends on tgcalls==0.0.8
    pytgcalls[telethon] 0.0.11 depends on tgcalls==0.0.7
    pytgcalls[telethon] 0.0.10 depends on tgcalls==0.0.6
    pytgcalls[telethon] 0.0.9 depends on tgcalls==0.0.5
    pytgcalls[telethon] 0.0.8 depends on tgcalls==0.0.4
    pytgcalls[telethon] 0.0.7 depends on tgcalls==0.0.4
    pytgcalls[telethon] 0.0.6 depends on tgcalls==0.0.4
    pytgcalls[telethon] 0.0.5 depends on tgcalls==0.0.3
    pytgcalls[telethon] 0.0.4 depends on tgcalls==0.0.3
    pytgcalls[telethon] 0.0.3 depends on tgcalls==0.0.3
    pytgcalls[telethon] 0.0.2 depends on tgcalls==0.0.2

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

and apparently there are no versions altogether

$ pip install tgcalls
ERROR: Could not find a version that satisfies the requirement tgcalls (from versions: none)
ERROR: No matching distribution found for tgcalls
MarshalX commented 2 months ago

Duplicates https://github.com/MarshalX/tgcalls/discussions/44