Skip to content

Instantly share code, notes, and snippets.

@benmarten
Created July 10, 2016 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benmarten/932a85322b990d43d55bde100ad5f9c3 to your computer and use it in GitHub Desktop.
Save benmarten/932a85322b990d43d55bde100ad5f9c3 to your computer and use it in GitHub Desktop.
mac update
This file has been truncated, but you can view the full file.
bash-3.2$ mac update
Updating OS X...
sudo softwareupdate -i -a;
Software Update Tool
Copyright 2002-2015 Apple Inc.
Finding available software
No updates are available.
Updating Homebrew and its installed packages...
brew update; brew upgrade --all; brew cleanup;
Already up-to-date.
Updating npm and its installed packages...
npm install npm -g; npm update -g;
/Users/Ben/.nvm/versions/node/v6.2.2/bin/npm -> /Users/Ben/.nvm/versions/node/v6.2.2/lib/node_modules/npm/bin/npm-cli.js
/Users/Ben/.nvm/versions/node/v6.2.2/lib
└── npm@3.10.5
Updating installed Ruby gems...
sudo gem update --system; sudo gem update
Latest version currently installed. Aborting.
Updating installed gems
Nothing to update
Updating installed pip packages...
pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
Requirement already up-to-date: ConfigArgParse in /Library/Python/2.7/site-packages
Cleaning up...
Downloading/unpacking Pillow from https://pypi.python.org/packages/6f/d6/435c8f722b059105845cfa337fbcd09abe4c5746e3cc030f05b2440f97c3/Pillow-3.3.0.zip#md5=aaf059abcd174b13d90dd77b18d8e67b
Downloading Pillow-3.3.0.zip (10.8MB): 10.8MB downloaded
Running setup.py (path:/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/Pillow/setup.py) egg_info for package Pillow
warning: no files found matching '*.sh'
no previously-included directories found matching 'docs/_static'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.editorconfig'
warning: no previously-included files found matching '.landscape.yaml'
warning: no previously-included files found matching 'appveyor.yml'
warning: no previously-included files found matching 'build_children.sh'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Installing collected packages: Pillow
Found existing installation: Pillow 2.9.0
Uninstalling Pillow:
Successfully uninstalled Pillow
Running setup.py install for Pillow
warning: no files found matching '*.sh'
no previously-included directories found matching 'docs/_static'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.editorconfig'
warning: no previously-included files found matching '.landscape.yaml'
warning: no previously-included files found matching 'appveyor.yml'
warning: no previously-included files found matching 'build_children.sh'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/Pillow/setup.py", line 753, in <module>
zip_safe=not debug_build(), )
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, 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 "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/install.py", line 53, in run
return _install.run(self)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py", line 573, in run
self.run_command('build')
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_ext.py", line 337, in run
self.build_extensions()
File "/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/Pillow/setup.py", line 521, in build_extensions
' using --disable-%s, aborting' % (f, f))
ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting
Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/Pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-QQ8mr8-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.macosx-10.11-intel-2.7
creating build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/__init__.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/_binary.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/_tkinter_finder.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/_util.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/BdfFontFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/BmpImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/BufrStubImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ContainerIO.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/CurImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/DcxImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/DdsImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/EpsImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ExifTags.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/features.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/FitsStubImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/FliImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/FontFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/FpxImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/FtexImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/GbrImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/GdImageFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/GifImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/GimpGradientFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/GimpPaletteFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/GribStubImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/Hdf5StubImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/IcnsImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/IcoImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/Image.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageChops.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageCms.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageColor.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageDraw.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageDraw2.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageEnhance.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageFilter.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageFont.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageGrab.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageMath.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageMode.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageMorph.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageOps.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImagePalette.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImagePath.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageQt.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageSequence.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageShow.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageStat.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageTk.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageTransform.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageWin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImtImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/IptcImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/Jpeg2KImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/JpegImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/JpegPresets.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/McIdasImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/MicImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/MpegImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/MpoImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/MspImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/OleFileIO.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PaletteFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PalmImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PcdImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PcfFontFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PcxImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PdfImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PixarImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PngImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PpmImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PsdImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PSDraw.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PyAccess.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/SgiImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/SpiderImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/SunImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/TarIO.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/TgaImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/TiffImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/TiffTags.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/WalImageFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/WebPImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/WmfImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/XbmImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/XpmImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/XVThumbImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
running egg_info
writing Pillow.egg-info/PKG-INFO
writing top-level names to Pillow.egg-info/top_level.txt
writing dependency_links to Pillow.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'Pillow.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.sh'
no previously-included directories found matching 'docs/_static'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.editorconfig'
warning: no previously-included files found matching '.landscape.yaml'
warning: no previously-included files found matching 'appveyor.yml'
warning: no previously-included files found matching 'build_children.sh'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
writing manifest file 'Pillow.egg-info/SOURCES.txt'
copying PIL/OleFileIO-README.md -> build/lib.macosx-10.11-intel-2.7/PIL
running build_ext
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/Pillow/setup.py", line 753, in <module>
zip_safe=not debug_build(), )
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, 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 "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/install.py", line 53, in run
return _install.run(self)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py", line 573, in run
self.run_command('build')
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_ext.py", line 337, in run
self.build_extensions()
File "/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/Pillow/setup.py", line 521, in build_extensions
' using --disable-%s, aborting' % (f, f))
ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting
----------------------------------------
Rolling back uninstall of Pillow
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/Pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-QQ8mr8-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/Pillow
Storing debug log for failure in /Users/Ben/Library/Logs/pip.log
Downloading/unpacking altgraph from https://pypi.python.org/packages/7a/84/11d02c59bde2e5a390f08c6ef81e96510834d37a9da1b052c303fea8473d/altgraph-0.12.tar.gz#md5=916dca277fb2b747d5b1ec05b54a0825
Downloading altgraph-0.12.tar.gz (492kB): 492kB downloaded
Running setup.py (path:/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/altgraph/setup.py) egg_info for package altgraph
warning: no files found matching 'ReadMe.txt'
warning: no directories found matching 'doc/_static'
warning: no directories found matching 'doc/_templates'
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Installing collected packages: altgraph
Found existing installation: altgraph 0.10.2
Uninstalling altgraph:
Cleaning up...
Exception:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 283, in run
requirement_set.install(install_options, global_options, root=options.root_path)
File "/Library/Python/2.7/site-packages/pip/req.py", line 1431, in install
requirement.uninstall(auto_confirm=True)
File "/Library/Python/2.7/site-packages/pip/req.py", line 598, in uninstall
paths_to_remove.remove(auto_confirm)
File "/Library/Python/2.7/site-packages/pip/req.py", line 1836, in remove
renames(path, new_path)
File "/Library/Python/2.7/site-packages/pip/util.py", line 295, in renames
shutil.move(old, new)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 299, in move
copytree(src, real_dst, symlinks=True)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 208, in copytree
raise Error, errors
Error: [('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/__init__.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/__init__.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/__init__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/__init__.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/__init__.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/__init__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/Dot.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/Dot.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/Dot.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/Dot.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/Dot.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/Dot.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/Graph.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/Graph.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/Graph.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/Graph.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/Graph.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/Graph.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphAlgo.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphAlgo.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphAlgo.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphAlgo.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphAlgo.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphAlgo.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphStat.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphStat.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphStat.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphStat.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphStat.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphStat.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphUtil.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphUtil.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphUtil.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphUtil.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphUtil.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/GraphUtil.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/ObjectGraph.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/ObjectGraph.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/ObjectGraph.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/ObjectGraph.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/ObjectGraph.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph/ObjectGraph.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-jCD0NV-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/altgraph'")]
Storing debug log for failure in /Users/Ben/Library/Logs/pip.log
Requirement already up-to-date: backports-abc in /Library/Python/2.7/site-packages
Cleaning up...
Requirement already up-to-date: backports.ssl-match-hostname in /Library/Python/2.7/site-packages
Cleaning up...
Requirement already up-to-date: bdist-mpkg in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python
Cleaning up...
Requirement already up-to-date: beautifulsoup4 in /Library/Python/2.7/site-packages
Cleaning up...
Requirement already up-to-date: blinker in /Library/Python/2.7/site-packages
Cleaning up...
Could not find any downloads that satisfy the requirement bonjour-py in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python
Downloading/unpacking bonjour-py
Cleaning up...
No distributions at all found for bonjour-py in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python
Storing debug log for failure in /Users/Ben/Library/Logs/pip.log
Requirement already up-to-date: certifi in /Library/Python/2.7/site-packages
Cleaning up...
Requirement already up-to-date: cffi in /Library/Python/2.7/site-packages
Requirement already up-to-date: pycparser in /Library/Python/2.7/site-packages (from cffi)
Cleaning up...
Downloading/unpacking cryptography from https://pypi.python.org/packages/a9/5b/a383b3a778609fe8177bd51307b5ebeee369b353550675353f46cb99c6f0/cryptography-1.4.tar.gz#md5=a9763e3831cc7cdb402c028fac1ceb39
Downloading cryptography-1.4.tar.gz (399kB): 399kB downloaded
Running setup.py (path:/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/cryptography/setup.py) egg_info for package cryptography
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*' found under directory 'vectors'
Requirement already up-to-date: idna>=2.0 in /Library/Python/2.7/site-packages (from cryptography)
Requirement already up-to-date: pyasn1>=0.1.8 in /Library/Python/2.7/site-packages (from cryptography)
Downloading/unpacking six>=1.4.1 from https://pypi.python.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl#md5=3ab558cf5d4f7a72611d59a81a315dc8 (from cryptography)
Downloading six-1.10.0-py2.py3-none-any.whl
Downloading/unpacking setuptools>=11.3 (from cryptography)
Downloading setuptools-24.0.2-py2.py3-none-any.whl (441kB): 441kB downloaded
Requirement already up-to-date: enum34 in /Library/Python/2.7/site-packages (from cryptography)
Requirement already up-to-date: ipaddress in /Library/Python/2.7/site-packages (from cryptography)
Requirement already up-to-date: cffi>=1.4.1 in /Library/Python/2.7/site-packages (from cryptography)
Requirement already up-to-date: pycparser in /Library/Python/2.7/site-packages (from cffi>=1.4.1->cryptography)
Installing collected packages: cryptography, six, setuptools
Found existing installation: cryptography 0.9.3
Uninstalling cryptography:
Successfully uninstalled cryptography
Running setup.py install for cryptography
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*' found under directory 'vectors'
generating cffi module 'build/temp.macosx-10.11-intel-2.7/_commoncrypto.c'
generating cffi module 'build/temp.macosx-10.11-intel-2.7/_padding.c'
generating cffi module 'build/temp.macosx-10.11-intel-2.7/_constant_time.c'
generating cffi module 'build/temp.macosx-10.11-intel-2.7/_openssl.c'
building '_openssl' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/temp.macosx-10.11-intel-2.7/_openssl.c -o build/temp.macosx-10.11-intel-2.7/build/temp.macosx-10.11-intel-2.7/_openssl.o
build/temp.macosx-10.11-intel-2.7/_openssl.c:429:10: fatal error: 'openssl/opensslv.h' file not found
#include <openssl/opensslv.h>
^
1 error generated.
error: command 'cc' failed with exit status 1
Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-yGq9Eg-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.macosx-10.11-intel-2.7
creating build/lib.macosx-10.11-intel-2.7/cryptography
copying src/cryptography/__about__.py -> build/lib.macosx-10.11-intel-2.7/cryptography
copying src/cryptography/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography
copying src/cryptography/exceptions.py -> build/lib.macosx-10.11-intel-2.7/cryptography
copying src/cryptography/fernet.py -> build/lib.macosx-10.11-intel-2.7/cryptography
copying src/cryptography/utils.py -> build/lib.macosx-10.11-intel-2.7/cryptography
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat
copying src/cryptography/hazmat/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat
creating build/lib.macosx-10.11-intel-2.7/cryptography/x509
copying src/cryptography/x509/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/x509
copying src/cryptography/x509/base.py -> build/lib.macosx-10.11-intel-2.7/cryptography/x509
copying src/cryptography/x509/extensions.py -> build/lib.macosx-10.11-intel-2.7/cryptography/x509
copying src/cryptography/x509/general_name.py -> build/lib.macosx-10.11-intel-2.7/cryptography/x509
copying src/cryptography/x509/name.py -> build/lib.macosx-10.11-intel-2.7/cryptography/x509
copying src/cryptography/x509/oid.py -> build/lib.macosx-10.11-intel-2.7/cryptography/x509
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/multibackend.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings
copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/padding.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/commoncrypto
copying src/cryptography/hazmat/backends/commoncrypto/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/commoncrypto
copying src/cryptography/hazmat/backends/commoncrypto/backend.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/commoncrypto
copying src/cryptography/hazmat/backends/commoncrypto/ciphers.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/commoncrypto
copying src/cryptography/hazmat/backends/commoncrypto/hashes.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/commoncrypto
copying src/cryptography/hazmat/backends/commoncrypto/hmac.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/commoncrypto
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings/commoncrypto
copying src/cryptography/hazmat/bindings/commoncrypto/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings/commoncrypto
copying src/cryptography/hazmat/bindings/commoncrypto/binding.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings/commoncrypto
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings/openssl
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/ciphers
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/interfaces
copying src/cryptography/hazmat/primitives/interfaces/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/interfaces
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/kdf
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/twofactor
running egg_info
writing requirements to src/cryptography.egg-info/requires.txt
writing src/cryptography.egg-info/PKG-INFO
writing top-level names to src/cryptography.egg-info/top_level.txt
writing dependency_links to src/cryptography.egg-info/dependency_links.txt
writing entry points to src/cryptography.egg-info/entry_points.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*' found under directory 'vectors'
writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
running build_ext
generating cffi module 'build/temp.macosx-10.11-intel-2.7/_commoncrypto.c'
creating build/temp.macosx-10.11-intel-2.7
generating cffi module 'build/temp.macosx-10.11-intel-2.7/_padding.c'
generating cffi module 'build/temp.macosx-10.11-intel-2.7/_constant_time.c'
generating cffi module 'build/temp.macosx-10.11-intel-2.7/_openssl.c'
building '_openssl' extension
creating build/temp.macosx-10.11-intel-2.7/build
creating build/temp.macosx-10.11-intel-2.7/build/temp.macosx-10.11-intel-2.7
cc -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/temp.macosx-10.11-intel-2.7/_openssl.c -o build/temp.macosx-10.11-intel-2.7/build/temp.macosx-10.11-intel-2.7/_openssl.o
build/temp.macosx-10.11-intel-2.7/_openssl.c:429:10: fatal error: 'openssl/opensslv.h' file not found
#include <openssl/opensslv.h>
^
1 error generated.
error: command 'cc' failed with exit status 1
----------------------------------------
Rolling back uninstall of cryptography
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-yGq9Eg-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/cryptography
Storing debug log for failure in /Users/Ben/Library/Logs/pip.log
Requirement already up-to-date: enum34 in /Library/Python/2.7/site-packages
Cleaning up...
Requirement already up-to-date: harparser in /Library/Python/2.7/site-packages
Cleaning up...
Requirement already up-to-date: hpack in /Library/Python/2.7/site-packages
Cleaning up...
Requirement already up-to-date: html2text in /Library/Python/2.7/site-packages
Cleaning up...
Requirement already up-to-date: idna in /Library/Python/2.7/site-packages
Cleaning up...
Requirement already up-to-date: image in /Library/Python/2.7/site-packages
Downloading/unpacking pillow from https://pypi.python.org/packages/6f/d6/435c8f722b059105845cfa337fbcd09abe4c5746e3cc030f05b2440f97c3/Pillow-3.3.0.zip#md5=aaf059abcd174b13d90dd77b18d8e67b (from image)
Downloading Pillow-3.3.0.zip (10.8MB): 10.8MB downloaded
Running setup.py (path:/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/pillow/setup.py) egg_info for package pillow
warning: no files found matching '*.sh'
no previously-included directories found matching 'docs/_static'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.editorconfig'
warning: no previously-included files found matching '.landscape.yaml'
warning: no previously-included files found matching 'appveyor.yml'
warning: no previously-included files found matching 'build_children.sh'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Downloading/unpacking django (from image)
Downloading Django-1.9.7-py2.py3-none-any.whl (6.6MB): 6.6MB downloaded
Installing collected packages: pillow, django
Found existing installation: Pillow 2.9.0
Uninstalling Pillow:
Successfully uninstalled Pillow
Running setup.py install for pillow
warning: no files found matching '*.sh'
no previously-included directories found matching 'docs/_static'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.editorconfig'
warning: no previously-included files found matching '.landscape.yaml'
warning: no previously-included files found matching 'appveyor.yml'
warning: no previously-included files found matching 'build_children.sh'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/pillow/setup.py", line 753, in <module>
zip_safe=not debug_build(), )
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, 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 "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/install.py", line 53, in run
return _install.run(self)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py", line 573, in run
self.run_command('build')
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_ext.py", line 337, in run
self.build_extensions()
File "/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/pillow/setup.py", line 521, in build_extensions
' using --disable-%s, aborting' % (f, f))
ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting
Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-schChK-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.macosx-10.11-intel-2.7
creating build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/__init__.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/_binary.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/_tkinter_finder.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/_util.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/BdfFontFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/BmpImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/BufrStubImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ContainerIO.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/CurImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/DcxImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/DdsImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/EpsImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ExifTags.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/features.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/FitsStubImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/FliImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/FontFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/FpxImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/FtexImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/GbrImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/GdImageFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/GifImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/GimpGradientFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/GimpPaletteFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/GribStubImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/Hdf5StubImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/IcnsImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/IcoImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/Image.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageChops.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageCms.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageColor.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageDraw.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageDraw2.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageEnhance.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageFilter.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageFont.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageGrab.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageMath.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageMode.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageMorph.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageOps.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImagePalette.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImagePath.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageQt.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageSequence.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageShow.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageStat.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageTk.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageTransform.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImageWin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/ImtImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/IptcImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/Jpeg2KImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/JpegImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/JpegPresets.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/McIdasImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/MicImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/MpegImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/MpoImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/MspImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/OleFileIO.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PaletteFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PalmImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PcdImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PcfFontFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PcxImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PdfImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PixarImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PngImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PpmImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PsdImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PSDraw.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/PyAccess.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/SgiImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/SpiderImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/SunImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/TarIO.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/TgaImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/TiffImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/TiffTags.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/WalImageFile.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/WebPImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/WmfImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/XbmImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/XpmImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
copying PIL/XVThumbImagePlugin.py -> build/lib.macosx-10.11-intel-2.7/PIL
running egg_info
writing Pillow.egg-info/PKG-INFO
writing top-level names to Pillow.egg-info/top_level.txt
writing dependency_links to Pillow.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'Pillow.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.sh'
no previously-included directories found matching 'docs/_static'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.editorconfig'
warning: no previously-included files found matching '.landscape.yaml'
warning: no previously-included files found matching 'appveyor.yml'
warning: no previously-included files found matching 'build_children.sh'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
writing manifest file 'Pillow.egg-info/SOURCES.txt'
copying PIL/OleFileIO-README.md -> build/lib.macosx-10.11-intel-2.7/PIL
running build_ext
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/pillow/setup.py", line 753, in <module>
zip_safe=not debug_build(), )
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, 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 "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/install.py", line 53, in run
return _install.run(self)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py", line 573, in run
self.run_command('build')
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_ext.py", line 337, in run
self.build_extensions()
File "/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/pillow/setup.py", line 521, in build_extensions
' using --disable-%s, aborting' % (f, f))
ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting
----------------------------------------
Rolling back uninstall of Pillow
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-schChK-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/pillow
Storing debug log for failure in /Users/Ben/Library/Logs/pip.log
Requirement already up-to-date: ipaddress in /Library/Python/2.7/site-packages
Cleaning up...
Requirement already up-to-date: lxml in /Library/Python/2.7/site-packages
Cleaning up...
Downloading/unpacking macholib from https://pypi.python.org/packages/50/21/bd3512d4fa97ad60bcaddb5aeba199da543225eccb5063e3a513d883af46/macholib-1.7.tar.gz#md5=cf03a55323d5b7ca59be530ba0b01032
Downloading macholib-1.7.tar.gz (475kB): 475kB downloaded
Running setup.py (path:/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/macholib/setup.py) egg_info for package macholib
warning: no directories found matching 'doc/_static'
warning: no directories found matching 'doc/_templates'
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Downloading/unpacking altgraph>=0.12 (from macholib)
Downloading altgraph-0.12.tar.gz (492kB): 492kB downloaded
Running setup.py (path:/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/altgraph/setup.py) egg_info for package altgraph
warning: no files found matching 'ReadMe.txt'
warning: no directories found matching 'doc/_static'
warning: no directories found matching 'doc/_templates'
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Installing collected packages: macholib, altgraph
Found existing installation: macholib 1.5.1
Uninstalling macholib:
Cleaning up...
Exception:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 283, in run
requirement_set.install(install_options, global_options, root=options.root_path)
File "/Library/Python/2.7/site-packages/pip/req.py", line 1431, in install
requirement.uninstall(auto_confirm=True)
File "/Library/Python/2.7/site-packages/pip/req.py", line 598, in uninstall
paths_to_remove.remove(auto_confirm)
File "/Library/Python/2.7/site-packages/pip/req.py", line 1836, in remove
renames(path, new_path)
File "/Library/Python/2.7/site-packages/pip/util.py", line 295, in renames
shutil.move(old, new)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 299, in move
copytree(src, real_dst, symlinks=True)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 208, in copytree
raise Error, errors
Error: [('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/__init__.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/__init__.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/__init__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/__init__.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/__init__.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/__init__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/__main__.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/__main__.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/__main__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/__main__.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/__main__.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/__main__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/_cmdline.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/_cmdline.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/_cmdline.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/_cmdline.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/_cmdline.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/_cmdline.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/dyld.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/dyld.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/dyld.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/dyld.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/dyld.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/dyld.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/dylib.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/dylib.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/dylib.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/dylib.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/dylib.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/dylib.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/framework.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/framework.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/framework.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/framework.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/framework.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/framework.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/itergraphreport.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/itergraphreport.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/itergraphreport.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/itergraphreport.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/itergraphreport.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/itergraphreport.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/mach_o.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/mach_o.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/mach_o.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/mach_o.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/mach_o.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/mach_o.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachO.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachO.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachO.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachO.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachO.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachO.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_dump.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_dump.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_dump.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_dump.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_dump.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_dump.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_find.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_find.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_find.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_find.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_find.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_find.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_standalone.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_standalone.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_standalone.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_standalone.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_standalone.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/macho_standalone.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachOGraph.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachOGraph.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachOGraph.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachOGraph.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachOGraph.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachOGraph.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachOStandalone.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachOStandalone.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachOStandalone.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachOStandalone.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachOStandalone.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/MachOStandalone.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/ptypes.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/ptypes.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/ptypes.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/ptypes.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/ptypes.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/ptypes.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/SymbolTable.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/SymbolTable.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/SymbolTable.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/SymbolTable.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/SymbolTable.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/SymbolTable.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/util.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/util.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/util.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/util.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/util.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib/util.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4BmDJO-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/macholib'")]
Storing debug log for failure in /Users/Ben/Library/Logs/pip.log
Downloading/unpacking matplotlib from https://pypi.python.org/packages/8f/f4/c0c7e81f64d5f4d36e52e393af687f28882c53dcd924419d684dc9859f40/matplotlib-1.5.1.tar.gz#md5=f51847d8692cb63df64cd0bd0304fd20
Downloading matplotlib-1.5.1.tar.gz (54.0MB): 54.0MB downloaded
Running setup.py (path:/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/matplotlib/setup.py) egg_info for package matplotlib
============================================================================
Edit setup.cfg to change the build options
BUILDING MATPLOTLIB
matplotlib: yes [1.5.1]
python: yes [2.7.10 (default, Oct 23 2015, 19:19:21) [GCC
4.2.1 Compatible Apple LLVM 7.0.0
(clang-700.0.59.5)]]
platform: yes [darwin]
REQUIRED DEPENDENCIES AND EXTENSIONS
numpy: yes [version 1.8.0rc1]
dateutil: yes [using dateutil version 1.5]
pytz: yes [using pytz version 2013.7]
cycler: yes [cycler was not found. pip will attempt to
install it after matplotlib.]
tornado: yes [using tornado version 4.3]
pyparsing: yes [using pyparsing version 2.0.1]
libagg: yes [pkg-config information for 'libagg' could not
be found. Using local copy.]
freetype: yes [version 2.6.4]
png: yes [version 1.6.23]
qhull: yes [pkg-config information for 'qhull' could not be
found. Using local copy.]
OPTIONAL SUBPACKAGES
sample_data: yes [installing]
toolkits: yes [installing]
tests: yes [nose 0.11.1 or later is required to run the
matplotlib test suite. Please install it with pip or
your preferred tool to run the test suite / mock is
required to run the matplotlib test suite. Please
install it with pip or your preferred tool to run
the test suite]
toolkits_tests: yes [nose 0.11.1 or later is required to run the
matplotlib test suite. Please install it with pip or
your preferred tool to run the test suite / mock is
required to run the matplotlib test suite. Please
install it with pip or your preferred tool to run
the test suite]
OPTIONAL BACKEND EXTENSIONS
macosx: yes [installing, darwin]
qt5agg: no [PyQt5 not found]
qt4agg: no [PySide not found; PyQt4 not found]
gtk3agg: no [Requires pygobject to be installed.]
gtk3cairo: no [Requires cairocffi or pycairo to be installed.]
gtkagg: no [Requires pygtk]
tkagg: yes [installing, version 81008]
wxagg: no [requires wxPython]
gtk: no [Requires pygtk]
agg: yes [installing]
cairo: no [cairocffi or pycairo not found]
windowing: no [Microsoft Windows only]
OPTIONAL LATEX DEPENDENCIES
dvipng: no
ghostscript: no
latex: no
pdftops: no
OPTIONAL PACKAGE DATA
dlls: no [skipping due to configuration]
Downloading/unpacking numpy>=1.6 from https://pypi.python.org/packages/dd/9f/cd0ec9c50e4ed8650901ad4afde164e5252b6182a9e0c7bff5f8b4441960/numpy-1.11.1.zip#md5=5caa3428b24aaa07e72c79d115140e46 (from matplotlib)
Downloading numpy-1.11.1.zip (4.7MB): 4.7MB downloaded
Running setup.py (path:/private/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip_build_Ben/numpy/setup.py) egg_info for package numpy
Running from numpy source directory.
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
Downloading/unpacking python-dateutil from https://pypi.python.org/packages/33/68/9eadc96f9899caebd98f55f942d6a8f3fb2b8f8e69ba81a0f771269897e9/python_dateutil-2.5.3-py2.py3-none-any.whl#md5=dbcd46b171e01d4518db96e3571810db (from matplotlib)
Downloading python_dateutil-2.5.3-py2.py3-none-any.whl (201kB): 201kB downloaded
Downloading/unpacking pytz from https://pypi.python.org/packages/ae/cf/a7442138ad899a7587489641a8923f1e640cafc2d6ffe4e79e5d15cc5b3e/pytz-2016.4-py2.py3-none-any.whl#md5=77752641348a9ee3c064a8bc31fd80ce (from matplotlib)
Downloading pytz-2016.4-py2.py3-none-any.whl (480kB): 480kB downloaded
Downloading/unpacking cycler (from matplotlib)
Downloading cycler-0.10.0-py2.py3-none-any.whl
Downloading/unpacking pyparsing>=1.5.6,!=2.0.4 from https://pypi.python.org/packages/24/c5/3ce00e6a5fca0eb962553467a51b44de1a13e1bc23dabf58e2e9799b8807/pyparsing-2.1.5-py2.py3-none-any.whl#md5=86cc5bebed5f1c0b5c9900f7cf1a9e4f (from matplotlib)
Downloading pyparsing-2.1.5-py2.py3-none-any.whl (42kB): 42kB downloaded
Downloading/unpacking six>=1.5 (from python-dateutil->matplotlib)
Downloading six-1.10.0-py2.py3-none-any.whl
Installing collected packages: matplotlib, numpy, python-dateutil, pytz, cycler, pyparsing, six
Found existing installation: matplotlib 1.3.1
Uninstalling matplotlib:
Cleaning up...
Exception:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 283, in run
requirement_set.install(install_options, global_options, root=options.root_path)
File "/Library/Python/2.7/site-packages/pip/req.py", line 1431, in install
requirement.uninstall(auto_confirm=True)
File "/Library/Python/2.7/site-packages/pip/req.py", line 598, in uninstall
paths_to_remove.remove(auto_confirm)
File "/Library/Python/2.7/site-packages/pip/req.py", line 1836, in remove
renames(path, new_path)
File "/Library/Python/2.7/site-packages/pip/util.py", line 295, in renames
shutil.move(old, new)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 299, in move
copytree(src, real_dst, symlinks=True)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 208, in copytree
raise Error, errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment