I just tried this in a Python virtual environment and it worked fine.
(foobar) C:\foobar>pip install termcolor
Collecting termcolor
Using cached termcolor-1.1.0.tar.gz (3.9 kB)
Using legacy 'setup.py install' for termcolor, since package 'wheel' is not installed.
Installing collected packages: termcolor
Running setup.py install for termcolor ... done
Successfully installed termcolor-1.1.0
(foobar) C:\foobar>pip show termcolor
Name: termcolor
Version: 1.1.0
Summary: ANSII Color formatting for output in terminal.
Home-page: http://pypi.python.org/pypi/termcolor
Author: Konstantin Lepa
Author-email: konstantin.lepa@gmail.com
License: MIT
Location: c:\foobar\lib\site-packages
Requires:
Required-by: