bitbot-irc / bitbot

https://bitbot.dev | Python3 event-driven modular IRCv3 bot 🤖

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems to start

revrsedev opened this issue · comments

Hi ive got this error before start. Im using python3.8 with env, Python3.11 give error with sudo-jurko==6.0.

./bitbotd -a
Traceback (most recent call last):
File "/home/debian/IRC/bots/bitbot/./bitbotd", line 4, in
import src.utils.consts
File "/home/debian/IRC/bots/bitbot/src/utils/init.py", line 3, in
from . import cli, consts, datetime, decorators, io, irc, http, parse, security
File "/home/debian/IRC/bots/bitbot/src/utils/datetime/init.py", line 2, in
from . import format, parse
File "/home/debian/IRC/bots/bitbot/src/utils/datetime/format.py", line 3, in
import dateutil.relativedelta
ModuleNotFoundError: No module named 'dateutil'

thanks for helping me.