Closed bi-pixel closed 1 month ago
what is your python version ?
@vanhbakaa my python version is 3.10.12. I have the same problem with the latest version of code.
BRUH
My python version is Python 3.11.5
root@b32d54318206:/moonbix-bot# python3 -V
Python 3.11.5
My python version is Python 3.11.5
root@b32d54318206:/moonbix-bot# python3 -V Python 3.11.5
Let me check if it work on ubuntu server
@vanhbakaa
I have also installed Python v3.11.5 on an Ubuntu server via pyenv. Then I ran the following commands:
rm -rf venv
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
But when I execute the command python3 main.py
, I get the following error:
Traceback (most recent call last):
File “/root/projects/moonbix-bot-original/main.py”, line 4, in <module>
from bot.utils.launcher import process
File “/root/projects/moonbix-bot-original/bot/utils/__init__.py”, line 1, in <module>
from .logger import logger
File “/root/projects/moonbix-bot-original/bot/utils/logger.py”, line 2, in <module>
from loguru import logger
ModuleNotFoundError: No module named 'loguru'
Translated with DeepL.com (free version)
Also I have problem on my Mac with M2:
mac with m2 same problem
mac with m2 same problem
fixed
Also I have problem on my Mac with M2:
install newest version
The new version works without this error. Thanks.
Traceback (most recent call last): File "/moonbix-bot/bot/core/tapper.py", line 800, in run await self.play_game(session) File "/moonbix-bot/bot/core/tapper.py", line 678, in play_game from bot.core.solver.captcha_solver import solve_captcha ModuleNotFoundError: No module named 'bot.core.solver.captcha_solver'