Resolve No Module Named Colorama Error in Python on Mac - DevPops-Inc/python GitHub Wiki

• The following resolution is for if you receive an error saying there’s no module named colorama in Python.

• Type pip3 install colorama and press “return” key to install colorama module.

• Run a script that uses the colorama module again and it will work this time.