I already updated my Python 2.7.x to 3.6 and still getting this message when I try to install any package. Examples: Flask, Kivy..
Command \"python setup.
make sure it's up to date
pip install --upgrade setuptools
make sure module ez_setup isn't missing
pip install ez_setup
then try this
pip install unroll
if it's still not working try this
easy_install -U setuptools
and then