I am trying to install discord.py 1.0 in pythonista on my iPad with StaSh and so far, nothing that I have found on the internet has worked. Please don’t tell me that this question is a clone of this one How to install discord.py rewrite? because I have already tried that answer and it didn’t work. (pip install -U git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py[voice]
gives me an error that says usage: pip.py [-h] [--verbose] sub-command ...
pip.py: error: unrecognized arguments: -U
) Is there any way that I could manually install it without pip or something because it has been being a real pain lately.
P.S. I would also really like to install the version with voice support. I haven’t been able to do that with any version of discord.py at all on my iPad.