Skip to content

Instantly share code, notes, and snippets.

@zacharyblank
Created August 11, 2015 21:14
Show Gist options
  • Select an option

  • Save zacharyblank/9be978c099b310d1b245 to your computer and use it in GitHub Desktop.

Select an option

Save zacharyblank/9be978c099b310d1b245 to your computer and use it in GitHub Desktop.

Revisions

  1. Zachary Ian Blank created this gist Aug 11, 2015.
    87 changes: 87 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,87 @@
    ~ (ruby 1.9.3p327) 💥 sudo pip install virtualenvwrapper
    Password:
    Downloading/unpacking virtualenvwrapper
    Downloading virtualenvwrapper-4.6.0.tar.gz (89kB): 89kB downloaded
    Running setup.py egg_info for package virtualenvwrapper
    [pbr] Processing SOURCES.txt
    warning: LocalManifestMaker: standard file '-c' not found

    warning: no previously-included files found matching '.gitignore'
    warning: no previously-included files found matching '.gitreview'
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no files found matching '*.html' under directory 'docs'
    warning: no files found matching '*.css' under directory 'docs'
    warning: no files found matching '*.js' under directory 'docs'
    warning: no files found matching '*.png' under directory 'docs'
    Requirement already satisfied (use --upgrade to upgrade): virtualenv in /Library/Python/2.7/site-packages (from virtualenvwrapper)
    Downloading/unpacking virtualenv-clone (from virtualenvwrapper)
    Downloading virtualenv-clone-0.2.6.tar.gz
    Running setup.py egg_info for package virtualenv-clone

    Downloading/unpacking stevedore (from virtualenvwrapper)
    Downloading stevedore-1.7.0.tar.gz (502kB): 502kB downloaded
    Running setup.py egg_info for package stevedore

    Installed /private/tmp/pip_build_root/stevedore/.eggs/pbr-1.4.0-py2.7.egg
    Traceback (most recent call last):
    File "<string>", line 16, in <module>
    File "/private/tmp/pip_build_root/stevedore/setup.py", line 29, in <module>
    pbr=True)
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
    dist.run_commands()
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
    File "<string>", line 11, in replacement_run
    File "/Library/Python/2.7/site-packages/pkg_resources/__init__.py", line 2355, in load
    return self.resolve()
    File "/Library/Python/2.7/site-packages/pkg_resources/__init__.py", line 2361, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
    ImportError: No module named pbr_json
    Complete output from command python setup.py egg_info:


    Installed /private/tmp/pip_build_root/stevedore/.eggs/pbr-1.4.0-py2.7.egg

    running egg_info

    creating pip-egg-info/stevedore.egg-info

    Traceback (most recent call last):

    File "<string>", line 16, in <module>

    File "/private/tmp/pip_build_root/stevedore/setup.py", line 29, in <module>

    pbr=True)

    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup

    dist.run_commands()

    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands

    self.run_command(cmd)

    File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command

    cmd_obj.run()

    File "<string>", line 11, in replacement_run

    File "/Library/Python/2.7/site-packages/pkg_resources/__init__.py", line 2355, in load

    return self.resolve()

    File "/Library/Python/2.7/site-packages/pkg_resources/__init__.py", line 2361, in resolve

    module = __import__(self.module_name, fromlist=['__name__'], level=0)

    ImportError: No module named pbr_json

    ----------------------------------------
    Cleaning up...
    Command python setup.py egg_info failed with error code 1 in /private/tmp/pip_build_root/stevedore
    Storing complete log in /Users/zacharyblank/Library/Logs/pip.log
    ~ (ruby 1.9.3p327) 💥