Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named 'colorama' #28

Closed
Aholicknight opened this issue Apr 12, 2018 · 7 comments
Closed

ImportError: No module named 'colorama' #28

Aholicknight opened this issue Apr 12, 2018 · 7 comments

Comments

@Aholicknight
Copy link

I did python3 cloudfail.py and I already have it installed and it says this:

Traceback (most recent call last):
File "cloudfail.py", line 10, in <module>
import colorama
ImportError: No module named 'colorama'

@m0rtem
Copy link
Owner

m0rtem commented Apr 13, 2018

pip3 install colorama

@Aholicknight
Copy link
Author

@m0rtem Did that and its says ImportError: Entry point ('console_scripts', 'pip3') not found

@EricoCartmanez
Copy link

I had colorama installed via pip and I was getting "ImportError: No module named colorama"

So I searched with "find", found the absolute path and added it in the script like this:

    import sys
    sys.path.append("/usr/local/lib/python3.8/dist-packages/")
    import colorama 

And it worked

@Aholicknight
Copy link
Author

Thread has been dead since 2018 and now your commenting on it? Wow.

@EricoCartmanez
Copy link

You are welcome. Asshole.

@UX-Gav
Copy link

UX-Gav commented Sep 20, 2020

Worked for me. Thx for the late post @EricoCartmanez

@Aholicknight
Copy link
Author

You are welcome. Asshole.

@EricoCartmanez no need for hate but it's common sense not to bump old closed threads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants