-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[WinError 193] %1 is not a valid Win32 application when installing discord.py[voice] #1444
Comments
The current version on PyPI does not support Python 3.7. See #1249 and #1401. Line 45 in 8d3b2d0
Alternatively, installing the rewrite branch without voice and then installing PyNaCl 1.2.1 should work as well. |
Thanks! For clarification, just to be sure, the dependencies are |
Yes, for discord.py[voice], that's correct. |
Awesome, thanks again! |
I'm still getting this error on the rewrite branch with PyNaCl 1.2.1 and Python 3.7.0 when I try to load the Opus dll. |
This error occurs when installing from PyPI without a wheel. |
It was the error I was getting when I did |
Below is the code I get when I try to run the
python3 -m pip install -U discord.py[voice]
voice command :/ . I am running this on windows 10, with python 3.7.The text was updated successfully, but these errors were encountered: