rdavydov / Twitch-Channel-Points-Miner-v2

A simple script that will watch a stream for you and earn the channel points.
GNU General Public License v3.0
1.12k stars 333 forks source link

What could be the mistake ? Help to run in Termux #345

Closed SHORTDECK closed 11 months ago

SHORTDECK commented 11 months ago

Describe the bug

python run.py

What could be the mistake ? Help to run in Termux

Traceback (most recent call last): File "/storage/emulated/0/Points/Twitch-Channel-Points-Miner-v2/run.py", line 5, in from TwitchChannelPointsMiner import TwitchChannelPointsMiner File "/storage/emulated/0/Points/Twitch-Channel-Points-Miner-v2/TwitchChannelPointsMiner/init.py", line 3, in from .TwitchChannelPointsMiner import TwitchChannelPointsMiner File "/storage/emulated/0/Points/Twitch-Channel-Points-Miner-v2/TwitchChannelPointsMiner/TwitchChannelPointsMiner.py", line 14, in from TwitchChannelPointsMiner.classes.Chat import ChatPresence, ThreadChat File "/storage/emulated/0/Points/Twitch-Channel-Points-Miner-v2/TwitchChannelPointsMiner/classes/Chat.py", line 6, in from irc.bot import SingleServerIRCBot ModuleNotFoundError: No module named 'irc'

Steps to reproduce

-

Expected behavior

-

Operating system

Termux

Python version

3.11

Miner version

1.8

Other relevant software versions

6

Logs

.

Additional context

What could be the mistake ? Help to run in Termux

rdavydov commented 11 months ago

pip install -r requirements.txt

and only then

python run.py

rdavydov commented 11 months ago

Read thoroughly https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2#termux

SHORTDECK commented 11 months ago

pip install -r requirements.txt

pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

rdavydov commented 11 months ago

@SHORTDECK This error tells nothing, need a full output.

Did you do all the steps before that (from the README)?

rdavydov commented 11 months ago

@SHORTDECK ?

SHORTDECK commented 11 months ago

Thank you all, I figured it out, reset termux to its original state, prescribed readme commands, it worked