-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with PyNaCl on Linux #98
Comments
Hi Quik, could you run python3.9 -m pip list and post the output of that here? |
Of course!
|
Is there any chance to solve my problem?!? |
What happen if you type :
|
Pip just tells me that the requirement is already satisfied. (/usr/lib/python3/dist-packages) |
I think it's some kind of bug with so many packages installed by pip, you can try to create an environment for your bot code and install only the necessary packages in it. Don't forget to activate the virtual environment, if you have any problems with it let us know. |
Hey there, when I want to connect the bot to a voice channel, there is the following error:
I installed everything from requirements.txt and the list of linux requirements (installed with apt).
Thank you for the help!
The text was updated successfully, but these errors were encountered: