I'm coding a discord bot and when installing some packages my cmd said I got this error
"discord-py 1.0.0a1634+g7f4c57d has requirement aiohttp<3.5.0,>=3.3.0, but you'll have aiohttp 3.5.4 which is incompatible."
I tried installing aiohttp 3.5.0 but when installing the package it said
"discord-py 1.0.0a1634+g7f4c57d has requirement aiohttp<3.5.0,>=3.3.0, but you'll have aiohttp 3.5.5 which is incompatible."
and then my cmd uninstalled aiohttp 3.5.0
and
reinstalled aiohttp 3.5.4
How do I fix this?