adeel / timed

a command-line time tracker

Home Page:adeel.github.com/timed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named termcolor

satybald opened this issue · comments

While installing the program it gives following error:

Traceback (most recent call last):
File "/usr/local/bin/timed", line 3, in
import timed.client
File "/Library/Python/2.7/site-packages/timed/client.py", line 8, in
from termcolor import colored
ImportError: No module named termcolor

Solution is pretty simple:
sudo pip install termcolor