Section - Installing Booktype from the git repository I ran cli command - sudo easy_install -U setuptools
The last line I see ImportError - File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2093, in load raise ImportError("%r has no %r attribute" % (entry,attr)) ImportError: <module 'setuptools.dist' from ' /usr/lib/python2.7/dist-packages/setuptools/dist.pyc'> has no 'check_specifier' attribute How do I fix this or ignore it? I don't see this command listed in the DigitalOcean instructions?