Resolve Python No Module Name Colorama Error with Git Bash on Windows - DevPops-Inc/python GitHub Wiki
• The following resolution is for if you receive no module named colorama error in Python.
•
• Type pip install colorama
and press “Enter” key to install colorama.
•
• Run your Python script that calls the colorama module again and it will work this time.
•