ImportError: No module named builtins (Python 2.7) · Issue #...
Running pip install future fixed this error for me. For compatibility with Python2.7, I think the package future should be added to the install_requires in setup.py (hopefully this is also compatible with Python3?). Note that nosetests a...