Re: Python stopped installing packages

2019-01-29 Thread Ian Clark
according to https://pypi.org/project/discord.py/ Discord.py only supports 3.4 and 3.5 On Tue, Jan 29, 2019 at 4:52 PM Hamish Allen <101929...@gmail.com> wrote: > Hi, > > Recently I’ve been trying to code a Discord bot in Python 3.6.2, then I > realised that some features of discord.py were only

Python stopped installing packages

2019-01-29 Thread Hamish Allen
Hi, Recently I’ve been trying to code a Discord bot in Python 3.6.2, then I realised that some features of discord.py were only available in Python 3.7+ (as seen here on the right near the top https://docs.python.org/3/library/asyncio.html), so I downloaded 3.7.2. After correctly changing the