dumbo
dumbo copied to clipboard
installation problem: could not find typedbytes
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.
It seems that typedbytes isn't hosted on pypi.
Try cloning typedbytes, installing that with setup.py and then installing dumbo.