Musicbot: RuntimeError: PyNaCl library needed in order to use voice

Created on 16 Jan 2017  路  4Comments  路  Source: Just-Some-Bots/MusicBot

Attempting to autosummon...
Found owner in "AAN", attempting to join...
Traceback (most recent call last):
File "E:ProgramsPythonDlibsite-packagesdiscordclient.py", line 307, in _run_event
yield from getattr(self, event)(*args, kwargs)
File "E:ProgramsPythonsedMusicBot-mastermusicbotbot.py", line 710, in on_ready
owner_vc = await self._auto_summon()
File "E:ProgramsPythonsedMusicBot-mastermusicbotbot.py", line 149, in _auto_summon
await self.cmd_summon(owner.voice_channel, owner, None)
File "E:ProgramsPythonsedMusicBot-mastermusicbotbot.py", line 1325, in cmd_summon
player = await self.get_player(author.voice_channel, create=True)
File "E:ProgramsPythonsedMusicBot-mastermusicbotbot.py", line 362, in get_player
voice_client = await self.get_voice_client(channel)
File "E:ProgramsPythonsedMusicBot-mastermusicbotbot.py", line 249, in get_voice_client
voice_client = VoiceClient(
kwargs)
File "E:ProgramsPythonDlibsite-packagesdiscordvoice_client.py", line 213, in __init__
raise RuntimeError("PyNaCl library needed in order to use voice")
RuntimeError: PyNaCl library needed in order to use voice

All 4 comments

not an issue, install PyNaCl

Tried that
pip install pynacl
Requirement already satisfied: pynacl in /usr/local/lib/python3.5/dist-packages
Requirement already satisfied: six in /usr/local/lib/python3.5/dist-packages (from pynacl)
Requirement already satisfied: cffi>=1.1.0 in /usr/local/lib/python3.5/dist-packages (from pynacl)
Requirement already satisfied: pycparser in /usr/local/lib/python3.5/dist-packages (from cffi>=1.1.0->pynacl)
Still getting the error

well, it probably isn't installing in the right place, or there is a different traceback, ask in the API Discord

Did you try "pip list" and see if it's with the other modules?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MagnaMensa picture MagnaMensa  路  3Comments

ayeitzjeter picture ayeitzjeter  路  8Comments

monstermatt2 picture monstermatt2  路  4Comments

riggers-logan-1229 picture riggers-logan-1229  路  6Comments

noirscape picture noirscape  路  6Comments