Shift-Cyber / bits

Humanoid Discord bot with too much power and a bit of an attitude...
GNU General Public License v3.0
2 stars 0 forks source link

Setup Script Requirements Conflict #10

Closed Valkerse closed 1 year ago

Valkerse commented 2 years ago

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

  1. I had to remove logging from the list. Pip3 indicated there is an installation issue with the package itself, not with pip3.
  2. Installing discord.py installs aiohttp version 3.7.4, but this throws errors when starting the bot
  3. 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