.. blogpost:: :title: Warning with Mako :keywords: Mako, warning, issue :date: 2015-09-19 :categories: install, module, issue 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.