Desamod / CatsGangBot

Bot for Cats Gang telegram bot
https://t.me/catsgang_bot
Apache License 2.0
24 stars 4 forks source link

ModuleNotFoundError: No module named 'bot.utils.tg_manager.TGSession' #7

Closed Ashwin3454 closed 2 weeks ago

Ashwin3454 commented 2 weeks ago

(myenv) D:\Bots\cats>python main.py Traceback (most recent call last): File "D:\Bots\cats\main.py", line 5, in from bot.utils import logger File "D:\Bots\cats\bot\utils__init__.py", line 2, in from . import launcher File "D:\Bots\cats\bot\utils\launcher.py", line 9, in from bot.core.tapper import run_tapper File "D:\Bots\cats\bot\core\tapper.py", line 22, in from ..utils.tg_manager.TGSession import TGSession ModuleNotFoundError: No module named 'bot.utils.tg_manager.TGSession'

(myenv) D:\Bots\cats>

Desamod commented 2 weeks ago

Use python 3.10