python setup.py install, was giving following error:
Searching for typedbytes
Reading https://pypi.python.org/simple/typedbytes/
No local packages or download links found for typedbytes
error: Could not find suitable distribution for Requirement.parse('typedbytes')
So I tried installing typedbytes with following command:
sudo pip install http://github.com/klbostee/typedbytes/zipball/release-0.3.8#egg=typedbytes-0.3.8
The typedbytes installation went through, but dumbo installation still giving same old error.