FaxWeb7 / main-telegram-autoclickers

soft that mines all popular mini apps, connected bots: blum bot, yescoin, dotcoin, pocketfi bot, okx racer bot, major bot, nomis bot, catsgang bot, memefi bot, cexio bot, tonstation bot, clayton bot, leapapp bot, mmprobump bot, vanadatahero bot, vanadata bot, moonbix bot, tomarket bot, coinsweeper bot, duckchain, notpixel, friends factory, agent301
188 stars 44 forks source link

ModuleNotFoundError: No module named 'pyrogram' #2

Closed lorvent closed 2 months ago

lorvent commented 2 months ago

Hello, I am having difficulty installing this, first i need to install python3.11 , python3 doesnt work

after installing python3.11 i get above error.

is it possible to make a docker-compose file?

that way everything can be configured from docker itself.

thanks.

FaxWeb7 commented 2 months ago

Hello, yes, readme.md says that you need python 3.11. I think you got this error because the requirements were installed in your version of python, but not for version 3.11. You can solve this by running the following command: python3.11 -m pip install -r requirements.txt

FaxWeb7 commented 2 months ago

Maybe I will make docker-compose file, but not now

ButCheR-PRO commented 1 week ago
2024-09-29 12:49:30 |  [BLUM] |  Traceback (most recent call last):
2024-09-29 12:49:31 |  [BLUM] |    File "f:\main-telegram-autoclickers\bots\blum\main.py", line 1, in <module\>
2024-09-29 12:49:31 |  [BLUM] |      from utils.core import create_sessions
2024-09-29 12:49:31 |  [BLUM] |    File "f:\main-telegram-autoclickers\bots\blum\utils\__init__.py", line 1, in <module\>
2024-09-29 12:49:31 |  [BLUM] |      from .blum import Blum
2024-09-29 12:49:31 |  [BLUM] |    File "f:\main-telegram-autoclickers\bots\blum\utils\blum.py", line 1, in <module\>
2024-09-29 12:49:31 |  [BLUM] |      from pyrogram.raw.functions.messages import RequestWebView
2024-09-29 12:49:31 |  [BLUM] |  ModuleNotFoundError: No module named 'pyrogram'

На Windows установил python 3.11, прописал в переменную среду PATH, пробовал устанавливать через python3.11 -m pip install -r requirements.txt но выдаёт ошибку "python3.11" не является внутренней или внешней командой, исполняемой программой или пакетным файлом. А через python.exe -m pip install -r requirements.txt ставится но при запуске бота та же ошибка. Пробовал удалить папку venv и заново установить, и прописать pip install pyrogram, пишет что уже установлена, но ошибка та же.