I have a piece of code in Python 3.7:
from colorama import Fore as F print(F.GREEN + "Green")
It used to work but now it returns an error saying ModuleNotFoundError: No module named 'colorama'. The same thing happened to termcolor!
ModuleNotFoundError: No module named 'colorama'
@Scoder12 I think packages are broken entirely. I can't install anything in Nodejs either.
Why aren't the Colorama and Cprint packages working?
I have a piece of code in Python 3.7:
It used to work but now it returns an error saying
ModuleNotFoundError: No module named 'colorama'
. The same thing happened to termcolor!@Scoder12 I think packages are broken entirely. I can't install anything in Nodejs either.