I\'m using a clean instance of Ubuntu server and would like to install some python packages in my virtualenv.
I receive the following output from the command \'pip i
These instructions solved the problem for me:
first enter these commands
pip install --upgrade pip pip install --upgrade wheel pip install setuptools
and then try to install the package that requires setuptools.
setuptools