I used discord.py
and r6sapi
.
But two packages used aiohttp
.
discord.py
needs aiohttp<3.8.0, >=3.6.0
r6sapi
needs aiohttp<3.0.0, >=2.3.3
how to use two packages same time?
I used discord.py
and r6sapi
.
But two packages used aiohttp
.
discord.py
needs aiohttp<3.8.0, >=3.6.0
r6sapi
needs aiohttp<3.0.0, >=2.3.3
how to use two packages same time?
if you want to run multiple versions of python on your machine and switch between them, I think the information in the link below might help https://realpython.com/intro-to-pyenv/