square / PonyDebugger

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

Could not find a version that satisfies the requirement pybonjour==1.1.1 (from ponyd) (from versions: ) No matching distribution found for pybonjour==1.1.1 (from ponyd) #188

Closed sandeepgs1984 closed 8 years ago

sandeepgs1984 commented 8 years ago

getting this error while installing:

"Could not find a version that satisfies the requirement pybonjour==1.1.1 (from ponyd) (from versions: ) No matching distribution found for pybonjour==1.1.1 (from ponyd)"

please look into this....

My OSX version: OS X El Capitan 10.11.2 (15C50)

justinseanmartin commented 8 years ago

Dupe of #100. You should be unblocked by:

git clone git@github.com:square/PonyDebugger.git
cd PonyDebugger
python setup.py install

Please confirm this works for you. I've logged #189 to track fixing the install script and/or instructions.

sandeepgs1984 commented 8 years ago

Getting following error while executing your lines:

Cbz-admins-MacBook-Pro:Source sandeep.gs$ git clone git@github.com:square/PonyDebugger.git Cloning into 'PonyDebugger'... Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

justinseanmartin commented 8 years ago

This is unrelated to PonyDebugger itself, but the issue is that you can't clone with SSH if you don't have SSH keys set up for GitHub (https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/). Alternatively, you can change the clone URL to the HTTPS version and it will prompt for your username and password.