Skip to content

Instantly share code, notes, and snippets.

@benmarten
Created July 10, 2016 18:04
Show Gist options
  • 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
└── [email protected]
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
Error: [('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/__init__.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/__init__.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/__init__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/__init__.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/__init__.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/__init__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_cm.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_cm.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_cm.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_cm.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_cm.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_cm.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_cntr.so', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_cntr.so', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_cntr.so'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_delaunay.so', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_delaunay.so', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_delaunay.so'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_image.so', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_image.so', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_image.so'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_mathtext_data.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_mathtext_data.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_mathtext_data.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_mathtext_data.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_mathtext_data.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_mathtext_data.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_path.so', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_path.so', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_path.so'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_png.so', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_png.so', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_png.so'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_pylab_helpers.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_pylab_helpers.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_pylab_helpers.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_pylab_helpers.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_pylab_helpers.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_pylab_helpers.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_tri.so', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_tri.so', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/_tri.so'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/afm.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/afm.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/afm.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/afm.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/afm.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/afm.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/animation.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/animation.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/animation.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/animation.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/animation.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/animation.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/artist.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/artist.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/artist.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/artist.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/artist.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/artist.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/axes.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/axes.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/axes.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/axes.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/axes.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/axes.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/axis.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/axis.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/axis.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/axis.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/axis.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/axis.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backend_bases.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backend_bases.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backend_bases.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backend_bases.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backend_bases.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backend_bases.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/__init__.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/__init__.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/__init__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/__init__.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/__init__.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/__init__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/_backend_agg.so', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/_backend_agg.so', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/_backend_agg.so'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/_macosx.so', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/_macosx.so', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/_macosx.so'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/_tkagg.so', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/_tkagg.so', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/_tkagg.so'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_agg.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_agg.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_agg.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_agg.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_agg.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_agg.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_cairo.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_cairo.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_cairo.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_cairo.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_cairo.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_cairo.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_cocoaagg.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_cocoaagg.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_cocoaagg.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_cocoaagg.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_cocoaagg.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_cocoaagg.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gdk.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gdk.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gdk.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gdk.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gdk.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gdk.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3agg.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3agg.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3agg.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3agg.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3agg.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3agg.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3cairo.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3cairo.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3cairo.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3cairo.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3cairo.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtk3cairo.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtkagg.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtkagg.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtkagg.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtkagg.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtkagg.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtkagg.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtkcairo.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtkcairo.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtkcairo.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtkcairo.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtkcairo.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_gtkcairo.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_macosx.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_macosx.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_macosx.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_macosx.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_macosx.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_macosx.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_mixed.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_mixed.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_mixed.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_mixed.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_mixed.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_mixed.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_pdf.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_pdf.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_pdf.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_pdf.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_pdf.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_pdf.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_pgf.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_pgf.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_pgf.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_pgf.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_pgf.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_pgf.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_ps.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_ps.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_ps.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_ps.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_ps.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_ps.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_qt4.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_qt4.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_qt4.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_qt4.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_qt4.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_qt4.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_qt4agg.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_qt4agg.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_qt4agg.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_qt4agg.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_qt4agg.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_qt4agg.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_svg.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_svg.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_svg.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_svg.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_svg.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_svg.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_template.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_template.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_template.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_template.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_template.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_template.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_tkagg.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_tkagg.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_tkagg.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_tkagg.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_tkagg.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_tkagg.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_webagg.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_webagg.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_webagg.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_webagg.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_webagg.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_webagg.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_wx.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_wx.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_wx.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_wx.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_wx.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_wx.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_wxagg.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_wxagg.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_wxagg.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_wxagg.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_wxagg.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/backend_wxagg.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/Matplotlib.nib', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/Matplotlib.nib', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/Matplotlib.nib'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_compat.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_compat.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_compat.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_compat.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_compat.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_compat.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/__init__.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/__init__.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/__init__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/__init__.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/__init__.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/__init__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/figureoptions.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/figureoptions.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/figureoptions.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/figureoptions.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/figureoptions.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/figureoptions.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/formlayout.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/formlayout.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/formlayout.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/formlayout.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/formlayout.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor/formlayout.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/qt4_editor'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/tkagg.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/tkagg.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/tkagg.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/tkagg.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/tkagg.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/tkagg.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/all_figures.html', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/all_figures.html', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/all_figures.html'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/css/boilerplate.css', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/css/boilerplate.css', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/css/boilerplate.css'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/css/fbm.css', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/css/fbm.css', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/css/fbm.css'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/css/page.css', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/css/page.css', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/css/page.css'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/css', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/css', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/css'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_flat_75_ffffff_40x100.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_flat_75_ffffff_40x100.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_flat_75_ffffff_40x100.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_65_ffffff_1x400.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_65_ffffff_1x400.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_65_ffffff_1x400.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_75_dadada_1x400.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_75_dadada_1x400.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_75_dadada_1x400.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_222222_256x240.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_222222_256x240.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_222222_256x240.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_2e83ff_256x240.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_2e83ff_256x240.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_2e83ff_256x240.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_454545_256x240.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_454545_256x240.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_454545_256x240.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_888888_256x240.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_888888_256x240.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_888888_256x240.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_cd0a0a_256x240.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_cd0a0a_256x240.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_cd0a0a_256x240.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/images'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/jquery-ui.min.css', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/jquery-ui.min.css', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base/jquery-ui.min.css'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes/base'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css/themes'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/css'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/js/jquery-1.7.1.min.js', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/js/jquery-1.7.1.min.js', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/js/jquery-1.7.1.min.js'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/js/jquery-ui.min.js', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/js/jquery-ui.min.js', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/js/jquery-ui.min.js'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/js/jquery.autogrow.js', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/js/jquery.autogrow.js', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/js/jquery.autogrow.js'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/js', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/js', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery/js'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/jquery'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/mpl.js', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/mpl.js', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/mpl.js'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/mpl_interface.js', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/mpl_interface.js', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/mpl_interface.js'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/single_figure.html', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/single_figure.html', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend/single_figure.html'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/web_backend'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/windowing.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/windowing.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/windowing.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/windowing.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/windowing.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends/windowing.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/backends'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/bezier.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/bezier.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/bezier.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/bezier.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/bezier.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/bezier.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/blocking_input.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/blocking_input.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/blocking_input.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/blocking_input.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/blocking_input.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/blocking_input.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/cbook.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/cbook.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/cbook.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/cbook.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/cbook.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/cbook.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/CHANGES', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/CHANGES', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/CHANGES'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/cm.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/cm.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/cm.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/cm.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/cm.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/cm.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/collections.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/collections.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/collections.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/collections.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/collections.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/collections.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/colorbar.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/colorbar.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/colorbar.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/colorbar.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/colorbar.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/colorbar.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/colors.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/colors.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/colors.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/colors.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/colors.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/colors.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat/__init__.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat/__init__.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat/__init__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat/__init__.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat/__init__.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat/__init__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat/__init__.pyo', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat/__init__.pyo', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat/__init__.pyo'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat/subprocess.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat/subprocess.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat/subprocess.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat/subprocess.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat/subprocess.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat/subprocess.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/compat'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/container.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/container.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/container.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/container.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/container.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/container.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/contour.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/contour.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/contour.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/contour.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/contour.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/contour.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/dates.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/dates.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/dates.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/dates.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/dates.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/dates.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/__init__.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/__init__.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/__init__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/__init__.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/__init__.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/__init__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/interpolate.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/interpolate.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/interpolate.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/interpolate.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/interpolate.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/interpolate.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/testfuncs.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/testfuncs.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/testfuncs.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/testfuncs.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/testfuncs.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/testfuncs.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/triangulate.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/triangulate.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/triangulate.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/triangulate.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/triangulate.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay/triangulate.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/delaunay'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/docstring.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/docstring.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/docstring.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/docstring.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/docstring.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/docstring.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/dviread.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/dviread.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/dviread.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/dviread.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/dviread.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/dviread.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/figure.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/figure.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/figure.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/figure.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/figure.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/figure.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/finance.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/finance.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/finance.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/finance.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/finance.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/finance.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/font_manager.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/font_manager.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/font_manager.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/font_manager.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/font_manager.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/font_manager.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/fontconfig_pattern.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/fontconfig_pattern.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/fontconfig_pattern.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/fontconfig_pattern.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/fontconfig_pattern.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/fontconfig_pattern.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/ft2font.so', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/ft2font.so', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/ft2font.so'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/gridspec.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/gridspec.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/gridspec.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/gridspec.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/gridspec.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/gridspec.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/hatch.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/hatch.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/hatch.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/hatch.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/hatch.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/hatch.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/image.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/image.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/image.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/image.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/image.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/image.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/legend.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/legend.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/legend.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/legend.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/legend.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/legend.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/legend_handler.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/legend_handler.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/legend_handler.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/legend_handler.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/legend_handler.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/legend_handler.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/lines.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/lines.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/lines.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/lines.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/lines.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/lines.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/markers.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/markers.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/markers.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/markers.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/markers.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/markers.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mathtext.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mathtext.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mathtext.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mathtext.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mathtext.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mathtext.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mlab.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mlab.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mlab.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mlab.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mlab.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mlab.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/cmex10.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/cmex10.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/cmex10.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/cmmi10.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/cmmi10.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/cmmi10.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/cmr10.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/cmr10.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/cmr10.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/cmsy10.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/cmsy10.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/cmsy10.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/cmtt10.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/cmtt10.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/cmtt10.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pagd8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pagd8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pagd8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pagdo8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pagdo8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pagdo8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pagk8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pagk8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pagk8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pagko8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pagko8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pagko8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pbkd8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pbkd8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pbkd8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pbkl8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pbkl8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pbkl8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pbkli8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pbkli8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pbkli8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pcrb8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pcrb8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pcrb8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pcrr8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pcrr8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pcrr8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pcrro8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pcrro8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pcrro8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvb8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvb8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvb8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvb8an.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvb8an.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvb8an.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvbo8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvbo8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvbo8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvbo8an.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvbo8an.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvbo8an.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvl8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvl8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvl8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvlo8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvlo8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvlo8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvr8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvr8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvr8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvr8an.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvr8an.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvr8an.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvro8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvro8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvro8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvro8an.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvro8an.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/phvro8an.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pncb8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pncb8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pncb8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pncbi8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pncbi8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pncbi8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pncr8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pncr8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pncr8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pncri8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pncri8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pncri8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pplb8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pplb8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pplb8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pplbi8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pplbi8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pplbi8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pplr8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pplr8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pplr8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pplri8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pplri8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pplri8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/psyr.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/psyr.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/psyr.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/ptmb8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/ptmb8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/ptmb8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/ptmr8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/ptmr8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/ptmr8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/ptmri8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/ptmri8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/ptmri8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/putb8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/putb8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/putb8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/putbi8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/putbi8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/putbi8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/putr8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/putr8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/putr8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/putri8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/putri8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/putri8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pzdr.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pzdr.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm/pzdr.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/pdfcorefonts'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmb10.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmb10.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmb10.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmex10.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmex10.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmex10.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmr10.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmr10.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmr10.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmss10.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmss10.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmss10.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/COPYRIGHT.TXT', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/COPYRIGHT.TXT', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/COPYRIGHT.TXT'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/LICENSE_STIX', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/LICENSE_STIX', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/LICENSE_STIX'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/README.TXT', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/README.TXT', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/README.TXT'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/RELEASENOTES.TXT', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/RELEASENOTES.TXT', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/RELEASENOTES.TXT'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/Vera.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/Vera.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/Vera.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraBd.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraBd.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraBd.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraBI.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraBI.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraBI.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraIt.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraIt.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraIt.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraMoBd.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraMoBd.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraMoBd.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraMoBI.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraMoBI.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraMoBI.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraMoIt.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraMoIt.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraMoIt.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraMono.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraMono.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraMono.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraSe.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraSe.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraSe.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraSeBd.ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraSeBd.ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf/VeraSeBd.ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts/ttf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/fonts'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/back.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/back.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/back.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/back.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/back.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/back.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/back.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/back.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/back.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/back.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/back.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/back.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/filesave.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/filesave.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/filesave.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/filesave.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/filesave.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/filesave.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/filesave.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/filesave.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/filesave.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/filesave.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/filesave.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/filesave.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/forward.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/forward.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/forward.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/forward.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/forward.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/forward.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/forward.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/forward.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/forward.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/forward.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/forward.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/forward.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/hand.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/hand.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/hand.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/hand.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/hand.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/hand.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/hand.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/hand.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/hand.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/hand.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/hand.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/hand.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/home.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/home.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/home.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/home.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/home.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/home.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/home.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/home.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/home.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/home.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/home.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/home.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/matplotlib.gif', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/matplotlib.gif', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/matplotlib.gif'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/matplotlib.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/matplotlib.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/matplotlib.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/matplotlib.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/matplotlib.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/matplotlib.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/move.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/move.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/move.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/move.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/move.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/move.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/move.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/move.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/move.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/move.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/move.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/move.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/qt4_editor_options.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/qt4_editor_options.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/qt4_editor_options.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/qt4_editor_options.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/qt4_editor_options.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/qt4_editor_options.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_close.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_close.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_close.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_close.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_close.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_close.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_down.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_down.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_down.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_down.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_down.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_down.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_left.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_left.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_left.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_left.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_left.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_left.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_refresh.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_refresh.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_refresh.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_refresh.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_refresh.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_refresh.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_right.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_right.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_right.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_right.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_right.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_right.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_save_as.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_save_as.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_save_as.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_save_as.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_save_as.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_save_as.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_up.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_up.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_up.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_up.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_up.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_up.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_zoom-in.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_zoom-in.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_zoom-in.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_zoom-in.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_zoom-in.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_zoom-in.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_zoom-out.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_zoom-out.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_zoom-out.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_zoom-out.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_zoom-out.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/stock_zoom-out.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/subplots.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/subplots.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/subplots.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/subplots.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/subplots.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/subplots.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/subplots.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/subplots.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/subplots.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/zoom_to_rect.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/zoom_to_rect.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/zoom_to_rect.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/zoom_to_rect.ppm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/zoom_to_rect.ppm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/zoom_to_rect.ppm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/zoom_to_rect.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/zoom_to_rect.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/zoom_to_rect.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/zoom_to_rect.xpm', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/zoom_to_rect.xpm', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images/zoom_to_rect.xpm'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/images'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/matplotlibrc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/matplotlibrc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/matplotlibrc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/aapl.csv', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/aapl.csv', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/aapl.csv'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/AAPL.dat.gz', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/AAPL.dat.gz', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/AAPL.dat.gz'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/aapl.npy.gz', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/aapl.npy.gz', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/aapl.npy.gz'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/ada.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/ada.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/ada.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/axes_grid/bivariate_normal.npy', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/axes_grid/bivariate_normal.npy', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/axes_grid/bivariate_normal.npy'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/axes_grid', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/axes_grid', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/axes_grid'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/ct.raw.gz', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/ct.raw.gz', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/ct.raw.gz'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/data_x_x2_x3.csv', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/data_x_x2_x3.csv', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/data_x_x2_x3.csv'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/demodata.csv', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/demodata.csv', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/demodata.csv'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/eeg.dat', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/eeg.dat', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/eeg.dat'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/embedding_in_wx3.xrc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/embedding_in_wx3.xrc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/embedding_in_wx3.xrc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/goog.npy', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/goog.npy', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/goog.npy'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/grace_hopper.jpg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/grace_hopper.jpg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/grace_hopper.jpg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/grace_hopper.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/grace_hopper.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/grace_hopper.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/INTC.dat.gz', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/INTC.dat.gz', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/INTC.dat.gz'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/lena.jpg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/lena.jpg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/lena.jpg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/lena.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/lena.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/lena.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/logo2.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/logo2.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/logo2.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/membrane.dat', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/membrane.dat', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/membrane.dat'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/Minduka_Present_Blue_Pack.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/Minduka_Present_Blue_Pack.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/Minduka_Present_Blue_Pack.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/msft.csv', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/msft.csv', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/msft.csv'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/README.txt', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/README.txt', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/README.txt'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/s1045.ima.gz', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/s1045.ima.gz', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data/s1045.ima.gz'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data/sample_data'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl-data'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/mpl.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/offsetbox.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/offsetbox.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/offsetbox.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/offsetbox.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/offsetbox.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/offsetbox.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/patches.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/patches.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/patches.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/patches.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/patches.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/patches.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/path.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/path.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/path.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/path.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/path.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/path.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/patheffects.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/patheffects.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/patheffects.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/patheffects.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/patheffects.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/patheffects.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/__init__.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/__init__.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/__init__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/__init__.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/__init__.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/__init__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/geo.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/geo.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/geo.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/geo.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/geo.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/geo.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/polar.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/polar.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/polar.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/polar.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/polar.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections/polar.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/projections'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/pylab.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/pylab.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/pylab.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/pylab.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/pylab.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/pylab.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/pyplot.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/pyplot.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/pyplot.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/pyplot.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/pyplot.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/pyplot.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/quiver.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/quiver.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/quiver.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/quiver.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/quiver.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/quiver.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/rcsetup.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/rcsetup.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/rcsetup.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/rcsetup.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/rcsetup.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/rcsetup.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sankey.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sankey.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sankey.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sankey.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sankey.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sankey.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/scale.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/scale.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/scale.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/scale.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/scale.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/scale.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/__init__.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/__init__.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/__init__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/__init__.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/__init__.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/__init__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/ipython_console_highlighting.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/ipython_console_highlighting.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/ipython_console_highlighting.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/ipython_console_highlighting.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/ipython_console_highlighting.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/ipython_console_highlighting.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/ipython_directive.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/ipython_directive.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/ipython_directive.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/ipython_directive.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/ipython_directive.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/ipython_directive.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/mathmpl.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/mathmpl.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/mathmpl.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/mathmpl.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/mathmpl.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/mathmpl.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/only_directives.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/only_directives.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/only_directives.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/only_directives.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/only_directives.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/only_directives.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/plot_directive.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/plot_directive.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/plot_directive.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/plot_directive.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/plot_directive.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext/plot_directive.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/sphinxext'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/spines.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/spines.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/spines.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/spines.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/spines.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/spines.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/stackplot.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/stackplot.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/stackplot.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/stackplot.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/stackplot.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/stackplot.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/streamplot.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/streamplot.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/streamplot.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/streamplot.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/streamplot.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/streamplot.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/table.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/table.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/table.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/table.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/table.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/table.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/__init__.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/__init__.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/__init__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/__init__.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/__init__.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/__init__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/compare.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/compare.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/compare.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/compare.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/compare.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/compare.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/decorators.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/decorators.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/decorators.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/decorators.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/decorators.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/decorators.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/image_util.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/image_util.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/image_util.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/image_util.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/image_util.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/image_util.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/__init__.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/__init__.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/__init__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/__init__.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/__init__.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/__init__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/Duration.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/Duration.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/Duration.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/Duration.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/Duration.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/Duration.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/Epoch.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/Epoch.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/Epoch.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/Epoch.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/Epoch.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/Epoch.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/EpochConverter.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/EpochConverter.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/EpochConverter.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/EpochConverter.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/EpochConverter.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/EpochConverter.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/StrConverter.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/StrConverter.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/StrConverter.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/StrConverter.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/StrConverter.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/StrConverter.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDbl.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDbl.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDbl.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDbl.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDbl.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDbl.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDblConverter.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDblConverter.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDblConverter.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDblConverter.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDblConverter.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDblConverter.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDblFormatter.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDblFormatter.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDblFormatter.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDblFormatter.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDblFormatter.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units/UnitDblFormatter.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/jpl_units'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/noseclasses.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/noseclasses.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/noseclasses.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/noseclasses.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/noseclasses.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing/noseclasses.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/testing'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/__init__.py', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/__init__.py', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/__init__.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/__init__.pyc', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/__init__.pyc', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/__init__.pyc'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/dviread/test.map', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/dviread/test.map', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/dviread/test.map'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/dviread', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/dviread', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/dviread'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn0g01.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn0g01.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn0g01.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn0g02.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn0g02.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn0g02.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn0g04.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn0g04.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn0g04.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn0g08.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn0g08.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn0g08.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn0g16.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn0g16.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn0g16.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn2c08.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn2c08.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn2c08.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn2c16.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn2c16.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn2c16.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn3p01.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn3p01.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn3p01.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn3p02.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn3p02.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn3p02.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn3p04.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn3p04.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn3p04.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn3p08.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn3p08.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn3p08.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn4a08.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn4a08.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn4a08.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn4a16.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn4a16.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn4a16.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn6a08.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn6a08.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn6a08.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn6a16.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn6a16.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite/basn6a16.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/pngsuite'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_arrow_patches/fancyarrow_test_image.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_arrow_patches/fancyarrow_test_image.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_arrow_patches/fancyarrow_test_image.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_arrow_patches/fancyarrow_test_image.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_arrow_patches/fancyarrow_test_image.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_arrow_patches/fancyarrow_test_image.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_arrow_patches/fancyarrow_test_image.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_arrow_patches/fancyarrow_test_image.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_arrow_patches/fancyarrow_test_image.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_arrow_patches', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_arrow_patches', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_arrow_patches'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_artist', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_artist', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_artist'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/arc_ellipse.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/arc_ellipse.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/arc_ellipse.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/arc_ellipse.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/arc_ellipse.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/arc_ellipse.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/arc_ellipse.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/arc_ellipse.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/arc_ellipse.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/autoscale_tiny_range.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/autoscale_tiny_range.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/autoscale_tiny_range.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/autoscale_tiny_range.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/autoscale_tiny_range.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/autoscale_tiny_range.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/autoscale_tiny_range.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/autoscale_tiny_range.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/autoscale_tiny_range.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/boxplot.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/boxplot.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/boxplot.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/boxplot.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/boxplot.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/boxplot.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/boxplot.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/boxplot.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/boxplot.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/boxplot_no_inverted_whisker.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/boxplot_no_inverted_whisker.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/boxplot_no_inverted_whisker.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/canonical.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/canonical.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/canonical.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/canonical.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/canonical.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/canonical.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/canonical.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/canonical.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/canonical.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/const_xy.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/const_xy.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/const_xy.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/const_xy.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/const_xy.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/const_xy.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/const_xy.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/const_xy.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/const_xy.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_colorbar.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_colorbar.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_colorbar.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_colorbar.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_colorbar.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_colorbar.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_colorbar.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_colorbar.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_colorbar.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_hatching.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_hatching.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_hatching.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_hatching.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_hatching.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_hatching.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_hatching.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_hatching.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/contour_hatching.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/csd_freqs.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/csd_freqs.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/csd_freqs.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/csd_noise.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/csd_noise.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/csd_noise.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_basic.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_basic.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_basic.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_basic.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_basic.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_basic.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_basic.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_basic.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_basic.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_mixed.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_mixed.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_mixed.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_mixed.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_mixed.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_mixed.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_mixed.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_mixed.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_mixed.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_zorder.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_zorder.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_zorder.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_zorder.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_zorder.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_zorder.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_zorder.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_zorder.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/errorbar_zorder.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/eventplot.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/eventplot.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/eventplot.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/eventplot.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/eventplot.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/eventplot.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/eventplot.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/eventplot.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/eventplot.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/fill_units.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/fill_units.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/fill_units.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_large_small.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_large_small.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_large_small.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_large_small.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_large_small.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_large_small.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_large_small.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_large_small.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_large_small.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hexbin_extent.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hexbin_extent.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hexbin_extent.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hexbin_log.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hexbin_log.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hexbin_log.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d_transpose.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d_transpose.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d_transpose.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d_transpose.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d_transpose.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d_transpose.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d_transpose.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d_transpose.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist2d_transpose.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_log.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_log.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_log.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_log.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_log.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_log.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_log.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_log.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_log.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_offset.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_offset.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_offset.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_offset.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_offset.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_offset.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_offset.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_offset.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_offset.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_bar.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_bar.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_bar.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_bar.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_bar.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_bar.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_bar.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_bar.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_bar.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_normed.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_normed.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_normed.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_normed.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_normed.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_normed.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_normed.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_normed.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_normed.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_step.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_step.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_step.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_step.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_step.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_step.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_step.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_step.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_step.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled_alpha.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled_alpha.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled_alpha.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled_alpha.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled_alpha.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled_alpha.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled_alpha.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled_alpha.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_stepfilled_alpha.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_weights.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_weights.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_weights.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_weights.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_weights.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_weights.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_weights.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_weights.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_stacked_weights.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_step.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_step.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_step.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_steplog.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_steplog.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_steplog.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_steplog.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_steplog.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_steplog.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_steplog.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_steplog.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/hist_steplog.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow_clip.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow_clip.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow_clip.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow_clip.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow_clip.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow_clip.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow_clip.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow_clip.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/imshow_clip.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/log_scales.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/log_scales.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/log_scales.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/log_scales.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/log_scales.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/log_scales.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/log_scales.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/log_scales.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/log_scales.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/marker_edges.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/marker_edges.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/marker_edges.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/marker_edges.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/marker_edges.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/marker_edges.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/marker_edges.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/marker_edges.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/marker_edges.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery_line.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery_line.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery_line.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery_line.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery_line.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery_line.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery_line.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery_line.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/markevery_line.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mixed_collection.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mixed_collection.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mixed_collection.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mixed_collection.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mixed_collection.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mixed_collection.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mixed_collection.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mixed_collection.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mixed_collection.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mollweide_grid.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mollweide_grid.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mollweide_grid.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mollweide_grid.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mollweide_grid.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mollweide_grid.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mollweide_grid.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mollweide_grid.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/mollweide_grid.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/offset_points.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/offset_points.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/offset_points.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/offset_points.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/offset_points.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/offset_points.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/offset_points.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/offset_points.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/offset_points.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/pcolormesh.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/pcolormesh.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/pcolormesh.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/pcolormesh.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/pcolormesh.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/pcolormesh.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/pcolormesh.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/pcolormesh.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/pcolormesh.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_axes.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_axes.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_axes.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_axes.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_axes.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_axes.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_axes.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_axes.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_axes.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_coords.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_coords.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_coords.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_coords.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_coords.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_coords.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_coords.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_coords.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_coords.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_rmin.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_rmin.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_rmin.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_rmin.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_rmin.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_rmin.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_rmin.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_rmin.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_rmin.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_theta_position.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_theta_position.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_theta_position.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_theta_position.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_theta_position.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_theta_position.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_theta_position.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_theta_position.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_theta_position.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units_2.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units_2.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units_2.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units_2.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units_2.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units_2.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units_2.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units_2.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_units_2.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/psd_freqs.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/psd_freqs.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/psd_freqs.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/psd_noise.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/psd_noise.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/psd_noise.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/scatter.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/scatter.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/scatter.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/scatter.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/scatter.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/scatter.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/scatter.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/scatter.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/scatter.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/shaped_data.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/shaped_data.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/shaped_data.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/shaped_data.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/shaped_data.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/shaped_data.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/shaped_data.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/shaped_data.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/shaped_data.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_date.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_date.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_date.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_date.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_date.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_date.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_date.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_date.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_date.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_point.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_point.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_point.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_point.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_point.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_point.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_point.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_point.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/single_point.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/specgram_freqs.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/specgram_freqs.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/specgram_freqs.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/specgram_noise.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/specgram_noise.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/specgram_noise.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_baseline.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_baseline.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_baseline.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_baseline.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_baseline.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_baseline.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_baseline.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_baseline.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_baseline.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_image.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_image.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_image.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_image.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_image.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_image.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_image.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_image.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/stackplot_test_image.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/step_linestyle.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/step_linestyle.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/step_linestyle.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/step_linestyle.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/step_linestyle.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/step_linestyle.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/step_linestyle.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/step_linestyle.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/step_linestyle.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog2.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog2.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog2.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog2.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog2.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog2.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog2.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog2.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/symlog2.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/test_alpha.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/test_alpha.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/test_alpha.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/test_alpha.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/test_alpha.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/test_alpha.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/test_alpha.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/test_alpha.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/test_alpha.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/transparent_markers.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/transparent_markers.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/transparent_markers.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/transparent_markers.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/transparent_markers.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/transparent_markers.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/transparent_markers.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/transparent_markers.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/transparent_markers.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/twin_axis_locaters_formatters.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/twin_axis_locaters_formatters.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/twin_axis_locaters_formatters.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/twin_axis_locaters_formatters.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/twin_axis_locaters_formatters.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/twin_axis_locaters_formatters.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/twin_axis_locaters_formatters.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/twin_axis_locaters_formatters.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/twin_axis_locaters_formatters.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/twin_spines.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/twin_spines.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/twin_spines.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/units_strings.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/units_strings.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/units_strings.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/units_strings.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/units_strings.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/units_strings.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/units_strings.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/units_strings.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/units_strings.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/vertex_markers.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/vertex_markers.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/vertex_markers.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/vline_hline_zorder.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/vline_hline_zorder.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/vline_hline_zorder.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/vline_hline_zorder.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/vline_hline_zorder.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/vline_hline_zorder.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/vline_hline_zorder.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/vline_hline_zorder.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes/vline_hline_zorder.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_axes'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pdf/pdf_use14corefonts.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pdf/pdf_use14corefonts.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pdf/pdf_use14corefonts.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf/pgf_mixedmode.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf/pgf_mixedmode.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf/pgf_mixedmode.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf/pgf_pdflatex.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf/pgf_pdflatex.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf/pgf_pdflatex.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf/pgf_rcupdate1.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf/pgf_rcupdate1.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf/pgf_rcupdate1.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf/pgf_rcupdate2.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf/pgf_rcupdate2.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf/pgf_rcupdate2.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf/pgf_xelatex.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf/pgf_xelatex.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf/pgf_xelatex.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_pgf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_svg/noscale.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_svg/noscale.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_svg/noscale.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_svg/noscale.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_svg/noscale.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_svg/noscale.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_svg/noscale.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_svg/noscale.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_svg/noscale.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_backend_svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_clipping.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_clipping.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_clipping.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_clipping.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_clipping.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_clipping.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_clipping.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_clipping.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_clipping.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_suptile_legend.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_suptile_legend.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_suptile_legend.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_suptile_legend.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_suptile_legend.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_suptile_legend.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_suptile_legend.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_suptile_legend.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight/bbox_inches_tight_suptile_legend.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_bbox_tight'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__add_positions.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__add_positions.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__add_positions.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__add_positions.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__add_positions.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__add_positions.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__add_positions.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__add_positions.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__add_positions.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__append_positions.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__append_positions.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__append_positions.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__append_positions.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__append_positions.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__append_positions.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__append_positions.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__append_positions.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__append_positions.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__default.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__default.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__default.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__default.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__default.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__default.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__default.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__default.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__default.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__extend_positions.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__extend_positions.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__extend_positions.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__extend_positions.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__extend_positions.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__extend_positions.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__extend_positions.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__extend_positions.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__extend_positions.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_color.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_color.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_color.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_color.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_color.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_color.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_color.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_color.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_color.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linelength.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linelength.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linelength.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linelength.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linelength.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linelength.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linelength.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linelength.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linelength.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_lineoffset.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_lineoffset.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_lineoffset.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_lineoffset.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_lineoffset.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_lineoffset.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_lineoffset.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_lineoffset.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_lineoffset.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linestyle.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linestyle.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linestyle.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linestyle.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linestyle.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linestyle.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linestyle.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linestyle.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linestyle.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linewidth.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linewidth.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linewidth.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linewidth.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linewidth.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linewidth.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linewidth.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linewidth.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_linewidth.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_orientation.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_orientation.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_orientation.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_orientation.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_orientation.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_orientation.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_orientation.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_orientation.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_orientation.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_positions.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_positions.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_positions.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_positions.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_positions.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_positions.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_positions.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_positions.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__set_positions.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation__2x.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation__2x.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation__2x.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation__2x.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation__2x.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation__2x.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation__2x.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation__2x.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections/EventCollection_plot__switch_orientation__2x.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_collections'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/cbar_locationing.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/cbar_locationing.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/cbar_locationing.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/cbar_sharing.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/cbar_sharing.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/cbar_sharing.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/cbar_with_orientation.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/cbar_with_orientation.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/cbar_with_orientation.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/cbar_with_subplots_adjust.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/cbar_with_subplots_adjust.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/cbar_with_subplots_adjust.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_proportional.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_proportional.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_proportional.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_shape_proportional.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_shape_proportional.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_shape_proportional.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_shape_uniform.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_shape_uniform.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_shape_uniform.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_uniform.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_uniform.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/colorbar_extensions_uniform.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/double_cbar.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/double_cbar.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar/double_cbar.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colorbar'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colors/levels_and_colors.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colors/levels_and_colors.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colors/levels_and_colors.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colors', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colors', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_colors'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/all127.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/all127.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/all127.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/all128.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/all128.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/all128.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/basn3p02-1px-offset.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/basn3p02-1px-offset.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/basn3p02-1px-offset.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/basn3p02-half-1px-offset.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/basn3p02-half-1px-offset.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/basn3p02-half-1px-offset.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/basn3p02-minorchange.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/basn3p02-minorchange.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/basn3p02-minorchange.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/basn3p02-scrambled.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/basn3p02-scrambled.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/basn3p02-scrambled.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/basn3p02.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/basn3p02.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images/basn3p02.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_compare_images'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_contour/contour_manual_colors_and_levels.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_contour/contour_manual_colors_and_levels.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_contour/contour_manual_colors_and_levels.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_contour/contour_manual_labels.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_contour/contour_manual_labels.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_contour/contour_manual_labels.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_contour/contour_manual_labels.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_contour/contour_manual_labels.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_contour/contour_manual_labels.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_contour/contour_manual_labels.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_contour/contour_manual_labels.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_contour/contour_manual_labels.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_contour', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_contour', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_contour'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/date_axhline.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/date_axhline.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/date_axhline.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/date_axhspan.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/date_axhspan.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/date_axhspan.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/date_axvline.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/date_axvline.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/date_axvline.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/date_axvspan.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/date_axvspan.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/date_axvspan.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/date_empty.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/date_empty.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/date_empty.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/RRuleLocator_bounds.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/RRuleLocator_bounds.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates/RRuleLocator_bounds.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_dates'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-lin-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-lin-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-lin-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-lin-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-lin-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-lin-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-nn-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-nn-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-nn-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-nn-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-nn-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-nn-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-ref-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-ref-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-ref-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-ref-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-ref-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cliff-ref-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-lin-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-lin-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-lin-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-lin-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-lin-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-lin-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-nn-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-nn-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-nn-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-nn-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-nn-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-nn-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-ref-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-ref-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-ref-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-ref-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-ref-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cloverleaf-ref-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-lin-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-lin-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-lin-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-lin-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-lin-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-lin-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-nn-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-nn-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-nn-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-nn-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-nn-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-nn-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-ref-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-ref-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-ref-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-ref-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-ref-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/cosine_peak-ref-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/delaunay-1d-interp.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/delaunay-1d-interp.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/delaunay-1d-interp.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-lin-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-lin-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-lin-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-lin-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-lin-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-lin-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-nn-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-nn-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-nn-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-nn-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-nn-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-nn-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-ref-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-ref-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-ref-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-ref-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-ref-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/exponential-ref-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-lin-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-lin-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-lin-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-lin-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-lin-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-lin-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-nn-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-nn-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-nn-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-nn-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-nn-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-nn-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-ref-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-ref-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-ref-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-ref-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-ref-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gauss-ref-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-lin-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-lin-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-lin-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-lin-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-lin-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-lin-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-nn-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-nn-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-nn-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-nn-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-nn-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-nn-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-ref-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-ref-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-ref-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-ref-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-ref-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/gentle-ref-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-lin-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-lin-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-lin-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-lin-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-lin-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-lin-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-nn-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-nn-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-nn-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-nn-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-nn-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-nn-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-ref-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-ref-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-ref-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-ref-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-ref-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/saddle-ref-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-lin-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-lin-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-lin-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-lin-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-lin-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-lin-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-nn-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-nn-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-nn-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-nn-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-nn-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-nn-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-ref-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-ref-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-ref-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-ref-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-ref-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/sphere-ref-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-lin-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-lin-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-lin-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-lin-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-lin-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-lin-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-nn-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-nn-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-nn-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-nn-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-nn-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-nn-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-ref-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-ref-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-ref-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-ref-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-ref-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/steep-ref-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-lin-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-lin-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-lin-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-lin-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-lin-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-lin-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-nn-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-nn-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-nn-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-nn-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-nn-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-nn-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-ref-con.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-ref-con.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-ref-con.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-ref-img.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-ref-img.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay/trig-ref-img.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_delaunay'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/alpha_background.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/alpha_background.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/alpha_background.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/alpha_background.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/alpha_background.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/alpha_background.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_suptitle.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_suptitle.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_suptitle.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_suptitle.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_suptitle.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_suptitle.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_suptitle.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_suptitle.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_suptitle.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_today.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_today.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_today.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_today.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_today.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_today.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_today.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_today.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure/figure_today.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_figure'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/figimage-0.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/figimage-0.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/figimage-0.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/figimage-1.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/figimage-1.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/figimage-1.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_clip.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_clip.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_clip.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_clip.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_clip.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_clip.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_clip.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_clip.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_clip.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_alpha.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_alpha.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_alpha.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_alpha.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_alpha.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_alpha.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_alpha.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_alpha.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_alpha.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_background.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_background.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_background.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_background.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_background.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_background.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_background.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_background.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_composite_background.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_interps.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_interps.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_interps.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_interps.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_interps.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_interps.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_interps.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_interps.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_interps.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_shift.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_shift.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_shift.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_shift.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_shift.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/image_shift.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/imshow.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/imshow.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/imshow.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/imshow.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/imshow.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/imshow.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/imshow.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/imshow.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/imshow.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/interp_nearest_vs_none.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/interp_nearest_vs_none.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/interp_nearest_vs_none.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/interp_nearest_vs_none.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/interp_nearest_vs_none.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/interp_nearest_vs_none.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/no_interpolation_origin.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/no_interpolation_origin.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/no_interpolation_origin.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/no_interpolation_origin.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/no_interpolation_origin.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/no_interpolation_origin.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/no_interpolation_origin.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/no_interpolation_origin.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/no_interpolation_origin.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/rasterize_10dpi.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/rasterize_10dpi.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/rasterize_10dpi.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/rasterize_10dpi.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/rasterize_10dpi.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/rasterize_10dpi.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/uint16.tif', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/uint16.tif', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image/uint16.tif'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_image'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/fancy.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/fancy.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/fancy.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/fancy.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/fancy.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/fancy.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/fancy.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/fancy.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/fancy.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/framealpha.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/framealpha.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/framealpha.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/framealpha.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/framealpha.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/framealpha.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/framealpha.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/framealpha.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/framealpha.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto1.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto1.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto1.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto1.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto1.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto1.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto1.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto1.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto1.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto2.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto2.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto2.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto2.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto2.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto2.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto2.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto2.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto2.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto3.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto3.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto3.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto3.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto3.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto3.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto3.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto3.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_auto3.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_expand.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_expand.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_expand.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_expand.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_expand.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_expand.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_expand.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_expand.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_expand.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_various_labels.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_various_labels.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_various_labels.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_various_labels.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_various_labels.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_various_labels.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_various_labels.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_various_labels.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/legend_various_labels.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc1.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc1.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc1.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc1.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc1.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc1.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc1.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc1.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc1.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc3.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc3.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc3.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc3.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc3.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc3.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc3.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc3.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend/scatter_rc3.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_legend'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_lines/line_collection_dashes.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_lines/line_collection_dashes.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_lines/line_collection_dashes.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_lines/line_collection_dashes.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_lines/line_collection_dashes.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_lines/line_collection_dashes.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_lines/line_collection_dashes.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_lines/line_collection_dashes.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_lines/line_collection_dashes.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_lines', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_lines', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_lines'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_00.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_00.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_00.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_01.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_01.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_01.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_02.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_02.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_02.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_03.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_03.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_03.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_04.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_04.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_04.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_05.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_05.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_05.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_06.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_06.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_06.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_07.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_07.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_07.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_08.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_08.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_08.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_09.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_09.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_09.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_10.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_10.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_10.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_11.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_11.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_11.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_12.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_12.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_12.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_13.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_13.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_13.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_14.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_14.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_14.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_15.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_15.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_15.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_16.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_16.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_16.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_17.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_17.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_17.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_18.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_18.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_18.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_19.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_19.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_19.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_20.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_20.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_20.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_21.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_21.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_21.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_22.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_22.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_22.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_23.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_23.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_23.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_24.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_24.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_24.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_25.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_25.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_25.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_26.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_26.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_26.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_27.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_27.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_27.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_28.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_28.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_28.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_29.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_29.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_29.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_30.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_30.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_30.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_31.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_31.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_31.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_32.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_32.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_32.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_33.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_33.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_33.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_34.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_34.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_34.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_35.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_35.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_35.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_36.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_36.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_36.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_37.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_37.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_37.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_38.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_38.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_38.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_39.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_39.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_39.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_40.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_40.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_40.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_41.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_41.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_41.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_42.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_42.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_42.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_43.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_43.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_43.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_44.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_44.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_44.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_45.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_45.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_45.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_46.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_46.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_46.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_47.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_47.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_47.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_48.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_48.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_48.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_49.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_49.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_49.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_50.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_50.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_50.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_51.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_51.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_51.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_52.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_52.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_52.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_53.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_53.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_53.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_54.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_54.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_54.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_55.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_55.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_55.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_56.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_56.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_56.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_57.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_57.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_57.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_58.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_58.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_58.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_59.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_59.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_cm_59.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_00.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_00.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_00.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_01.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_01.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_01.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_02.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_02.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_02.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_03.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_03.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_03.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_04.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_04.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_04.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_05.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_05.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_05.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_06.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_06.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_06.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_07.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_07.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_07.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_08.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_08.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_08.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_09.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_09.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_09.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_10.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_10.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_10.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_11.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_11.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_11.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_12.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_12.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_12.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_13.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_13.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_13.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_14.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_14.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_14.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_15.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_15.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_15.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_16.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_16.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_16.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_17.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_17.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_17.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_18.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_18.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_18.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_19.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_19.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_19.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_20.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_20.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_20.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_21.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_21.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_21.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_22.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_22.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_22.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_23.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_23.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_23.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_24.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_24.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_24.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_25.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_25.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_25.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_26.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_26.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_26.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_27.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_27.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_27.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_28.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_28.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_28.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_29.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_29.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_29.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_30.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_30.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_30.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_31.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_31.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_31.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_32.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_32.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_32.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_33.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_33.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_33.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_34.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_34.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_34.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_35.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_35.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_35.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_36.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_36.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_36.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_37.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_37.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_37.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_38.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_38.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_38.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_39.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_39.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_39.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_40.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_40.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_40.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_41.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_41.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_41.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_42.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_42.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_42.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_43.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_43.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_43.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_44.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_44.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_44.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_45.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_45.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_45.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_46.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_46.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_46.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_47.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_47.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_47.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_48.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_48.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_48.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_49.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_49.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_49.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_50.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_50.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_50.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_51.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_51.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_51.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_52.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_52.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_52.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_53.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_53.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_53.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_54.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_54.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_54.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_55.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_55.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_55.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_56.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_56.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_56.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_57.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_57.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_57.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_58.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_58.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_58.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_59.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_59.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stix_59.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_00.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_00.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_00.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_01.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_01.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_01.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_02.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_02.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_02.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_03.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_03.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_03.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_04.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_04.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_04.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_05.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_05.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_05.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_06.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_06.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_06.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_07.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_07.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_07.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_08.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_08.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_08.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_09.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_09.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_09.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_10.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_10.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_10.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_11.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_11.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_11.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_12.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_12.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_12.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_13.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_13.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_13.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_14.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_14.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_14.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_15.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_15.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_15.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_16.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_16.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_16.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_17.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_17.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_17.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_18.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_18.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_18.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_19.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_19.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_19.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_20.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_20.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_20.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_21.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_21.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_21.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_22.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_22.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_22.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_23.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_23.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_23.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_24.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_24.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_24.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_25.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_25.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_25.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_26.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_26.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_26.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_27.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_27.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_27.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_28.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_28.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_28.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_29.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_29.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_29.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_30.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_30.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_30.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_31.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_31.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_31.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_32.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_32.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_32.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_33.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_33.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_33.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_34.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_34.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_34.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_35.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_35.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_35.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_36.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_36.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_36.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_37.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_37.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_37.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_38.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_38.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_38.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_39.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_39.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_39.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_40.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_40.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_40.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_41.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_41.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_41.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_42.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_42.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_42.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_43.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_43.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_43.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_44.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_44.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_44.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_45.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_45.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_45.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_46.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_46.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_46.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_47.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_47.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_47.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_48.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_48.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_48.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_49.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_49.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_49.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_50.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_50.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_50.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_51.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_51.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_51.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_52.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_52.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_52.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_53.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_53.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_53.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_54.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_54.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_54.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_55.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_55.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_55.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_56.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_56.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_56.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_57.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_57.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_57.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_58.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_58.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_58.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_59.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_59.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathfont_stixsans_59.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_00.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_00.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_00.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_00.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_00.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_00.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_00.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_00.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_00.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_01.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_01.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_01.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_01.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_01.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_01.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_01.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_01.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_01.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_02.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_02.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_02.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_02.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_02.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_02.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_02.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_02.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_02.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_03.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_03.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_03.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_03.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_03.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_03.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_03.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_03.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_03.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_04.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_04.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_04.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_04.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_04.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_04.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_04.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_04.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_04.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_05.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_05.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_05.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_05.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_05.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_05.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_05.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_05.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_05.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_06.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_06.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_06.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_06.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_06.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_06.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_06.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_06.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_06.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_07.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_07.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_07.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_07.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_07.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_07.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_07.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_07.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_07.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_08.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_08.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_08.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_08.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_08.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_08.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_08.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_08.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_08.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_09.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_09.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_09.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_09.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_09.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_09.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_09.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_09.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_09.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_10.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_10.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_10.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_10.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_10.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_10.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_10.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_10.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_10.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_11.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_11.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_11.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_11.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_11.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_11.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_11.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_11.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_11.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_12.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_12.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_12.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_12.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_12.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_12.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_12.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_12.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_12.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_13.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_13.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_13.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_13.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_13.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_13.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_13.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_13.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_13.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_14.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_14.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_14.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_14.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_14.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_14.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_14.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_14.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_14.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_15.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_15.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_15.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_15.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_15.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_15.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_15.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_15.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_15.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_16.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_16.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_16.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_16.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_16.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_16.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_16.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_16.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_16.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_17.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_17.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_17.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_17.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_17.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_17.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_17.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_17.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_17.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_18.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_18.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_18.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_18.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_18.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_18.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_18.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_18.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_18.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_19.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_19.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_19.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_19.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_19.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_19.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_19.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_19.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_19.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_20.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_20.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_20.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_20.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_20.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_20.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_20.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_20.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_20.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_21.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_21.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_21.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_21.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_21.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_21.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_21.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_21.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_21.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_22.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_22.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_22.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_22.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_22.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_22.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_22.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_22.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_22.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_23.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_23.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_23.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_23.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_23.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_23.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_23.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_23.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_23.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_24.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_24.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_24.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_24.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_24.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_24.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_24.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_24.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_24.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_25.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_25.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_25.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_25.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_25.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_25.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_25.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_25.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_25.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_26.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_26.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_26.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_26.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_26.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_26.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_26.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_26.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_26.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_27.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_27.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_27.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_27.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_27.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_27.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_27.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_27.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_27.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_28.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_28.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_28.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_28.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_28.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_28.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_28.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_28.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_28.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_29.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_29.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_29.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_29.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_29.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_29.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_29.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_29.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_29.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_30.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_30.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_30.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_30.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_30.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_30.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_30.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_30.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_30.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_31.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_31.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_31.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_31.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_31.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_31.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_31.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_31.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_31.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_32.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_32.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_32.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_32.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_32.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_32.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_32.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_32.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_32.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_33.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_33.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_33.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_33.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_33.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_33.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_33.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_33.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_33.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_34.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_34.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_34.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_34.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_34.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_34.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_34.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_34.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_34.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_35.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_35.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_35.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_35.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_35.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_35.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_35.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_35.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_35.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_36.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_36.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_36.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_36.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_36.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_36.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_36.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_36.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_36.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_37.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_37.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_37.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_37.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_37.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_37.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_37.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_37.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_37.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_38.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_38.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_38.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_38.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_38.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_38.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_38.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_38.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_38.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_39.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_39.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_39.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_39.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_39.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_39.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_39.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_39.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_39.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_40.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_40.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_40.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_40.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_40.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_40.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_40.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_40.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_40.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_41.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_41.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_41.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_41.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_41.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_41.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_41.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_41.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_41.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_42.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_42.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_42.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_42.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_42.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_42.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_42.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_42.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_42.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_43.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_43.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_43.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_43.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_43.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_43.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_43.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_43.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_43.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_44.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_44.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_44.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_44.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_44.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_44.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_44.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_44.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_44.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_45.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_45.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_45.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_45.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_45.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_45.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_45.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_45.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_45.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_46.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_46.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_46.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_46.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_46.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_46.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_46.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_46.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_46.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_47.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_47.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_47.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_47.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_47.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_47.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_47.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_47.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_47.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_48.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_48.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_48.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_48.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_48.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_48.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_48.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_48.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_48.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_49.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_49.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_49.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_49.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_49.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_49.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_49.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_49.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_49.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_50.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_50.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_50.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_50.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_50.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_50.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_50.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_50.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_50.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_51.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_51.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_51.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_51.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_51.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_51.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_51.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_51.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_51.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_52.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_52.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_52.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_52.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_52.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_52.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_52.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_52.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_52.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_53.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_53.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_53.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_53.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_53.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_53.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_53.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_53.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_53.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_54.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_54.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_54.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_54.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_54.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_54.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_54.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_54.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_54.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_55.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_55.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_55.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_55.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_55.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_55.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_55.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_55.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_55.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_56.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_56.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_56.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_56.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_56.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_56.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_56.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_56.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_56.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_57.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_57.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_57.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_57.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_57.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_57.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_57.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_57.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_57.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_58.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_58.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_58.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_58.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_58.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_58.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_58.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_58.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_58.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_59.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_59.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_59.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_59.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_59.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_59.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_59.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_59.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_59.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_60.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_60.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_60.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_60.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_60.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_60.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_60.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_60.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_60.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_61.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_61.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_61.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_61.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_61.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_61.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_61.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_61.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_61.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_62.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_62.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_62.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_62.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_62.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_62.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_62.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_62.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_62.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_63.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_63.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_63.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_63.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_63.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_63.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_63.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_63.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_63.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_64.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_65.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_65.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_65.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_65.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_65.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_65.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_65.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_65.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_65.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_66.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_66.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_66.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_66.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_66.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_66.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_66.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_66.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_66.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_67.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_67.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_67.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_67.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_67.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_67.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_67.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_67.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_cm_67.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_00.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_00.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_00.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_00.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_00.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_00.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_00.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_00.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_00.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_01.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_01.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_01.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_01.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_01.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_01.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_01.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_01.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_01.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_02.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_02.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_02.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_02.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_02.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_02.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_02.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_02.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_02.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_03.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_03.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_03.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_03.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_03.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_03.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_03.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_03.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_03.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_04.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_04.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_04.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_04.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_04.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_04.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_04.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_04.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_04.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_05.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_05.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_05.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_05.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_05.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_05.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_05.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_05.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_05.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_06.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_06.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_06.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_06.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_06.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_06.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_06.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_06.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_06.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_07.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_07.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_07.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_07.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_07.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_07.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_07.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_07.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_07.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_08.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_08.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_08.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_08.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_08.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_08.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_08.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_08.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_08.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_09.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_09.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_09.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_09.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_09.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_09.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_09.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_09.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_09.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_10.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_10.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_10.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_10.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_10.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_10.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_10.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_10.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_10.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_11.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_11.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_11.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_11.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_11.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_11.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_11.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_11.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_11.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_12.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_12.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_12.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_12.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_12.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_12.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_12.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_12.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_12.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_13.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_13.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_13.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_13.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_13.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_13.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_13.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_13.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_13.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_14.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_14.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_14.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_14.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_14.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_14.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_14.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_14.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_14.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_15.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_15.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_15.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_15.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_15.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_15.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_15.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_15.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_15.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_16.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_16.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_16.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_16.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_16.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_16.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_16.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_16.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_16.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_17.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_17.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_17.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_17.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_17.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_17.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_17.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_17.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_17.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_18.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_18.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_18.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_18.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_18.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_18.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_18.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_18.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_18.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_19.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_19.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_19.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_19.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_19.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_19.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_19.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_19.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_19.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_20.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_20.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_20.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_20.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_20.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_20.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_20.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_20.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_20.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_21.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_21.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_21.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_21.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_21.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_21.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_21.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_21.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_21.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_22.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_22.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_22.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_22.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_22.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_22.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_22.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_22.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_22.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_23.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_23.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_23.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_23.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_23.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_23.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_23.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_23.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_23.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_24.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_24.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_24.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_24.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_24.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_24.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_24.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_24.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_24.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_25.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_25.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_25.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_25.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_25.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_25.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_25.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_25.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_25.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_26.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_26.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_26.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_26.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_26.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_26.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_26.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_26.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_26.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_27.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_27.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_27.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_27.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_27.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_27.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_27.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_27.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_27.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_28.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_28.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_28.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_28.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_28.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_28.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_28.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_28.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_28.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_29.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_29.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_29.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_29.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_29.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_29.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_29.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_29.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_29.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_30.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_30.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_30.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_30.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_30.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_30.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_30.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_30.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_30.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_31.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_31.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_31.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_31.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_31.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_31.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_31.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_31.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_31.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_32.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_32.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_32.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_32.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_32.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_32.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_32.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_32.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_32.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_33.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_33.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_33.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_33.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_33.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_33.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_33.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_33.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_33.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_34.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_34.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_34.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_34.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_34.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_34.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_34.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_34.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_34.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_35.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_35.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_35.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_35.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_35.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_35.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_35.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_35.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_35.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_36.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_36.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_36.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_36.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_36.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_36.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_36.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_36.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_36.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_37.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_37.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_37.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_37.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_37.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_37.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_37.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_37.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_37.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_38.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_38.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_38.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_38.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_38.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_38.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_38.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_38.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_38.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_39.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_39.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_39.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_39.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_39.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_39.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_39.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_39.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_39.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_40.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_40.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_40.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_40.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_40.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_40.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_40.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_40.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_40.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_41.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_41.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_41.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_41.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_41.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_41.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_41.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_41.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_41.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_42.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_42.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_42.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_42.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_42.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_42.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_42.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_42.svg', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_42.svg'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_43.pdf', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_43.pdf', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_43.pdf'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_43.png', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_43.png', "[Errno 1] Operation not permitted: '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_43.png'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_43.svg', '/var/folders/g_/f84bfh_s2d98xgf277nqr4140000gr/T/pip-4_QBtm-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix_43.svg', "[Errno 1] Operation not
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment