dumbo icon indicating copy to clipboard operation
dumbo copied to clipboard

installation problem: could not find typedbytes

Open shwetgarg opened this issue 9 years ago • 1 comments

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.

shwetgarg avatar Feb 02 '16 12:02 shwetgarg

It seems that typedbytes isn't hosted on pypi.

Try cloning typedbytes, installing that with setup.py and then installing dumbo.

EdwardJRoss avatar Jan 12 '17 03:01 EdwardJRoss