-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix installation script and/or readme for ponyd (pybonjour==1.1.1 no matching distribution) #189
Comments
These instructions didn't work for me, I'm on a vanilla python install. ~/d/i/m/PonyDebugger (master) ⏛ python setup.py install
running install
Checking .pth file support in /Library/Python/2.7/site-packages/
error: can't create or remove files in install directory
The following error occurred while trying to add or remove files in the
installation directory:
[Errno 13] Permission denied: '/Library/Python/2.7/site-packages/test-easy-install-69714.pth'
The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
/Library/Python/2.7/site-packages/ |
The solution here for me was to
|
`Checking .pth file support in /Library/Python/2.7/site-packages/ Installed /Library/Python/2.7/site-packages/ponyd-1.0-py2.7.egg I am getting this error. |
The instructions contained at https://github.com/square/PonyDebugger/blob/master/README_ponyd.rst don't currently work.
The current steps that are functioning locally for me are:
I'll either update the ponyd instructions to reflect this as the new installation steps, or fix the installation script hosted by GitHub.
The text was updated successfully, but these errors were encountered: