Open MadSaint777 opened 2 weeks ago
Platform? Python version?
Windows 10. Python 3.11.5
Please, read README first, you need to use python 3.10
im install 3.10 this command. py -3.10-64 -m venv venv
Skipping .env copying
Starting the bot...
Traceback (most recent call last):
File "C:\Users\Admin\GoblinMineBot\main.py", line 5, in
(venv) Admin@DESKTOP-BVRF2JK C:\Users\Admin\GoblinMineBot $ python -V Python 3.10.6
Traceback (most recent call last): File "C:\Users\Admin\GoblinMineBot\main.py", line 5, in
from bot.utils import logger
File "C:\Users\Admin\GoblinMineBot\bot\utils__init__.py", line 2, in
from . import launcher
File "C:\Users\Admin\GoblinMineBot\bot\utils\launcher.py", line 9, in
from bot.core.tapper import run_tapper
File "C:\Users\Admin\GoblinMineBot\bot\core\tapper.py", line 16, in
from ..utils.tg_manager.TGSession import TGSession
ModuleNotFoundError: No module named 'bot.utils.tg_manager.TGSession'