square / PonyDebugger

Remote network and data debugging for your native iOS app using Chrome Developer Tools
Other
5.87k stars 595 forks source link

No matching distribution found for pybonjour (from ponydebugger) #174

Closed cdoky closed 8 years ago

cdoky commented 8 years ago

i use this command: sudo pip install -U -e git+https://github.com/square/PonyDebugger.git#egg=ponydebugger --allow-external pybonjour --allow-unverified pybonjour

there is log: Collecting pybonjour (from ponydebugger) Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(65, 'No route to host'))': /p/pybonjour/ Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(65, 'No route to host'))': /p/pybonjour/ Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(65, 'No route to host'))': /p/pybonjour/ Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(65, 'No route to host'))': /p/pybonjour/downloads/list?can=1 Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(65, 'No route to host'))': /p/pybonjour/downloads/list?can=1 Could not find a version that satisfies the requirement pybonjour (from ponydebugger) (from versions: ) No matching distribution found for pybonjour (from ponydebugger)

has anyone can help me?

dstd commented 8 years ago

It looks like pybonjour repo is gone. I've solved this issue by preinstallation of pybonjour from one of the mirrors of its repositories at github:

pip install -e git+https://github.com/Eichhoernchen/pybonjour.git#egg=pybonjour

Then installation command specified in README of PonyDebugger works just fine.

gruhls508 commented 8 years ago

aaaand @dstd is my hero today. Thank you sir.

derimagia commented 8 years ago

Pretty sure this is related to / a duplicate of Bug #100

justinseanmartin commented 8 years ago

I believe this should be addressed by #186. If not, please use issue #100 to track this.

cdoky commented 8 years ago

thx

Jonyx4 commented 7 years ago

thanks @dstd ! that worked for me!