2015-09-19 Warning with MakoΒΆ

The installation of Mako generates the following error:

File "c:\python34_x64\lib\site-packages\wheel\metadata.py", line 194, in pkginfo_to_dict

  for item in sorted(items.values()):

TypeError: unorderable types: EntryPoint() < EntryPoint()

It is due to the fact that class EntryPoint defined in pip does not have method __lt__. It is just a warning. The module was installed.