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.21k stars 351 forks source link

No Module Found: Colorama #417

Closed Cryptic-Soldier closed 10 months ago

Cryptic-Soldier commented 10 months ago

Describe the bug

When I ran my run.py file, I am now getting an error pretaining to the line from colorama import Fore

Steps to reproduce

execute example.py (or whatever you called it)
error:
from colorama import Fore
ModuleNotFoundError: No module named 'colorama'

Expected behavior

I expected the miner to run.

Operating system

Mac OS 14.1.2

Python version

3.12.1

Miner version

1.9.1

Other relevant software versions

None

Logs

Can provide if needed, AFK at time of posting, noticed on remote connection.

Additional context

None.

Cryptic-Soldier commented 10 months ago

Sorry for the bug report. This ended up being a user error.

I upgraded Mac os. This problem was fixed by opening the miner folder in terminal and running

pip3 install -r requirements.txt

rdavydov commented 9 months ago

I'm glad you've solved it. Happy mining!