FujiwaraChoki / MoneyPrinter

Automate Creation of YouTube Shorts using MoviePy.
MIT License
10.22k stars 1.37k forks source link

[BUG] Termcolor missing #229

Closed Miner16 closed 8 months ago

Miner16 commented 8 months ago

Describe the bug This error returns with running the backend main.py

Traceback (most recent call last):
  File "C:\Users\Kasutaja\OneDrive\Työpöytä\MoneyPrinter\Backend\main.py", line 2, in <module>
    from utils import *
  File "C:\Users\Kasutaja\OneDrive\Työpöytä\MoneyPrinter\Backend\utils.py", line 9, in <module>
    from termcolor import colored
ModuleNotFoundError: No module named 'termcolor'

Desktop (please complete the following information):

Miner16 commented 8 months ago

You marked this as not planned, but could you at least tell me how to fix it or give me a lead?

FujiwaraChoki commented 8 months ago

Make sure to use the right interpreter