question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ImportError: No module named 'colorama'

See original GitHub issue

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'

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

8reactions
EricoCartmanezcommented, Aug 26, 2020

You are welcome. Asshole.

1reaction
EricoCartmanezcommented, Aug 25, 2020

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to install Colorama in Python? - Stack Overflow
I go to IDLE and import colorama and again, it just says ImportError: No module named colorama' Very frustrating.
Read more >
ImportError: No module named colorama #182 - GitHub
After successfully installing dependencies with sudo pip install -r requirements.txt. Running sudo python udemy-dl.py .
Read more >
No module named colorama With Termux On Android ...
pyTraceback (most recent call last):File "main_linux.py", line 13, infrom colorama import Fore, initImportError: No module named colorama.
Read more >
install colorama python module - Ask Ubuntu
Another way is to download colorama module from here. Now extract the package cd colorama*. Then run python setup.py install.
Read more >
from colorama import Fore, Back, Style ImportError
from colorama import Fore, Back, Style ImportError: No module named colorama ... Hack the box - buff Guys, this problem took me 1...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found