Created
November 28, 2016 16:10
-
-
Save dmofot/8b4b0d74e45c12786cc312e67a9b90c1 to your computer and use it in GitHub Desktop.
$HOME/Library/Logs/Homebrew/mapbox/14.pip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-11-28 09:15:35 -0500 | |
/usr/local/Cellar/mapbox/0.5.1/libexec/bin/pip | |
install | |
-v | |
--no-deps | |
--no-binary | |
:all: | |
--ignore-installed | |
/private/tmp/mapbox--polyline-20161128-37707-19tydax/polyline-1.3.1 | |
Processing /private/tmp/mapbox--polyline-20161128-37707-19tydax/polyline-1.3.1 | |
Running setup.py (path:/private/tmp/pip-mui_Pc-build/setup.py) egg_info for package from file:///private/tmp/mapbox--polyline-20161128-37707-19tydax/polyline-1.3.1 | |
Running command python setup.py egg_info | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/private/tmp/pip-mui_Pc-build/setup.py", line 6, in <module> | |
from polyline import __version__ | |
File "polyline/__init__.py", line 1, in <module> | |
from .codec import PolylineCodec | |
File "polyline/codec.py", line 2, in <module> | |
import six | |
ImportError: No module named six | |
Cleaning up... | |
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-mui_Pc-build/ | |
Exception information: | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main | |
status = self.run(options, args) | |
File "/usr/local/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run | |
wb.build(autobuilding=True) | |
File "/usr/local/lib/python2.7/site-packages/pip/wheel.py", line 749, in build | |
self.requirement_set.prepare_files(self.finder) | |
File "/usr/local/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files | |
ignore_dependencies=self.ignore_dependencies)) | |
File "/usr/local/lib/python2.7/site-packages/pip/req/req_set.py", line 634, in _prepare_file | |
abstract_dist.prep_for_dist() | |
File "/usr/local/lib/python2.7/site-packages/pip/req/req_set.py", line 129, in prep_for_dist | |
self.req_to_install.run_egg_info() | |
File "/usr/local/lib/python2.7/site-packages/pip/req/req_install.py", line 439, in run_egg_info | |
command_desc='python setup.py egg_info') | |
File "/usr/local/lib/python2.7/site-packages/pip/utils/__init__.py", line 707, in call_subprocess | |
% (command_desc, proc.returncode, cwd)) | |
InstallationError: Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-mui_Pc-build/ | |
HOMEBREW_VERSION: 1.1.2 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 0f529dae1043639058130092cf35e68d18907cb8 | |
Last commit: 5 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 10f64a7f5c1707cf55392590a7ef46292fae1805 | |
Core tap last commit: 5 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: octa-core 64-bit haswell | |
Homebrew Ruby: 2.0.0-p648 | |
Clang: 7.3 build 703 | |
Git: 2.7.4 => /Library/Developer/CommandLineTools/usr/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/local/opt/python/bin/python => /usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_112 | |
macOS: 10.11.6-x86_64 | |
Xcode: N/A | |
CLT: 7.3.1.0.1.1461711523 | |
X11: N/A | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
CMAKE_FRAMEWORK_PATH: /usr/local/opt/python/Frameworks | |
PKG_CONFIG_PATH: /usr/local/opt/python/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.11 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/opt/python/bin:/usr/local/Homebrew/Library/Homebrew/shims/super:/usr/local/opt/python/bin:/usr/bin:/bin:/usr/sbin:/sbin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment