You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
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.
The text was updated successfully, but these errors were encountered: