Skip to content

Instantly share code, notes, and snippets.

@jmarrec
Created September 6, 2017 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmarrec/682b9efbb1f5445f66dbae2932a3f148 to your computer and use it in GitHub Desktop.
Save jmarrec/682b9efbb1f5445f66dbae2932a3f148 to your computer and use it in GitHub Desktop.
python3 on macOS 10.12.6 - Homebrew build logs
Homebrew build logs for python3 on macOS 10.12.6
Build date: 2017-09-02 13:03:43
HOMEBREW_VERSION: 1.3.2
ORIGIN: https://github.com/Homebrew/brew
HEAD: 751334a257d81851e68da7ab390982d4e9fdf909
Last commit: 2 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 36e3e8ccc73bc1e91ac9b7c9f29aa0f96c43c6dc
Core tap last commit: 51 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit arrandale
Homebrew Ruby: 2.0.0-p648
Clang: 8.1 build 802
Git: 2.14.1 => /usr/local/bin/git
Perl: /usr/local/bin/perl => /usr/local/Cellar/perl/5.26.0/bin/perl
Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.4.1_2/bin/ruby
Java: 1.8.0_112
macOS: 10.12.6-x86_64
Xcode: 8.3.3
CLT: 8.3.2.0.1.1492020469
X11: N/A
Your system is ready to brew.
2017-09-06 14:10:34 +0200
/usr/local/Cellar/python3/3.6.2/bin/python3
-s
setup.py
--no-user-cfg
install
--force
--verbose
--install-scripts=/usr/local/Cellar/python3/3.6.2/bin
--install-lib=/usr/local/lib/python3.6/site-packages
--single-version-externally-managed
--record=installed.txt
running install
running build
running build_py
creating build
creating build/lib
copying easy_install.py -> build/lib
creating build/lib/pkg_resources
copying pkg_resources/__init__.py -> build/lib/pkg_resources
creating build/lib/setuptools
copying setuptools/__init__.py -> build/lib/setuptools
copying setuptools/archive_util.py -> build/lib/setuptools
copying setuptools/config.py -> build/lib/setuptools
copying setuptools/depends.py -> build/lib/setuptools
copying setuptools/dist.py -> build/lib/setuptools
copying setuptools/extension.py -> build/lib/setuptools
copying setuptools/glob.py -> build/lib/setuptools
copying setuptools/launch.py -> build/lib/setuptools
copying setuptools/lib2to3_ex.py -> build/lib/setuptools
copying setuptools/monkey.py -> build/lib/setuptools
copying setuptools/msvc.py -> build/lib/setuptools
copying setuptools/namespaces.py -> build/lib/setuptools
copying setuptools/package_index.py -> build/lib/setuptools
copying setuptools/py26compat.py -> build/lib/setuptools
copying setuptools/py27compat.py -> build/lib/setuptools
copying setuptools/py31compat.py -> build/lib/setuptools
copying setuptools/sandbox.py -> build/lib/setuptools
copying setuptools/site-patch.py -> build/lib/setuptools
copying setuptools/ssl_support.py -> build/lib/setuptools
copying setuptools/unicode_utils.py -> build/lib/setuptools
copying setuptools/version.py -> build/lib/setuptools
copying setuptools/windows_support.py -> build/lib/setuptools
creating build/lib/pkg_resources/_vendor
copying pkg_resources/_vendor/__init__.py -> build/lib/pkg_resources/_vendor
copying pkg_resources/_vendor/appdirs.py -> build/lib/pkg_resources/_vendor
copying pkg_resources/_vendor/pyparsing.py -> build/lib/pkg_resources/_vendor
copying pkg_resources/_vendor/six.py -> build/lib/pkg_resources/_vendor
creating build/lib/pkg_resources/extern
copying pkg_resources/extern/__init__.py -> build/lib/pkg_resources/extern
creating build/lib/pkg_resources/_vendor/packaging
copying pkg_resources/_vendor/packaging/__about__.py -> build/lib/pkg_resources/_vendor/packaging
copying pkg_resources/_vendor/packaging/__init__.py -> build/lib/pkg_resources/_vendor/packaging
copying pkg_resources/_vendor/packaging/_compat.py -> build/lib/pkg_resources/_vendor/packaging
copying pkg_resources/_vendor/packaging/_structures.py -> build/lib/pkg_resources/_vendor/packaging
copying pkg_resources/_vendor/packaging/markers.py -> build/lib/pkg_resources/_vendor/packaging
copying pkg_resources/_vendor/packaging/requirements.py -> build/lib/pkg_resources/_vendor/packaging
copying pkg_resources/_vendor/packaging/specifiers.py -> build/lib/pkg_resources/_vendor/packaging
copying pkg_resources/_vendor/packaging/utils.py -> build/lib/pkg_resources/_vendor/packaging
copying pkg_resources/_vendor/packaging/version.py -> build/lib/pkg_resources/_vendor/packaging
creating build/lib/setuptools/command
copying setuptools/command/__init__.py -> build/lib/setuptools/command
copying setuptools/command/alias.py -> build/lib/setuptools/command
copying setuptools/command/bdist_egg.py -> build/lib/setuptools/command
copying setuptools/command/bdist_rpm.py -> build/lib/setuptools/command
copying setuptools/command/bdist_wininst.py -> build/lib/setuptools/command
copying setuptools/command/build_ext.py -> build/lib/setuptools/command
copying setuptools/command/build_py.py -> build/lib/setuptools/command
copying setuptools/command/develop.py -> build/lib/setuptools/command
copying setuptools/command/easy_install.py -> build/lib/setuptools/command
copying setuptools/command/egg_info.py -> build/lib/setuptools/command
copying setuptools/command/install.py -> build/lib/setuptools/command
copying setuptools/command/install_egg_info.py -> build/lib/setuptools/command
copying setuptools/command/install_lib.py -> build/lib/setuptools/command
copying setuptools/command/install_scripts.py -> build/lib/setuptools/command
copying setuptools/command/py36compat.py -> build/lib/setuptools/command
copying setuptools/command/register.py -> build/lib/setuptools/command
copying setuptools/command/rotate.py -> build/lib/setuptools/command
copying setuptools/command/saveopts.py -> build/lib/setuptools/command
copying setuptools/command/sdist.py -> build/lib/setuptools/command
copying setuptools/command/setopt.py -> build/lib/setuptools/command
copying setuptools/command/test.py -> build/lib/setuptools/command
copying setuptools/command/upload.py -> build/lib/setuptools/command
copying setuptools/command/upload_docs.py -> build/lib/setuptools/command
creating build/lib/setuptools/extern
copying setuptools/extern/__init__.py -> build/lib/setuptools/extern
copying setuptools/script (dev).tmpl -> build/lib/setuptools
copying setuptools/script.tmpl -> build/lib/setuptools
copying setuptools/cli-32.exe -> build/lib/setuptools
copying setuptools/cli-64.exe -> build/lib/setuptools
copying setuptools/cli.exe -> build/lib/setuptools
copying setuptools/gui-32.exe -> build/lib/setuptools
copying setuptools/gui-64.exe -> build/lib/setuptools
copying setuptools/gui.exe -> build/lib/setuptools
copying setuptools/command/launcher manifest.xml -> build/lib/setuptools/command
running install_lib
copying build/lib/easy_install.py -> /usr/local/lib/python3.6/site-packages
copying build/lib/pkg_resources/__init__.py -> /usr/local/lib/python3.6/site-packages/pkg_resources
copying build/lib/pkg_resources/_vendor/__init__.py -> /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor
copying build/lib/pkg_resources/_vendor/appdirs.py -> /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor
copying build/lib/pkg_resources/_vendor/packaging/__about__.py -> /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/__init__.py -> /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/_compat.py -> /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/_structures.py -> /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/markers.py -> /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/requirements.py -> /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/specifiers.py -> /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/utils.py -> /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/packaging/version.py -> /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging
copying build/lib/pkg_resources/_vendor/pyparsing.py -> /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor
copying build/lib/pkg_resources/_vendor/six.py -> /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor
copying build/lib/pkg_resources/extern/__init__.py -> /usr/local/lib/python3.6/site-packages/pkg_resources/extern
creating /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/__init__.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/archive_util.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/cli-32.exe -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/cli-64.exe -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/cli.exe -> /usr/local/lib/python3.6/site-packages/setuptools
creating /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/__init__.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/alias.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/bdist_egg.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/bdist_rpm.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/bdist_wininst.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/build_ext.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/build_py.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/develop.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/easy_install.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/egg_info.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/install.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/install_egg_info.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/install_lib.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/install_scripts.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/launcher manifest.xml -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/py36compat.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/register.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/rotate.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/saveopts.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/sdist.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/setopt.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/test.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/upload.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/command/upload_docs.py -> /usr/local/lib/python3.6/site-packages/setuptools/command
copying build/lib/setuptools/config.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/depends.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/dist.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/extension.py -> /usr/local/lib/python3.6/site-packages/setuptools
creating /usr/local/lib/python3.6/site-packages/setuptools/extern
copying build/lib/setuptools/extern/__init__.py -> /usr/local/lib/python3.6/site-packages/setuptools/extern
copying build/lib/setuptools/glob.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/gui-32.exe -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/gui-64.exe -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/gui.exe -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/launch.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/lib2to3_ex.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/monkey.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/msvc.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/namespaces.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/package_index.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/py26compat.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/py27compat.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/py31compat.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/sandbox.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/script (dev).tmpl -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/script.tmpl -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/site-patch.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/ssl_support.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/unicode_utils.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/version.py -> /usr/local/lib/python3.6/site-packages/setuptools
copying build/lib/setuptools/windows_support.py -> /usr/local/lib/python3.6/site-packages/setuptools
byte-compiling /usr/local/lib/python3.6/site-packages/easy_install.py to easy_install.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/appdirs.py to appdirs.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/__about__.py to __about__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/_compat.py to _compat.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/_structures.py to _structures.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/markers.py to markers.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/requirements.py to requirements.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/specifiers.py to specifiers.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/utils.py to utils.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/packaging/version.py to version.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/pyparsing.py to pyparsing.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pkg_resources/_vendor/six.py to six.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pkg_resources/extern/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/archive_util.py to archive_util.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/alias.py to alias.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/bdist_egg.py to bdist_egg.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/bdist_rpm.py to bdist_rpm.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/bdist_wininst.py to bdist_wininst.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/build_ext.py to build_ext.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/build_py.py to build_py.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/develop.py to develop.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/easy_install.py to easy_install.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/egg_info.py to egg_info.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/install.py to install.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/install_egg_info.py to install_egg_info.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/install_lib.py to install_lib.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/install_scripts.py to install_scripts.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/py36compat.py to py36compat.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/register.py to register.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/rotate.py to rotate.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/saveopts.py to saveopts.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/sdist.py to sdist.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/setopt.py to setopt.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/test.py to test.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/upload.py to upload.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/command/upload_docs.py to upload_docs.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/config.py to config.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/depends.py to depends.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/dist.py to dist.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/extension.py to extension.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/extern/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/glob.py to glob.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/launch.py to launch.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/lib2to3_ex.py to lib2to3_ex.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/monkey.py to monkey.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/msvc.py to msvc.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/namespaces.py to namespaces.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/package_index.py to package_index.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/py26compat.py to py26compat.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/py27compat.py to py27compat.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/py31compat.py to py31compat.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/sandbox.py to sandbox.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/site-patch.py to site-patch.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/ssl_support.py to ssl_support.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/unicode_utils.py to unicode_utils.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/version.py to version.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/setuptools/windows_support.py to windows_support.cpython-36.pyc
running install_egg_info
running egg_info
writing setuptools.egg-info/PKG-INFO
writing dependency_links to setuptools.egg-info/dependency_links.txt
writing entry points to setuptools.egg-info/entry_points.txt
writing requirements to setuptools.egg-info/requires.txt
writing top-level names to setuptools.egg-info/top_level.txt
reading manifest file 'setuptools.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'setuptools/_vendor'
writing manifest file 'setuptools.egg-info/SOURCES.txt'
Copying setuptools.egg-info to /usr/local/lib/python3.6/site-packages/setuptools-32.2.0-py3.6.egg-info
running install_scripts
Installing easy_install script to /usr/local/Cellar/python3/3.6.2/bin
Installing easy_install-3.6 script to /usr/local/Cellar/python3/3.6.2/bin
writing list of installed files to 'installed.txt'
2017-09-06 14:10:36 +0200
/usr/local/Cellar/python3/3.6.2/bin/python3
-s
setup.py
--no-user-cfg
install
--force
--verbose
--install-scripts=/usr/local/Cellar/python3/3.6.2/bin
--install-lib=/usr/local/lib/python3.6/site-packages
--single-version-externally-managed
--record=installed.txt
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/pip
copying pip/__init__.py -> build/lib/pip
copying pip/__main__.py -> build/lib/pip
copying pip/basecommand.py -> build/lib/pip
copying pip/baseparser.py -> build/lib/pip
copying pip/cmdoptions.py -> build/lib/pip
copying pip/download.py -> build/lib/pip
copying pip/exceptions.py -> build/lib/pip
copying pip/index.py -> build/lib/pip
copying pip/locations.py -> build/lib/pip
copying pip/pep425tags.py -> build/lib/pip
copying pip/status_codes.py -> build/lib/pip
copying pip/wheel.py -> build/lib/pip
creating build/lib/pip/_vendor
copying pip/_vendor/__init__.py -> build/lib/pip/_vendor
copying pip/_vendor/appdirs.py -> build/lib/pip/_vendor
copying pip/_vendor/distro.py -> build/lib/pip/_vendor
copying pip/_vendor/ipaddress.py -> build/lib/pip/_vendor
copying pip/_vendor/ordereddict.py -> build/lib/pip/_vendor
copying pip/_vendor/pyparsing.py -> build/lib/pip/_vendor
copying pip/_vendor/re-vendor.py -> build/lib/pip/_vendor
copying pip/_vendor/retrying.py -> build/lib/pip/_vendor
copying pip/_vendor/six.py -> build/lib/pip/_vendor
creating build/lib/pip/commands
copying pip/commands/__init__.py -> build/lib/pip/commands
copying pip/commands/check.py -> build/lib/pip/commands
copying pip/commands/completion.py -> build/lib/pip/commands
copying pip/commands/download.py -> build/lib/pip/commands
copying pip/commands/freeze.py -> build/lib/pip/commands
copying pip/commands/hash.py -> build/lib/pip/commands
copying pip/commands/help.py -> build/lib/pip/commands
copying pip/commands/install.py -> build/lib/pip/commands
copying pip/commands/list.py -> build/lib/pip/commands
copying pip/commands/search.py -> build/lib/pip/commands
copying pip/commands/show.py -> build/lib/pip/commands
copying pip/commands/uninstall.py -> build/lib/pip/commands
copying pip/commands/wheel.py -> build/lib/pip/commands
creating build/lib/pip/compat
copying pip/compat/__init__.py -> build/lib/pip/compat
copying pip/compat/dictconfig.py -> build/lib/pip/compat
creating build/lib/pip/models
copying pip/models/__init__.py -> build/lib/pip/models
copying pip/models/index.py -> build/lib/pip/models
creating build/lib/pip/operations
copying pip/operations/__init__.py -> build/lib/pip/operations
copying pip/operations/check.py -> build/lib/pip/operations
copying pip/operations/freeze.py -> build/lib/pip/operations
creating build/lib/pip/req
copying pip/req/__init__.py -> build/lib/pip/req
copying pip/req/req_file.py -> build/lib/pip/req
copying pip/req/req_install.py -> build/lib/pip/req
copying pip/req/req_set.py -> build/lib/pip/req
copying pip/req/req_uninstall.py -> build/lib/pip/req
creating build/lib/pip/utils
copying pip/utils/__init__.py -> build/lib/pip/utils
copying pip/utils/appdirs.py -> build/lib/pip/utils
copying pip/utils/build.py -> build/lib/pip/utils
copying pip/utils/deprecation.py -> build/lib/pip/utils
copying pip/utils/encoding.py -> build/lib/pip/utils
copying pip/utils/filesystem.py -> build/lib/pip/utils
copying pip/utils/glibc.py -> build/lib/pip/utils
copying pip/utils/hashes.py -> build/lib/pip/utils
copying pip/utils/logging.py -> build/lib/pip/utils
copying pip/utils/outdated.py -> build/lib/pip/utils
copying pip/utils/packaging.py -> build/lib/pip/utils
copying pip/utils/setuptools_build.py -> build/lib/pip/utils
copying pip/utils/ui.py -> build/lib/pip/utils
creating build/lib/pip/vcs
copying pip/vcs/__init__.py -> build/lib/pip/vcs
copying pip/vcs/bazaar.py -> build/lib/pip/vcs
copying pip/vcs/git.py -> build/lib/pip/vcs
copying pip/vcs/mercurial.py -> build/lib/pip/vcs
copying pip/vcs/subversion.py -> build/lib/pip/vcs
creating build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/__init__.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/_cmd.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/adapter.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/cache.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/compat.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/controller.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/filewrapper.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/heuristics.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/serialize.py -> build/lib/pip/_vendor/cachecontrol
copying pip/_vendor/cachecontrol/wrapper.py -> build/lib/pip/_vendor/cachecontrol
creating build/lib/pip/_vendor/colorama
copying pip/_vendor/colorama/__init__.py -> build/lib/pip/_vendor/colorama
copying pip/_vendor/colorama/ansi.py -> build/lib/pip/_vendor/colorama
copying pip/_vendor/colorama/ansitowin32.py -> build/lib/pip/_vendor/colorama
copying pip/_vendor/colorama/initialise.py -> build/lib/pip/_vendor/colorama
copying pip/_vendor/colorama/win32.py -> build/lib/pip/_vendor/colorama
copying pip/_vendor/colorama/winterm.py -> build/lib/pip/_vendor/colorama
creating build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/__init__.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/compat.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/database.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/index.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/locators.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/manifest.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/markers.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/metadata.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/resources.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/scripts.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/util.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/version.py -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/wheel.py -> build/lib/pip/_vendor/distlib
creating build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/__init__.py -> build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/_ihatexml.py -> build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/_inputstream.py -> build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/_tokenizer.py -> build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/_utils.py -> build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/constants.py -> build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/html5parser.py -> build/lib/pip/_vendor/html5lib
copying pip/_vendor/html5lib/serializer.py -> build/lib/pip/_vendor/html5lib
creating build/lib/pip/_vendor/lockfile
copying pip/_vendor/lockfile/__init__.py -> build/lib/pip/_vendor/lockfile
copying pip/_vendor/lockfile/linklockfile.py -> build/lib/pip/_vendor/lockfile
copying pip/_vendor/lockfile/mkdirlockfile.py -> build/lib/pip/_vendor/lockfile
copying pip/_vendor/lockfile/pidlockfile.py -> build/lib/pip/_vendor/lockfile
copying pip/_vendor/lockfile/sqlitelockfile.py -> build/lib/pip/_vendor/lockfile
copying pip/_vendor/lockfile/symlinklockfile.py -> build/lib/pip/_vendor/lockfile
creating build/lib/pip/_vendor/packaging
copying pip/_vendor/packaging/__about__.py -> build/lib/pip/_vendor/packaging
copying pip/_vendor/packaging/__init__.py -> build/lib/pip/_vendor/packaging
copying pip/_vendor/packaging/_compat.py -> build/lib/pip/_vendor/packaging
copying pip/_vendor/packaging/_structures.py -> build/lib/pip/_vendor/packaging
copying pip/_vendor/packaging/markers.py -> build/lib/pip/_vendor/packaging
copying pip/_vendor/packaging/requirements.py -> build/lib/pip/_vendor/packaging
copying pip/_vendor/packaging/specifiers.py -> build/lib/pip/_vendor/packaging
copying pip/_vendor/packaging/utils.py -> build/lib/pip/_vendor/packaging
copying pip/_vendor/packaging/version.py -> build/lib/pip/_vendor/packaging
creating build/lib/pip/_vendor/pkg_resources
copying pip/_vendor/pkg_resources/__init__.py -> build/lib/pip/_vendor/pkg_resources
creating build/lib/pip/_vendor/progress
copying pip/_vendor/progress/__init__.py -> build/lib/pip/_vendor/progress
copying pip/_vendor/progress/bar.py -> build/lib/pip/_vendor/progress
copying pip/_vendor/progress/counter.py -> build/lib/pip/_vendor/progress
copying pip/_vendor/progress/helpers.py -> build/lib/pip/_vendor/progress
copying pip/_vendor/progress/spinner.py -> build/lib/pip/_vendor/progress
creating build/lib/pip/_vendor/requests
copying pip/_vendor/requests/__init__.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/adapters.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/api.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/auth.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/certs.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/compat.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/cookies.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/exceptions.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/hooks.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/models.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/sessions.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/status_codes.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/structures.py -> build/lib/pip/_vendor/requests
copying pip/_vendor/requests/utils.py -> build/lib/pip/_vendor/requests
creating build/lib/pip/_vendor/webencodings
copying pip/_vendor/webencodings/__init__.py -> build/lib/pip/_vendor/webencodings
copying pip/_vendor/webencodings/labels.py -> build/lib/pip/_vendor/webencodings
copying pip/_vendor/webencodings/mklabels.py -> build/lib/pip/_vendor/webencodings
copying pip/_vendor/webencodings/tests.py -> build/lib/pip/_vendor/webencodings
copying pip/_vendor/webencodings/x_user_defined.py -> build/lib/pip/_vendor/webencodings
creating build/lib/pip/_vendor/cachecontrol/caches
copying pip/_vendor/cachecontrol/caches/__init__.py -> build/lib/pip/_vendor/cachecontrol/caches
copying pip/_vendor/cachecontrol/caches/file_cache.py -> build/lib/pip/_vendor/cachecontrol/caches
copying pip/_vendor/cachecontrol/caches/redis_cache.py -> build/lib/pip/_vendor/cachecontrol/caches
creating build/lib/pip/_vendor/distlib/_backport
copying pip/_vendor/distlib/_backport/__init__.py -> build/lib/pip/_vendor/distlib/_backport
copying pip/_vendor/distlib/_backport/misc.py -> build/lib/pip/_vendor/distlib/_backport
copying pip/_vendor/distlib/_backport/shutil.py -> build/lib/pip/_vendor/distlib/_backport
copying pip/_vendor/distlib/_backport/sysconfig.py -> build/lib/pip/_vendor/distlib/_backport
copying pip/_vendor/distlib/_backport/tarfile.py -> build/lib/pip/_vendor/distlib/_backport
creating build/lib/pip/_vendor/html5lib/_trie
copying pip/_vendor/html5lib/_trie/__init__.py -> build/lib/pip/_vendor/html5lib/_trie
copying pip/_vendor/html5lib/_trie/_base.py -> build/lib/pip/_vendor/html5lib/_trie
copying pip/_vendor/html5lib/_trie/datrie.py -> build/lib/pip/_vendor/html5lib/_trie
copying pip/_vendor/html5lib/_trie/py.py -> build/lib/pip/_vendor/html5lib/_trie
creating build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/__init__.py -> build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/alphabeticalattributes.py -> build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/base.py -> build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/inject_meta_charset.py -> build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/lint.py -> build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/optionaltags.py -> build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/sanitizer.py -> build/lib/pip/_vendor/html5lib/filters
copying pip/_vendor/html5lib/filters/whitespace.py -> build/lib/pip/_vendor/html5lib/filters
creating build/lib/pip/_vendor/html5lib/treeadapters
copying pip/_vendor/html5lib/treeadapters/__init__.py -> build/lib/pip/_vendor/html5lib/treeadapters
copying pip/_vendor/html5lib/treeadapters/genshi.py -> build/lib/pip/_vendor/html5lib/treeadapters
copying pip/_vendor/html5lib/treeadapters/sax.py -> build/lib/pip/_vendor/html5lib/treeadapters
creating build/lib/pip/_vendor/html5lib/treebuilders
copying pip/_vendor/html5lib/treebuilders/__init__.py -> build/lib/pip/_vendor/html5lib/treebuilders
copying pip/_vendor/html5lib/treebuilders/base.py -> build/lib/pip/_vendor/html5lib/treebuilders
copying pip/_vendor/html5lib/treebuilders/dom.py -> build/lib/pip/_vendor/html5lib/treebuilders
copying pip/_vendor/html5lib/treebuilders/etree.py -> build/lib/pip/_vendor/html5lib/treebuilders
copying pip/_vendor/html5lib/treebuilders/etree_lxml.py -> build/lib/pip/_vendor/html5lib/treebuilders
creating build/lib/pip/_vendor/html5lib/treewalkers
copying pip/_vendor/html5lib/treewalkers/__init__.py -> build/lib/pip/_vendor/html5lib/treewalkers
copying pip/_vendor/html5lib/treewalkers/base.py -> build/lib/pip/_vendor/html5lib/treewalkers
copying pip/_vendor/html5lib/treewalkers/dom.py -> build/lib/pip/_vendor/html5lib/treewalkers
copying pip/_vendor/html5lib/treewalkers/etree.py -> build/lib/pip/_vendor/html5lib/treewalkers
copying pip/_vendor/html5lib/treewalkers/etree_lxml.py -> build/lib/pip/_vendor/html5lib/treewalkers
copying pip/_vendor/html5lib/treewalkers/genshi.py -> build/lib/pip/_vendor/html5lib/treewalkers
creating build/lib/pip/_vendor/requests/packages
copying pip/_vendor/requests/packages/__init__.py -> build/lib/pip/_vendor/requests/packages
creating build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/__init__.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/big5freq.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/big5prober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/chardetect.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/chardistribution.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/charsetgroupprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/charsetprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/codingstatemachine.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/compat.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/constants.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/cp949prober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/escprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/escsm.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/eucjpprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/euckrfreq.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/euckrprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/euctwfreq.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/euctwprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/gb2312freq.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/gb2312prober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/hebrewprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/jisfreq.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/jpcntx.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/langbulgarianmodel.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/langcyrillicmodel.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/langgreekmodel.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/langhebrewmodel.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/langhungarianmodel.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/langthaimodel.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/latin1prober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/mbcharsetprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/mbcsgroupprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/mbcssm.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/sbcharsetprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/sbcsgroupprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/sjisprober.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/universaldetector.py -> build/lib/pip/_vendor/requests/packages/chardet
copying pip/_vendor/requests/packages/chardet/utf8prober.py -> build/lib/pip/_vendor/requests/packages/chardet
creating build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/_collections.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/connection.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/connectionpool.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/exceptions.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/fields.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/filepost.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/poolmanager.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/request.py -> build/lib/pip/_vendor/requests/packages/urllib3
copying pip/_vendor/requests/packages/urllib3/response.py -> build/lib/pip/_vendor/requests/packages/urllib3
creating build/lib/pip/_vendor/requests/packages/urllib3/contrib
copying pip/_vendor/requests/packages/urllib3/contrib/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/contrib
copying pip/_vendor/requests/packages/urllib3/contrib/appengine.py -> build/lib/pip/_vendor/requests/packages/urllib3/contrib
copying pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py -> build/lib/pip/_vendor/requests/packages/urllib3/contrib
copying pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py -> build/lib/pip/_vendor/requests/packages/urllib3/contrib
copying pip/_vendor/requests/packages/urllib3/contrib/socks.py -> build/lib/pip/_vendor/requests/packages/urllib3/contrib
creating build/lib/pip/_vendor/requests/packages/urllib3/packages
copying pip/_vendor/requests/packages/urllib3/packages/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages
copying pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages
copying pip/_vendor/requests/packages/urllib3/packages/six.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages
creating build/lib/pip/_vendor/requests/packages/urllib3/util
copying pip/_vendor/requests/packages/urllib3/util/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/util
copying pip/_vendor/requests/packages/urllib3/util/connection.py -> build/lib/pip/_vendor/requests/packages/urllib3/util
copying pip/_vendor/requests/packages/urllib3/util/request.py -> build/lib/pip/_vendor/requests/packages/urllib3/util
copying pip/_vendor/requests/packages/urllib3/util/response.py -> build/lib/pip/_vendor/requests/packages/urllib3/util
copying pip/_vendor/requests/packages/urllib3/util/retry.py -> build/lib/pip/_vendor/requests/packages/urllib3/util
copying pip/_vendor/requests/packages/urllib3/util/ssl_.py -> build/lib/pip/_vendor/requests/packages/urllib3/util
copying pip/_vendor/requests/packages/urllib3/util/timeout.py -> build/lib/pip/_vendor/requests/packages/urllib3/util
copying pip/_vendor/requests/packages/urllib3/util/url.py -> build/lib/pip/_vendor/requests/packages/urllib3/util
creating build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname
copying pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname
copying pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py -> build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname
copying pip/_vendor/distlib/t32.exe -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/t64.exe -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/w32.exe -> build/lib/pip/_vendor/distlib
copying pip/_vendor/distlib/w64.exe -> build/lib/pip/_vendor/distlib
copying pip/_vendor/requests/cacert.pem -> build/lib/pip/_vendor/requests
copying pip/_vendor/distlib/_backport/sysconfig.cfg -> build/lib/pip/_vendor/distlib/_backport
running install_lib
creating /usr/local/lib/python3.6/site-packages/pip
copying build/lib/pip/__init__.py -> /usr/local/lib/python3.6/site-packages/pip
copying build/lib/pip/__main__.py -> /usr/local/lib/python3.6/site-packages/pip
creating /usr/local/lib/python3.6/site-packages/pip/_vendor
copying build/lib/pip/_vendor/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor
copying build/lib/pip/_vendor/appdirs.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/_cmd.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/adapter.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/cache.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches
copying build/lib/pip/_vendor/cachecontrol/caches/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches
copying build/lib/pip/_vendor/cachecontrol/caches/file_cache.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches
copying build/lib/pip/_vendor/cachecontrol/caches/redis_cache.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches
copying build/lib/pip/_vendor/cachecontrol/compat.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/controller.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/filewrapper.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/heuristics.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/serialize.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol
copying build/lib/pip/_vendor/cachecontrol/wrapper.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/colorama
copying build/lib/pip/_vendor/colorama/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/colorama
copying build/lib/pip/_vendor/colorama/ansi.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/colorama
copying build/lib/pip/_vendor/colorama/ansitowin32.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/colorama
copying build/lib/pip/_vendor/colorama/initialise.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/colorama
copying build/lib/pip/_vendor/colorama/win32.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/colorama
copying build/lib/pip/_vendor/colorama/winterm.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/colorama
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport
copying build/lib/pip/_vendor/distlib/_backport/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport
copying build/lib/pip/_vendor/distlib/_backport/misc.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport
copying build/lib/pip/_vendor/distlib/_backport/shutil.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport
copying build/lib/pip/_vendor/distlib/_backport/sysconfig.cfg -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport
copying build/lib/pip/_vendor/distlib/_backport/sysconfig.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport
copying build/lib/pip/_vendor/distlib/_backport/tarfile.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport
copying build/lib/pip/_vendor/distlib/compat.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/database.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/index.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/locators.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/manifest.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/markers.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/metadata.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/resources.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/scripts.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/t32.exe -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/t64.exe -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/util.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/version.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/w32.exe -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/w64.exe -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distlib/wheel.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib
copying build/lib/pip/_vendor/distro.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib
copying build/lib/pip/_vendor/html5lib/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib
copying build/lib/pip/_vendor/html5lib/_ihatexml.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib
copying build/lib/pip/_vendor/html5lib/_inputstream.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib
copying build/lib/pip/_vendor/html5lib/_tokenizer.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie
copying build/lib/pip/_vendor/html5lib/_trie/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie
copying build/lib/pip/_vendor/html5lib/_trie/_base.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie
copying build/lib/pip/_vendor/html5lib/_trie/datrie.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie
copying build/lib/pip/_vendor/html5lib/_trie/py.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie
copying build/lib/pip/_vendor/html5lib/_utils.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib
copying build/lib/pip/_vendor/html5lib/constants.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/alphabeticalattributes.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/base.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/inject_meta_charset.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/lint.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/optionaltags.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/sanitizer.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/filters/whitespace.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters
copying build/lib/pip/_vendor/html5lib/html5parser.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib
copying build/lib/pip/_vendor/html5lib/serializer.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters
copying build/lib/pip/_vendor/html5lib/treeadapters/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters
copying build/lib/pip/_vendor/html5lib/treeadapters/genshi.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters
copying build/lib/pip/_vendor/html5lib/treeadapters/sax.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders
copying build/lib/pip/_vendor/html5lib/treebuilders/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders
copying build/lib/pip/_vendor/html5lib/treebuilders/base.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders
copying build/lib/pip/_vendor/html5lib/treebuilders/dom.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders
copying build/lib/pip/_vendor/html5lib/treebuilders/etree.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders
copying build/lib/pip/_vendor/html5lib/treebuilders/etree_lxml.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers
copying build/lib/pip/_vendor/html5lib/treewalkers/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers
copying build/lib/pip/_vendor/html5lib/treewalkers/base.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers
copying build/lib/pip/_vendor/html5lib/treewalkers/dom.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers
copying build/lib/pip/_vendor/html5lib/treewalkers/etree.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers
copying build/lib/pip/_vendor/html5lib/treewalkers/etree_lxml.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers
copying build/lib/pip/_vendor/html5lib/treewalkers/genshi.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers
copying build/lib/pip/_vendor/ipaddress.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/lockfile
copying build/lib/pip/_vendor/lockfile/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/lockfile
copying build/lib/pip/_vendor/lockfile/linklockfile.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/lockfile
copying build/lib/pip/_vendor/lockfile/mkdirlockfile.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/lockfile
copying build/lib/pip/_vendor/lockfile/pidlockfile.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/lockfile
copying build/lib/pip/_vendor/lockfile/sqlitelockfile.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/lockfile
copying build/lib/pip/_vendor/lockfile/symlinklockfile.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/lockfile
copying build/lib/pip/_vendor/ordereddict.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging
copying build/lib/pip/_vendor/packaging/__about__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging
copying build/lib/pip/_vendor/packaging/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging
copying build/lib/pip/_vendor/packaging/_compat.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging
copying build/lib/pip/_vendor/packaging/_structures.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging
copying build/lib/pip/_vendor/packaging/markers.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging
copying build/lib/pip/_vendor/packaging/requirements.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging
copying build/lib/pip/_vendor/packaging/specifiers.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging
copying build/lib/pip/_vendor/packaging/utils.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging
copying build/lib/pip/_vendor/packaging/version.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/pkg_resources
copying build/lib/pip/_vendor/pkg_resources/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/pkg_resources
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/progress
copying build/lib/pip/_vendor/progress/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/progress
copying build/lib/pip/_vendor/progress/bar.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/progress
copying build/lib/pip/_vendor/progress/counter.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/progress
copying build/lib/pip/_vendor/progress/helpers.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/progress
copying build/lib/pip/_vendor/progress/spinner.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/progress
copying build/lib/pip/_vendor/pyparsing.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor
copying build/lib/pip/_vendor/re-vendor.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/adapters.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/api.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/auth.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/cacert.pem -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/certs.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/compat.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/cookies.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/exceptions.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/hooks.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/models.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages
copying build/lib/pip/_vendor/requests/packages/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/big5freq.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/big5prober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/chardetect.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/chardistribution.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/charsetgroupprober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/charsetprober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/codingstatemachine.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/compat.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/constants.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/cp949prober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/escprober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/escsm.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/eucjpprober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/euckrfreq.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/euckrprober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/euctwfreq.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/euctwprober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/gb2312freq.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/gb2312prober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/hebrewprober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/jisfreq.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/jpcntx.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/langgreekmodel.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/langhebrewmodel.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/langhungarianmodel.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/langthaimodel.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/latin1prober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/mbcharsetprober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/mbcssm.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/sbcharsetprober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/sjisprober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/universaldetector.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
copying build/lib/pip/_vendor/requests/packages/chardet/utf8prober.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/_collections.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/connection.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/connectionpool.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib
copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib
copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/appengine.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib
copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib
copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib
copying build/lib/pip/_vendor/requests/packages/urllib3/contrib/socks.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib
copying build/lib/pip/_vendor/requests/packages/urllib3/exceptions.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/fields.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/filepost.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/packages
copying build/lib/pip/_vendor/requests/packages/urllib3/packages/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/packages
copying build/lib/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/packages
copying build/lib/pip/_vendor/requests/packages/urllib3/packages/six.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/packages
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname
copying build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname
copying build/lib/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname
copying build/lib/pip/_vendor/requests/packages/urllib3/poolmanager.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/request.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3
copying build/lib/pip/_vendor/requests/packages/urllib3/response.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/packages/urllib3/util/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/packages/urllib3/util/connection.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/packages/urllib3/util/request.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/packages/urllib3/util/response.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/packages/urllib3/util/retry.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/packages/urllib3/util/ssl_.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/packages/urllib3/util/timeout.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/packages/urllib3/util/url.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util
copying build/lib/pip/_vendor/requests/sessions.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/status_codes.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/structures.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/requests/utils.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/requests
copying build/lib/pip/_vendor/retrying.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor
copying build/lib/pip/_vendor/six.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor
creating /usr/local/lib/python3.6/site-packages/pip/_vendor/webencodings
copying build/lib/pip/_vendor/webencodings/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/webencodings
copying build/lib/pip/_vendor/webencodings/labels.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/webencodings
copying build/lib/pip/_vendor/webencodings/mklabels.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/webencodings
copying build/lib/pip/_vendor/webencodings/tests.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/webencodings
copying build/lib/pip/_vendor/webencodings/x_user_defined.py -> /usr/local/lib/python3.6/site-packages/pip/_vendor/webencodings
copying build/lib/pip/basecommand.py -> /usr/local/lib/python3.6/site-packages/pip
copying build/lib/pip/baseparser.py -> /usr/local/lib/python3.6/site-packages/pip
copying build/lib/pip/cmdoptions.py -> /usr/local/lib/python3.6/site-packages/pip
creating /usr/local/lib/python3.6/site-packages/pip/commands
copying build/lib/pip/commands/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/commands
copying build/lib/pip/commands/check.py -> /usr/local/lib/python3.6/site-packages/pip/commands
copying build/lib/pip/commands/completion.py -> /usr/local/lib/python3.6/site-packages/pip/commands
copying build/lib/pip/commands/download.py -> /usr/local/lib/python3.6/site-packages/pip/commands
copying build/lib/pip/commands/freeze.py -> /usr/local/lib/python3.6/site-packages/pip/commands
copying build/lib/pip/commands/hash.py -> /usr/local/lib/python3.6/site-packages/pip/commands
copying build/lib/pip/commands/help.py -> /usr/local/lib/python3.6/site-packages/pip/commands
copying build/lib/pip/commands/install.py -> /usr/local/lib/python3.6/site-packages/pip/commands
copying build/lib/pip/commands/list.py -> /usr/local/lib/python3.6/site-packages/pip/commands
copying build/lib/pip/commands/search.py -> /usr/local/lib/python3.6/site-packages/pip/commands
copying build/lib/pip/commands/show.py -> /usr/local/lib/python3.6/site-packages/pip/commands
copying build/lib/pip/commands/uninstall.py -> /usr/local/lib/python3.6/site-packages/pip/commands
copying build/lib/pip/commands/wheel.py -> /usr/local/lib/python3.6/site-packages/pip/commands
creating /usr/local/lib/python3.6/site-packages/pip/compat
copying build/lib/pip/compat/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/compat
copying build/lib/pip/compat/dictconfig.py -> /usr/local/lib/python3.6/site-packages/pip/compat
copying build/lib/pip/download.py -> /usr/local/lib/python3.6/site-packages/pip
copying build/lib/pip/exceptions.py -> /usr/local/lib/python3.6/site-packages/pip
copying build/lib/pip/index.py -> /usr/local/lib/python3.6/site-packages/pip
copying build/lib/pip/locations.py -> /usr/local/lib/python3.6/site-packages/pip
creating /usr/local/lib/python3.6/site-packages/pip/models
copying build/lib/pip/models/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/models
copying build/lib/pip/models/index.py -> /usr/local/lib/python3.6/site-packages/pip/models
creating /usr/local/lib/python3.6/site-packages/pip/operations
copying build/lib/pip/operations/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/operations
copying build/lib/pip/operations/check.py -> /usr/local/lib/python3.6/site-packages/pip/operations
copying build/lib/pip/operations/freeze.py -> /usr/local/lib/python3.6/site-packages/pip/operations
copying build/lib/pip/pep425tags.py -> /usr/local/lib/python3.6/site-packages/pip
creating /usr/local/lib/python3.6/site-packages/pip/req
copying build/lib/pip/req/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/req
copying build/lib/pip/req/req_file.py -> /usr/local/lib/python3.6/site-packages/pip/req
copying build/lib/pip/req/req_install.py -> /usr/local/lib/python3.6/site-packages/pip/req
copying build/lib/pip/req/req_set.py -> /usr/local/lib/python3.6/site-packages/pip/req
copying build/lib/pip/req/req_uninstall.py -> /usr/local/lib/python3.6/site-packages/pip/req
copying build/lib/pip/status_codes.py -> /usr/local/lib/python3.6/site-packages/pip
creating /usr/local/lib/python3.6/site-packages/pip/utils
copying build/lib/pip/utils/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/utils
copying build/lib/pip/utils/appdirs.py -> /usr/local/lib/python3.6/site-packages/pip/utils
copying build/lib/pip/utils/build.py -> /usr/local/lib/python3.6/site-packages/pip/utils
copying build/lib/pip/utils/deprecation.py -> /usr/local/lib/python3.6/site-packages/pip/utils
copying build/lib/pip/utils/encoding.py -> /usr/local/lib/python3.6/site-packages/pip/utils
copying build/lib/pip/utils/filesystem.py -> /usr/local/lib/python3.6/site-packages/pip/utils
copying build/lib/pip/utils/glibc.py -> /usr/local/lib/python3.6/site-packages/pip/utils
copying build/lib/pip/utils/hashes.py -> /usr/local/lib/python3.6/site-packages/pip/utils
copying build/lib/pip/utils/logging.py -> /usr/local/lib/python3.6/site-packages/pip/utils
copying build/lib/pip/utils/outdated.py -> /usr/local/lib/python3.6/site-packages/pip/utils
copying build/lib/pip/utils/packaging.py -> /usr/local/lib/python3.6/site-packages/pip/utils
copying build/lib/pip/utils/setuptools_build.py -> /usr/local/lib/python3.6/site-packages/pip/utils
copying build/lib/pip/utils/ui.py -> /usr/local/lib/python3.6/site-packages/pip/utils
creating /usr/local/lib/python3.6/site-packages/pip/vcs
copying build/lib/pip/vcs/__init__.py -> /usr/local/lib/python3.6/site-packages/pip/vcs
copying build/lib/pip/vcs/bazaar.py -> /usr/local/lib/python3.6/site-packages/pip/vcs
copying build/lib/pip/vcs/git.py -> /usr/local/lib/python3.6/site-packages/pip/vcs
copying build/lib/pip/vcs/mercurial.py -> /usr/local/lib/python3.6/site-packages/pip/vcs
copying build/lib/pip/vcs/subversion.py -> /usr/local/lib/python3.6/site-packages/pip/vcs
copying build/lib/pip/wheel.py -> /usr/local/lib/python3.6/site-packages/pip
byte-compiling /usr/local/lib/python3.6/site-packages/pip/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/__main__.py to __main__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/appdirs.py to appdirs.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/_cmd.py to _cmd.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/adapter.py to adapter.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/cache.py to cache.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py to file_cache.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py to redis_cache.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/compat.py to compat.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/controller.py to controller.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/filewrapper.py to filewrapper.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/heuristics.py to heuristics.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/serialize.py to serialize.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/wrapper.py to wrapper.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/colorama/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/colorama/ansi.py to ansi.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/colorama/ansitowin32.py to ansitowin32.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/colorama/initialise.py to initialise.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/colorama/win32.py to win32.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/colorama/winterm.py to winterm.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/misc.py to misc.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/shutil.py to shutil.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/sysconfig.py to sysconfig.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/tarfile.py to tarfile.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/compat.py to compat.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/database.py to database.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/index.py to index.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/locators.py to locators.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/manifest.py to manifest.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/markers.py to markers.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/metadata.py to metadata.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/resources.py to resources.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/scripts.py to scripts.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/util.py to util.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/version.py to version.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distlib/wheel.py to wheel.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/distro.py to distro.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/_ihatexml.py to _ihatexml.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/_inputstream.py to _inputstream.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/_tokenizer.py to _tokenizer.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/_base.py to _base.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/datrie.py to datrie.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/py.py to py.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/_utils.py to _utils.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/constants.py to constants.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py to alphabeticalattributes.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/base.py to base.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py to inject_meta_charset.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/lint.py to lint.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/optionaltags.py to optionaltags.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/sanitizer.py to sanitizer.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/whitespace.py to whitespace.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/html5parser.py to html5parser.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/serializer.py to serializer.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py to genshi.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/sax.py to sax.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/base.py to base.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/dom.py to dom.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/etree.py to etree.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py to etree_lxml.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/base.py to base.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/dom.py to dom.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/etree.py to etree.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py to etree_lxml.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py to genshi.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/ipaddress.py to ipaddress.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/lockfile/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/lockfile/linklockfile.py to linklockfile.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/lockfile/mkdirlockfile.py to mkdirlockfile.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/lockfile/pidlockfile.py to pidlockfile.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/lockfile/sqlitelockfile.py to sqlitelockfile.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/lockfile/symlinklockfile.py to symlinklockfile.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/ordereddict.py to ordereddict.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging/__about__.py to __about__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging/_compat.py to _compat.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging/_structures.py to _structures.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging/markers.py to markers.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging/requirements.py to requirements.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging/specifiers.py to specifiers.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging/utils.py to utils.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/packaging/version.py to version.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/pkg_resources/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/progress/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/progress/bar.py to bar.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/progress/counter.py to counter.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/progress/helpers.py to helpers.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/progress/spinner.py to spinner.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/pyparsing.py to pyparsing.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/re-vendor.py to re-vendor.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/adapters.py to adapters.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/api.py to api.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/auth.py to auth.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/certs.py to certs.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/compat.py to compat.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/cookies.py to cookies.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/exceptions.py to exceptions.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/hooks.py to hooks.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/models.py to models.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/big5freq.py to big5freq.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/big5prober.py to big5prober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/chardetect.py to chardetect.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.py to chardistribution.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.py to charsetgroupprober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.py to charsetprober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.py to codingstatemachine.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/compat.py to compat.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/constants.py to constants.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.py to cp949prober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/escprober.py to escprober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/escsm.py to escsm.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.py to eucjpprober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/euckrfreq.py to euckrfreq.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.py to euckrprober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/euctwfreq.py to euctwfreq.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.py to euctwprober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/gb2312freq.py to gb2312freq.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.py to gb2312prober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.py to hebrewprober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/jisfreq.py to jisfreq.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.py to jpcntx.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py to langbulgarianmodel.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py to langcyrillicmodel.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.py to langgreekmodel.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.py to langhebrewmodel.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.py to langhungarianmodel.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/langthaimodel.py to langthaimodel.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.py to latin1prober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.py to mbcharsetprober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py to mbcsgroupprober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/mbcssm.py to mbcssm.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.py to sbcharsetprober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py to sbcsgroupprober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.py to sjisprober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.py to universaldetector.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.py to utf8prober.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/_collections.py to _collections.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/connection.py to connection.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py to connectionpool.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib/appengine.py to appengine.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py to ntlmpool.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py to pyopenssl.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/contrib/socks.py to socks.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.py to exceptions.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/fields.py to fields.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/filepost.py to filepost.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py to ordered_dict.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.py to six.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py to _implementation.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.py to poolmanager.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/request.py to request.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/response.py to response.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util/connection.py to connection.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util/request.py to request.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util/response.py to response.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util/retry.py to retry.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py to ssl_.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util/timeout.py to timeout.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/packages/urllib3/util/url.py to url.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/sessions.py to sessions.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/status_codes.py to status_codes.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/structures.py to structures.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/requests/utils.py to utils.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/retrying.py to retrying.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/six.py to six.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/webencodings/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/webencodings/labels.py to labels.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/webencodings/mklabels.py to mklabels.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/webencodings/tests.py to tests.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/_vendor/webencodings/x_user_defined.py to x_user_defined.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/basecommand.py to basecommand.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/baseparser.py to baseparser.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/cmdoptions.py to cmdoptions.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/commands/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/commands/check.py to check.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/commands/completion.py to completion.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/commands/download.py to download.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/commands/freeze.py to freeze.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/commands/hash.py to hash.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/commands/help.py to help.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/commands/install.py to install.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/commands/list.py to list.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/commands/search.py to search.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/commands/show.py to show.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/commands/uninstall.py to uninstall.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/commands/wheel.py to wheel.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/compat/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/compat/dictconfig.py to dictconfig.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/download.py to download.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/exceptions.py to exceptions.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/index.py to index.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/locations.py to locations.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/models/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/models/index.py to index.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/operations/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/operations/check.py to check.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/operations/freeze.py to freeze.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/pep425tags.py to pep425tags.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/req/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/req/req_file.py to req_file.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/req/req_install.py to req_install.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/req/req_set.py to req_set.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/req/req_uninstall.py to req_uninstall.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/status_codes.py to status_codes.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/utils/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/utils/appdirs.py to appdirs.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/utils/build.py to build.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/utils/deprecation.py to deprecation.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/utils/encoding.py to encoding.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/utils/filesystem.py to filesystem.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/utils/glibc.py to glibc.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/utils/hashes.py to hashes.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/utils/logging.py to logging.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/utils/outdated.py to outdated.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/utils/packaging.py to packaging.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/utils/setuptools_build.py to setuptools_build.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/utils/ui.py to ui.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/vcs/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/vcs/bazaar.py to bazaar.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/vcs/git.py to git.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/vcs/mercurial.py to mercurial.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/vcs/subversion.py to subversion.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/pip/wheel.py to wheel.cpython-36.pyc
running install_egg_info
running egg_info
writing pip.egg-info/PKG-INFO
writing dependency_links to pip.egg-info/dependency_links.txt
writing entry points to pip.egg-info/entry_points.txt
writing requirements to pip.egg-info/requires.txt
writing top-level names to pip.egg-info/top_level.txt
reading manifest file 'pip.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.mailmap'
warning: no previously-included files found matching '.travis.yml'
warning: no previously-included files found matching '.landscape.yml'
warning: no previously-included files found matching 'pip/_vendor/Makefile'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files found matching 'dev-requirements.txt'
warning: no previously-included files found matching 'appveyor.yml'
no previously-included directories found matching '.github'
no previously-included directories found matching '.travis'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'contrib'
no previously-included directories found matching 'tasks'
no previously-included directories found matching 'tests'
writing manifest file 'pip.egg-info/SOURCES.txt'
Copying pip.egg-info to /usr/local/lib/python3.6/site-packages/pip-9.0.1-py3.6.egg-info
running install_scripts
Installing pip script to /usr/local/Cellar/python3/3.6.2/bin
Installing pip3 script to /usr/local/Cellar/python3/3.6.2/bin
Installing pip3.6 script to /usr/local/Cellar/python3/3.6.2/bin
writing list of installed files to 'installed.txt'
2017-09-06 14:10:37 +0200
/usr/local/Cellar/python3/3.6.2/bin/python3
-s
setup.py
--no-user-cfg
install
--force
--verbose
--install-scripts=/usr/local/Cellar/python3/3.6.2/bin
--install-lib=/usr/local/lib/python3.6/site-packages
--single-version-externally-managed
--record=installed.txt
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/wheel
copying wheel/__init__.py -> build/lib/wheel
copying wheel/__main__.py -> build/lib/wheel
copying wheel/archive.py -> build/lib/wheel
copying wheel/bdist_wheel.py -> build/lib/wheel
copying wheel/decorator.py -> build/lib/wheel
copying wheel/egg2wheel.py -> build/lib/wheel
copying wheel/install.py -> build/lib/wheel
copying wheel/metadata.py -> build/lib/wheel
copying wheel/paths.py -> build/lib/wheel
copying wheel/pep425tags.py -> build/lib/wheel
copying wheel/pkginfo.py -> build/lib/wheel
copying wheel/util.py -> build/lib/wheel
copying wheel/wininst2wheel.py -> build/lib/wheel
creating build/lib/wheel/test
copying wheel/test/__init__.py -> build/lib/wheel/test
copying wheel/test/test_basic.py -> build/lib/wheel/test
copying wheel/test/test_install.py -> build/lib/wheel/test
copying wheel/test/test_keys.py -> build/lib/wheel/test
copying wheel/test/test_paths.py -> build/lib/wheel/test
copying wheel/test/test_ranking.py -> build/lib/wheel/test
copying wheel/test/test_signatures.py -> build/lib/wheel/test
copying wheel/test/test_tagopt.py -> build/lib/wheel/test
copying wheel/test/test_tool.py -> build/lib/wheel/test
copying wheel/test/test_wheelfile.py -> build/lib/wheel/test
creating build/lib/wheel/tool
copying wheel/tool/__init__.py -> build/lib/wheel/tool
creating build/lib/wheel/signatures
copying wheel/signatures/__init__.py -> build/lib/wheel/signatures
copying wheel/signatures/djbec.py -> build/lib/wheel/signatures
copying wheel/signatures/ed25519py.py -> build/lib/wheel/signatures
copying wheel/signatures/keys.py -> build/lib/wheel/signatures
running egg_info
writing wheel.egg-info/PKG-INFO
writing dependency_links to wheel.egg-info/dependency_links.txt
writing entry points to wheel.egg-info/entry_points.txt
writing requirements to wheel.egg-info/requires.txt
writing top-level names to wheel.egg-info/top_level.txt
reading manifest file 'wheel.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'wheel/test/*/dist'
no previously-included directories found matching 'wheel/test/*/build'
writing manifest file 'wheel.egg-info/SOURCES.txt'
copying wheel/eggnames.txt -> build/lib/wheel
copying wheel/test/pydist-schema.json -> build/lib/wheel/test
copying wheel/test/test-1.0-py2.py3-none-win32.whl -> build/lib/wheel/test
creating build/lib/wheel/test/complex-dist
copying wheel/test/complex-dist/setup.py -> build/lib/wheel/test/complex-dist
creating build/lib/wheel/test/complex-dist/complexdist
copying wheel/test/complex-dist/complexdist/__init__.py -> build/lib/wheel/test/complex-dist/complexdist
creating build/lib/wheel/test/headers.dist
copying wheel/test/headers.dist/header.h -> build/lib/wheel/test/headers.dist
copying wheel/test/headers.dist/headersdist.py -> build/lib/wheel/test/headers.dist
copying wheel/test/headers.dist/setup.py -> build/lib/wheel/test/headers.dist
creating build/lib/wheel/test/simple.dist
copying wheel/test/simple.dist/setup.py -> build/lib/wheel/test/simple.dist
creating build/lib/wheel/test/simple.dist/simpledist
copying wheel/test/simple.dist/simpledist/__init__.py -> build/lib/wheel/test/simple.dist/simpledist
running install_lib
copying build/lib/wheel/__init__.py -> /usr/local/lib/python3.6/site-packages/wheel
copying build/lib/wheel/__main__.py -> /usr/local/lib/python3.6/site-packages/wheel
copying build/lib/wheel/archive.py -> /usr/local/lib/python3.6/site-packages/wheel
copying build/lib/wheel/bdist_wheel.py -> /usr/local/lib/python3.6/site-packages/wheel
copying build/lib/wheel/decorator.py -> /usr/local/lib/python3.6/site-packages/wheel
copying build/lib/wheel/egg2wheel.py -> /usr/local/lib/python3.6/site-packages/wheel
copying build/lib/wheel/eggnames.txt -> /usr/local/lib/python3.6/site-packages/wheel
copying build/lib/wheel/install.py -> /usr/local/lib/python3.6/site-packages/wheel
copying build/lib/wheel/metadata.py -> /usr/local/lib/python3.6/site-packages/wheel
copying build/lib/wheel/paths.py -> /usr/local/lib/python3.6/site-packages/wheel
copying build/lib/wheel/pep425tags.py -> /usr/local/lib/python3.6/site-packages/wheel
copying build/lib/wheel/pkginfo.py -> /usr/local/lib/python3.6/site-packages/wheel
copying build/lib/wheel/signatures/__init__.py -> /usr/local/lib/python3.6/site-packages/wheel/signatures
copying build/lib/wheel/signatures/djbec.py -> /usr/local/lib/python3.6/site-packages/wheel/signatures
copying build/lib/wheel/signatures/ed25519py.py -> /usr/local/lib/python3.6/site-packages/wheel/signatures
copying build/lib/wheel/signatures/keys.py -> /usr/local/lib/python3.6/site-packages/wheel/signatures
copying build/lib/wheel/test/__init__.py -> /usr/local/lib/python3.6/site-packages/wheel/test
copying build/lib/wheel/test/complex-dist/complexdist/__init__.py -> /usr/local/lib/python3.6/site-packages/wheel/test/complex-dist/complexdist
copying build/lib/wheel/test/complex-dist/setup.py -> /usr/local/lib/python3.6/site-packages/wheel/test/complex-dist
copying build/lib/wheel/test/headers.dist/header.h -> /usr/local/lib/python3.6/site-packages/wheel/test/headers.dist
copying build/lib/wheel/test/headers.dist/headersdist.py -> /usr/local/lib/python3.6/site-packages/wheel/test/headers.dist
copying build/lib/wheel/test/headers.dist/setup.py -> /usr/local/lib/python3.6/site-packages/wheel/test/headers.dist
copying build/lib/wheel/test/pydist-schema.json -> /usr/local/lib/python3.6/site-packages/wheel/test
copying build/lib/wheel/test/simple.dist/setup.py -> /usr/local/lib/python3.6/site-packages/wheel/test/simple.dist
copying build/lib/wheel/test/simple.dist/simpledist/__init__.py -> /usr/local/lib/python3.6/site-packages/wheel/test/simple.dist/simpledist
copying build/lib/wheel/test/test-1.0-py2.py3-none-win32.whl -> /usr/local/lib/python3.6/site-packages/wheel/test
copying build/lib/wheel/test/test_basic.py -> /usr/local/lib/python3.6/site-packages/wheel/test
copying build/lib/wheel/test/test_install.py -> /usr/local/lib/python3.6/site-packages/wheel/test
copying build/lib/wheel/test/test_keys.py -> /usr/local/lib/python3.6/site-packages/wheel/test
copying build/lib/wheel/test/test_paths.py -> /usr/local/lib/python3.6/site-packages/wheel/test
copying build/lib/wheel/test/test_ranking.py -> /usr/local/lib/python3.6/site-packages/wheel/test
copying build/lib/wheel/test/test_signatures.py -> /usr/local/lib/python3.6/site-packages/wheel/test
copying build/lib/wheel/test/test_tagopt.py -> /usr/local/lib/python3.6/site-packages/wheel/test
copying build/lib/wheel/test/test_tool.py -> /usr/local/lib/python3.6/site-packages/wheel/test
copying build/lib/wheel/test/test_wheelfile.py -> /usr/local/lib/python3.6/site-packages/wheel/test
copying build/lib/wheel/tool/__init__.py -> /usr/local/lib/python3.6/site-packages/wheel/tool
copying build/lib/wheel/util.py -> /usr/local/lib/python3.6/site-packages/wheel
copying build/lib/wheel/wininst2wheel.py -> /usr/local/lib/python3.6/site-packages/wheel
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/__main__.py to __main__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/archive.py to archive.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/bdist_wheel.py to bdist_wheel.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/decorator.py to decorator.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/egg2wheel.py to egg2wheel.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/install.py to install.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/metadata.py to metadata.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/paths.py to paths.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/pep425tags.py to pep425tags.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/pkginfo.py to pkginfo.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/signatures/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/signatures/djbec.py to djbec.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/signatures/ed25519py.py to ed25519py.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/signatures/keys.py to keys.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/complex-dist/complexdist/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/complex-dist/setup.py to setup.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/headers.dist/headersdist.py to headersdist.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/headers.dist/setup.py to setup.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/simple.dist/setup.py to setup.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/simple.dist/simpledist/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/test_basic.py to test_basic.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/test_install.py to test_install.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/test_keys.py to test_keys.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/test_paths.py to test_paths.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/test_ranking.py to test_ranking.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/test_signatures.py to test_signatures.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/test_tagopt.py to test_tagopt.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/test_tool.py to test_tool.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/test/test_wheelfile.py to test_wheelfile.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/tool/__init__.py to __init__.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/util.py to util.cpython-36.pyc
byte-compiling /usr/local/lib/python3.6/site-packages/wheel/wininst2wheel.py to wininst2wheel.cpython-36.pyc
running install_egg_info
removing '/usr/local/lib/python3.6/site-packages/wheel-0.29.0-py3.6.egg-info' (and everything under it)
Copying wheel.egg-info to /usr/local/lib/python3.6/site-packages/wheel-0.29.0-py3.6.egg-info
running install_scripts
Installing wheel script to /usr/local/Cellar/python3/3.6.2/bin
writing list of installed files to 'installed.txt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment