Open ItsM3rry opened 3 years ago
For some reason, your're missing sqlalchemy
Try pip3 install sqlalchemy
and then rerun the bot with Python 3
Already done :(
Just right now:
Just right now:
By using pip
with Python 2 on your machine, you're installing sqlalchemy
to your Python 2 package repository. Use pip3
to install sqlalchemy
to your Python 3 package repository.
In fact, just in case, run pip3 install -r requirements.txt
to hopefully catch any other potential incompatible packages.
ok let me try it
i have to re-edit my settings.py
Bot started, but for any PM command I'm typing the bot report this:
I'm having a similar issue, running this in chronos on unraid.
@Pukabyte you need to install the Python dependencies via pip install -r requirements.txt
. If that doesn't work, import the Discord dependency explicitly via pip install discord
.
Please note, this project is deprecated.
Hello @nwithan8, I have an error while I start the bot:
All requiered modules are installed, but I still avec these errors
With python bot.py (2.7.16)
File "bot.py", line 14 async def on_ready(): ^ SyntaxError: invalid syntax
With python3 bot.py (3.7.3)
The above exception was the direct cause of the following exception: