your-tools / pycp

cp and mv with a progress bar
MIT License
147 stars 8 forks source link

easy_install on mac results in SandboxViolation #7

Closed ibizaman closed 10 years ago

ibizaman commented 10 years ago

Just did a sudo easy_install pycp on my mac and got this error:

Searching for pycp
Reading http://pypi.python.org/simple/pycp/
Best match: pycp 6.1.2
Downloading https://pypi.python.org/packages/source/p/pycp/pycp-6.1.2.tar.gz#md5=6f370ea0d19fbc495c00a9c8d0973e7a
Processing pycp-6.1.2.tar.gz
Running pycp-6.1.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-znaR6L/pycp-6.1.2/egg-dist-tmp-fawFiu
/bin/sh: help2man: command not found
/bin/sh: help2man: command not found
error: Setup script exited with error: SandboxViolation: open('/usr/share/man/man1/pycp.1', 'wb') {}

The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.

This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand.  Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.
ghost commented 10 years ago

Fixed in c96c289

ghost commented 10 years ago

I've just released pycp 6.1.3 on pypi. This should fix the problem

ibizaman commented 10 years ago

Thanks!