sudo easy_install-3.3 -U setuptools pip wheel
Searching for setuptools
Reading https://pypi.python.org/simple/setuptools/
Reading http://peak.telecommunity.com/snapshots/
Reading https://pypi.python.org/pypi/setuptools
Traceback (most recent call last):
File "/usr/local/bin/easy_install-3.3", line 9, in <module>
load_entry_point('setuptools==2.1', 'console_scripts', 'easy_install-3.3')()
File "/usr/local/lib/python3.3/dist-packages/setuptools-2.1-py3.3.egg/setuptools/command/easy_install.py", line 1909, in main
File "/usr/local/lib/python3.3/dist-packages/setuptools-2.1-py3.3.egg/setuptools/command/easy_install.py", line 1896, in with_ei_usage
File "/usr/local/lib/python3.3/dist-packages/setuptools-2.1-py3.3.egg/setuptools/command/easy_install.py", line 1913, in <lambda>
File "/usr/lib/python3.3/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.3/distutils/dist.py", line 929, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.3/distutils/dist.py", line 948, in run_command
cmd_obj.run()
File "/usr/local/lib/python3.3/dist-packages/setuptools-2.1-py3.3.egg/setuptools/command/easy_install.py", line 358, in run
File "/usr/local/lib/python3.3/dist-packages/setuptools-2.1-py3.3.egg/setuptools/command/easy_install.py", line 581, in easy_install
File "/usr/local/lib/python3.3/dist-packages/setuptools-2.1-py3.3.egg/setuptools/package_index.py", line 580, in fetch_distribution
File "/usr/local/lib/python3.3/dist-packages/setuptools-2.1-py3.3.egg/setuptools/package_index.py", line 566, in find
File "/usr/local/lib/python3.3/dist-packages/setuptools-2.1-py3.3.egg/pkg_resources.py", line 770, in __getitem__
_sort_dists(dists)
File "/usr/local/lib/python3.3/dist-packages/setuptools-2.1-py3.3.egg/pkg_resources.py", line 2551, in _sort_dists
tmp.sort()
TypeError: unorderable types: str() < NoneType()
Originally reported by: ionelmc (Bitbucket: ionelmc, GitHub: ionelmc)