-
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
Cannot install Script #153
Comments
Got this same error |
You have to add '--allow-external', and '--allow-unverified' to pybonjour to install. here is a shortcut.. then in terminal run After that most probably you will face another issue of 'DistributionNotFound: certifi' on which i spent 5 hours :p you will find a file inside folder 'setup.py' then run after that run and then good to go 💃 |
Thanks @hamdullahshah your fix worked for me! |
@hamdullahshah Fixed the problem for me as well, thanks! |
I'm having a problem /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'setup_requires'
warnings.warn(msg)
running install
Checking .pth file support in /Users/thuyenbv/Library/PonyDebugger//lib/python2.7/site-packages/
/usr/bin/python -E -c pass
TEST FAILED: /Users/thuyenbv/Library/PonyDebugger//lib/python2.7/site-packages/ does NOT support .pth files
error: bad install directory or PYTHONPATH
You are attempting to install a package to a directory that is not
on PYTHONPATH and which Python does not read ".pth" files from. The
installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
/Users/thuyenbv/Library/PonyDebugger//lib/python2.7/site-packages/
and your PYTHONPATH environment variable currently contains:
''
Here are some of your options for correcting the problem:
* You can choose a different installation directory, i.e., one that is
on PYTHONPATH or supports .pth files
* You can add the installation directory to the PYTHONPATH environment
variable. (It must then also be on PYTHONPATH whenever you run
Python and want to use the package(s) you are installing.)
* You can set up the installation directory to support ".pth" files by
using one of the approaches described here:
https://pythonhosted.org/setuptools/easy_install.html#custom-installation-locations How should I do to fix them |
@buithuyen
|
I have tried again. But I have still problem ThuyenBV:pypa-setuptools-e517fced669d ThuyenBV$ python setup.py install --prefix=~/Library/PonyDebugger
running install
Checking .pth file support in /Users/ThuyenBV/Library/PonyDebugger/lib/python2.7/site-packages/
/usr/bin/python -E -c pass
TEST FAILED: /Users/ThuyenBV/Library/PonyDebugger/lib/python2.7/site-packages/ does NOT support .pth files
error: bad install directory or PYTHONPATH
You are attempting to install a package to a directory that is not
on PYTHONPATH and which Python does not read ".pth" files from. The
installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
/Users/ThuyenBV/Library/PonyDebugger/lib/python2.7/site-packages/
and your PYTHONPATH environment variable currently contains:
''
Here are some of your options for correcting the problem:
* You can choose a different installation directory, i.e., one that is
on PYTHONPATH or supports .pth files
* You can add the installation directory to the PYTHONPATH environment
variable. (It must then also be on PYTHONPATH whenever you run
Python and want to use the package(s) you are installing.)
* You can set up the installation directory to support ".pth" files by
using one of the approaches described here:
https://pythonhosted.org/setuptools/easy_install.html#custom-installation-locations
Please make the appropriate changes for your system and try again. Do I have any mistakes or missing? |
I'm running OSX 10.10, and I can't seem to install the script. I have the Python 2.7.6 installed. I tried installing pybonjour manually but that didn't help.
The text was updated successfully, but these errors were encountered: