How to install discord.py rewrite?

Try using

pip install -U git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py[voice]

That should go to the rewrite branch of the discord.py repository and get the egg file to install.


Try:

pip install -U git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py[voice]

Or:

python -m pip install discord.py

If you are using PyCharm I think you should use the 2nd one


If you still have a problem you can use :

python3 -m pip install -U https://github.com/Rapptz/discord.py/archive/rewrite.zip#egg=discord.py[voice]

Open Command Prompt and type in;

pip install discord.py

or;

pip install discord.py==1.0.1

and then if you want voice do;

pip install discord.py[voice]