Not sure what logs you need but here is what I think is relevant:
Downloading wsgiref-0.1.2.zip
Downloading from URL https://pypi.python.org/packages/source/w/wsgiref/wsgiref-0.1.2.zip#md5=29b146e6ebd0f9fb119fe321f7bcf6cb (from https://pypi.python.org/simple/wsgiref/)
Running setup.py (path:/tmp/pip_build_jake/wsgiref/setup.py) egg_info for package wsgiref
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_jake/wsgiref/setup.py", line 5, in <module>
import ez_setup
File "/tmp/pip_build_jake/wsgiref/ez_setup/__init__.py", line 170
print "Setuptools version",version,"or greater has been installed."
^
SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_jake/wsgiref/setup.py", line 5, in <module>
import ez_setup
File "/tmp/pip_build_jake/wsgiref/ez_setup/__init__.py", line 170
print "Setuptools version",version,"or greater has been installed."
^
SyntaxError: invalid syntax
----------------------------------------
Cleaning up...
Removing temporary dir /tmp/pip_build_jake...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_jake/wsgiref
Exception information:
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/usr/lib/python3.4/site-packages/pip/commands/install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/usr/lib/python3.4/site-packages/pip/req.py", line 1229, in prepare_files
req_to_install.run_egg_info()
File "/usr/lib/python3.4/site-packages/pip/req.py", line 325, in run_egg_info
command_desc='python setup.py egg_info')
File "/usr/lib/python3.4/site-packages/pip/util.py", line 697, in call_subprocess
% (command_desc, proc.returncode, cwd))
pip.exceptions.InstallationError: Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_jake/wsgiref
Not sure what logs you need but here is what I think is relevant: