Resolve No Module Named Colorama in Python as Root User on Ubuntu - DevPops-Inc/python GitHub Wiki
• The following resolution is for if you receive no module named colorama error in Python.
•
• Type apt update
and press “return” key to update apt package manager.
•
• Type apt install python3-colorama
and press “return” key to install the colorama module.
•
• Run your Python script that calls the colorama module again and it will work this time.
•