hackappcom / iloot

OpenSource tool for iCloud backup extraction
https://hackapp.com/
634 stars 203 forks source link

Troubles / Tips to install gevent on OSX Yosemite 10.10.5 #69

Open KOWLOR opened 8 years ago

KOWLOR commented 8 years ago

Spent 3 hours to install gevent, the only solution I've found was to edit the requirements.txt from

gevent
hurry.filesize
pycrypto
protobuf

to

gevent==1.1.b1
hurry.filesize
pycrypto
protobuf

And it worked.