hawkerfun / cognito-csv-exporter

Amazon Cognito User Pool CSV exporter
105 stars 67 forks source link

bug Colorama #1

Open elvisases opened 4 years ago

elvisases commented 4 years ago

I tried to use your script, but when I run it it gives me the following error of line 7 Traceback (most recent call last): File "CognitoUserToCSV.py", line 7, in from colorama import Fore ImportError: No module named colorama

I don't know if something else is missing?

sopranolinist commented 4 years ago

Just install the colorama module separately: pip install colorama or pip3 install colorama

markhu commented 4 years ago

See PR #2