Desamod / PawsBot

Bot for PAWS telegram bot
https://t.me/PAWSOG_bot/PAWS?startapp=idqtVYZG
Apache License 2.0
6 stars 0 forks source link

ERROR: no module named TGSession #4

Open Tiny-Stark opened 2 hours ago

Tiny-Stark commented 2 hours ago

Traceback (most recent call last): File "C:\Users\X\PawsBot\main.py", line 5, in from bot.utils import logger File "C:\Users\X\PawsBot\bot\utils__init__.py", line 2, in from . import launcher File "C:\Users\X\PawsBot\bot\utils\launcher.py", line 9, in from bot.core.tapper import run_tapper File "C:\Users\X\PawsBot\bot\core\tapper.py", line 19, in from ..utils.tg_manager.TGSession import TGSession ModuleNotFoundError: No module named 'bot.utils.tg_manager.TGSession'

what should i do?

Desamod commented 2 hours ago

Check your python version. Must be 3.10

Tiny-Stark commented 17 minutes ago

Python 3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 18:46:30) [MSC v.1929 32 bit (Intel)] on win32

is it running on win32? i can't know, i'm not a programmer