Been trying to refine the setup.sh script to make it as streamlined as possible. Some strange things have happened while working on requirements.txt
I had to remove logging from the list. Pip3 indicated there is an installation issue with the package itself, not with pip3.
Installing discord.py installs aiohttp version 3.7.4, but this throws errors when starting the bot
My kali VM that runs a functional install of Bits has the discord.py version 1.7.3 and aiohttp version 3.8.0
3.1. Specifying discord.py==1.7.3 and aiohttp==3.8.0 returns a conflicting dependencies error:
discord-py 1.7.3 depends on aiohttp<3.8.0 and >=3.6.0
Been trying to refine the setup.sh script to make it as streamlined as possible. Some strange things have happened while working on requirements.txt