Skip to content

Instantly share code, notes, and snippets.

@wjwwood
Created September 9, 2015 22:09
Show Gist options
  • Select an option

  • Save wjwwood/dda002613f3a7c67d655 to your computer and use it in GitHub Desktop.

Select an option

Save wjwwood/dda002613f3a7c67d655 to your computer and use it in GitHub Desktop.
% sudo -H python setup.py install
running install
Checking .pth file support in /Library/Python/2.7/site-packages/
/usr/bin/python -E -c pass
TEST PASSED: /Library/Python/2.7/site-packages/ appears to support .pth files
running bdist_egg
running egg_info
writing requirements to src/wstool.egg-info/requires.txt
writing src/wstool.egg-info/PKG-INFO
writing top-level names to src/wstool.egg-info/top_level.txt
writing dependency_links to src/wstool.egg-info/dependency_links.txt
reading manifest file 'src/wstool.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'src/wstool.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.10-intel/egg
running install_lib
running build_py
creating build/bdist.macosx-10.10-intel/egg
creating build/bdist.macosx-10.10-intel/egg/wstool
copying build/lib/wstool/__init__.py -> build/bdist.macosx-10.10-intel/egg/wstool
copying build/lib/wstool/__version__.py -> build/bdist.macosx-10.10-intel/egg/wstool
copying build/lib/wstool/cli_common.py -> build/bdist.macosx-10.10-intel/egg/wstool
copying build/lib/wstool/common.py -> build/bdist.macosx-10.10-intel/egg/wstool
copying build/lib/wstool/config.py -> build/bdist.macosx-10.10-intel/egg/wstool
copying build/lib/wstool/config_elements.py -> build/bdist.macosx-10.10-intel/egg/wstool
copying build/lib/wstool/config_yaml.py -> build/bdist.macosx-10.10-intel/egg/wstool
copying build/lib/wstool/helpers.py -> build/bdist.macosx-10.10-intel/egg/wstool
copying build/lib/wstool/multiproject_cli.py -> build/bdist.macosx-10.10-intel/egg/wstool
copying build/lib/wstool/multiproject_cmd.py -> build/bdist.macosx-10.10-intel/egg/wstool
copying build/lib/wstool/ui.py -> build/bdist.macosx-10.10-intel/egg/wstool
copying build/lib/wstool/wstool_cli.py -> build/bdist.macosx-10.10-intel/egg/wstool
byte-compiling build/bdist.macosx-10.10-intel/egg/wstool/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.10-intel/egg/wstool/__version__.py to __version__.pyc
byte-compiling build/bdist.macosx-10.10-intel/egg/wstool/cli_common.py to cli_common.pyc
byte-compiling build/bdist.macosx-10.10-intel/egg/wstool/common.py to common.pyc
byte-compiling build/bdist.macosx-10.10-intel/egg/wstool/config.py to config.pyc
byte-compiling build/bdist.macosx-10.10-intel/egg/wstool/config_elements.py to config_elements.pyc
byte-compiling build/bdist.macosx-10.10-intel/egg/wstool/config_yaml.py to config_yaml.pyc
byte-compiling build/bdist.macosx-10.10-intel/egg/wstool/helpers.py to helpers.pyc
byte-compiling build/bdist.macosx-10.10-intel/egg/wstool/multiproject_cli.py to multiproject_cli.pyc
byte-compiling build/bdist.macosx-10.10-intel/egg/wstool/multiproject_cmd.py to multiproject_cmd.pyc
byte-compiling build/bdist.macosx-10.10-intel/egg/wstool/ui.py to ui.pyc
byte-compiling build/bdist.macosx-10.10-intel/egg/wstool/wstool_cli.py to wstool_cli.pyc
installing package data to build/bdist.macosx-10.10-intel/egg
running install_data
copying completion/wstool-completion.bash -> /etc/bash_completion.d
creating /usr/share/zsh/site-functions
copying completion/_wstool -> /usr/share/zsh/site-functions
error: can't copy 'build/sphinx/man/wstool.1': doesn't exist or not a regular file
@Alessandro-Barbieri
Copy link

I get the same error, could you help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment