Created
November 28, 2016 16:14
-
-
Save JayBrown/63d0e44286222374d2571c691700a130 to your computer and use it in GitHub Desktop.
mapbox CLI: update error v0.4.0 > v0.5.1 via homebrew (OS X 10.11.6)
This file contains 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-27 17:57:39 +0100 | |
/usr/local/Cellar/mapbox/0.5.1/libexec/bin/pip | |
install | |
-v | |
--no-deps | |
--no-binary | |
:all: | |
--ignore-installed | |
/private/tmp/mapbox--polyline-20161127-75577-1ha0sdu/polyline-1.3.1 | |
Processing /private/tmp/mapbox--polyline-20161127-75577-1ha0sdu/polyline-1.3.1 | |
Running setup.py (path:/private/tmp/pip-9RAZB4-build/setup.py) egg_info for package from file:///private/tmp/mapbox--polyline-20161127-75577-1ha0sdu/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-9RAZB4-build/setup.py", line 6, in <module> | |
from polyline import __version__ | |
File "/private/tmp/pip-9RAZB4-build/polyline/__init__.py", line 1, in <module> | |
from .codec import PolylineCodec | |
File "/private/tmp/pip-9RAZB4-build/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-9RAZB4-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-9RAZB4-build/ | |
HOMEBREW_VERSION: 1.1.1 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: edf042ee97f80955b077724119e717a51eb25e29 | |
Last commit: 11 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: c4c52d1857e7590e57e534c779c76aac41202334 | |
Core tap last commit: 3 hours 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.0 build 800 | |
Git: 2.9.3 => /Applications/Xcode.app/Contents/Developer/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.6.0_65-b14-468 | |
macOS: 10.11.6-x86_64 | |
Xcode: 8.1 | |
CLT: 7.3.1.0.1.1461711523 | |
X11: 2.7.11 => /opt/X11 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk | |
MAKEFLAGS: -j4 | |
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 | |
MACOSX_DEPLOYMENT_TARGET: 10.11 | |
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