Closed AnthonMS closed 8 months ago
Okay, that's my bad. For other people stumbling upon this. Make 100% sure that both discord.py and this extension is installed under the user with the -U option for pip and also, discord.py HAS to be installed form github, the pip install command with voice support does not work, not for this at least.
$ git clone https://github.com/Rapptz/discord.py
$ cd discord.py
$ python3 -m pip install -U .[voice]
After that we can install the extension:
pip install -U discord-ext-voice-recv
I am having a similar issue as some of the other users, but not the exact same I think. I have installed discord.py both through github and through the command they provide
pip install -U "discord.py[voice]"
and both give me same error as result.I am unsure how to go about this error. Sorry for the inconvenience.