-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'bot.utils.tg_manager.TGSession' #1
Comments
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. |
Skipping .env copying (venv) Admin@DESKTOP-BVRF2JK C:\Users\Admin\GoblinMineBot |
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'
The text was updated successfully, but these errors were encountered: