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.
image

• Type pip install colorama and press “Enter” key to install colorama.
image

• Run your Python script that calls the colorama module again and it will work this time.
image