Pip Install Error

I’m trying to install discord.py on Glitch through the command ‘pip install discord.py --user’ and I seem to be getting this error.
ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-WIBQ6c/aiohttp/

I have looked up the error and I tried to update setuptools by running ‘pip install --upgrade setuptools’. Still, it would not install. Does Glitch not support Python fully or am I doing something wrong?

If anyone has a solution, that would be great.

You can remix this project

This use pip3 install -U discord.py --user command

2 Likes

Thank you so much! It’s now up and running. :grinning:

1 Like