Last active
July 11, 2018 01:33
-
-
Save robdimarco/d804cbb326124a7d0a3fdafd05a087b3 to your computer and use it in GitHub Desktop.
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
2018-07-10 21:24:54 -0400 | |
/usr/local/Cellar/dbt/0.10.1/libexec/bin/pip | |
install | |
-v | |
--no-deps | |
--no-binary | |
:all: | |
--ignore-installed | |
/private/tmp/dbt--PyYAML-20180710-60994-1jhqimv/PyYAML-3.12 | |
Created temporary directory: /private/tmp/pip-ephem-wheel-cache-o55zrm0a | |
Created temporary directory: /private/tmp/pip-install-ed0tm8j2 | |
Processing /private/tmp/dbt--PyYAML-20180710-60994-1jhqimv/PyYAML-3.12 | |
Created temporary directory: /private/tmp/pip-req-build-xb9ytb2r | |
Running setup.py (path:/private/tmp/pip-req-build-xb9ytb2r/setup.py) egg_info for package from file:///private/tmp/dbt--PyYAML-20180710-60994-1jhqimv/PyYAML-3.12 | |
Running command python setup.py egg_info | |
running egg_info | |
creating pip-egg-info/PyYAML.egg-info | |
writing pip-egg-info/PyYAML.egg-info/PKG-INFO | |
writing dependency_links to pip-egg-info/PyYAML.egg-info/dependency_links.txt | |
writing top-level names to pip-egg-info/PyYAML.egg-info/top_level.txt | |
writing manifest file 'pip-egg-info/PyYAML.egg-info/SOURCES.txt' | |
reading manifest file 'pip-egg-info/PyYAML.egg-info/SOURCES.txt' | |
writing manifest file 'pip-egg-info/PyYAML.egg-info/SOURCES.txt' | |
Source in /private/tmp/pip-req-build-xb9ytb2r has version 3.12, which satisfies requirement PyYAML==3.12 from file:///private/tmp/dbt--PyYAML-20180710-60994-1jhqimv/PyYAML-3.12 | |
Skipping bdist_wheel for PyYAML, due to binaries being disabled for it. | |
Installing collected packages: PyYAML | |
Created temporary directory: /private/tmp/pip-record-k2b0ewo0 | |
Running setup.py install for PyYAML: started | |
Running command /usr/local/Cellar/dbt/0.10.1/libexec/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-req-build-xb9ytb2r/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/tmp/pip-record-k2b0ewo0/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/dbt/0.10.1/libexec/bin/../include/site/python3.7/PyYAML | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib.macosx-10.11-x86_64-3.7 | |
creating build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/__init__.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/composer.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/constructor.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/cyaml.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/dumper.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/emitter.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/error.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/events.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/loader.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/nodes.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/parser.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/reader.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/representer.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/resolver.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/scanner.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/serializer.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
copying lib3/yaml/tokens.py -> build/lib.macosx-10.11-x86_64-3.7/yaml | |
running build_ext | |
creating build/temp.macosx-10.11-x86_64-3.7 | |
checking if libyaml is compilable | |
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c build/temp.macosx-10.11-x86_64-3.7/check_libyaml.c -o build/temp.macosx-10.11-x86_64-3.7/check_libyaml.o | |
checking if libyaml is linkable | |
clang build/temp.macosx-10.11-x86_64-3.7/check_libyaml.o -lyaml -o build/temp.macosx-10.11-x86_64-3.7/check_libyaml | |
building '_yaml' extension | |
creating build/temp.macosx-10.11-x86_64-3.7/ext | |
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c ext/_yaml.c -o build/temp.macosx-10.11-x86_64-3.7/ext/_yaml.o | |
ext/_yaml.c:24143:21: error: no member named 'exc_type' in 'struct _ts' | |
*type = tstate->exc_type; | |
~~~~~~ ^ | |
ext/_yaml.c:24144:22: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'? | |
*value = tstate->exc_value; | |
^~~~~~~~~ | |
curexc_value | |
/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here | |
PyObject *curexc_value; | |
^ | |
ext/_yaml.c:24145:19: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'? | |
*tb = tstate->exc_traceback; | |
^~~~~~~~~~~~~ | |
curexc_traceback | |
/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here | |
PyObject *curexc_traceback; | |
^ | |
ext/_yaml.c:24152:24: error: no member named 'exc_type' in 'struct _ts' | |
tmp_type = tstate->exc_type; | |
~~~~~~ ^ | |
ext/_yaml.c:24153:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'? | |
tmp_value = tstate->exc_value; | |
^~~~~~~~~ | |
curexc_value | |
/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here | |
PyObject *curexc_value; | |
^ | |
ext/_yaml.c:24154:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'? | |
tmp_tb = tstate->exc_traceback; | |
^~~~~~~~~~~~~ | |
curexc_traceback | |
/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here | |
PyObject *curexc_traceback; | |
^ | |
ext/_yaml.c:24155:13: error: no member named 'exc_type' in 'struct _ts' | |
tstate->exc_type = type; | |
~~~~~~ ^ | |
ext/_yaml.c:24156:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'? | |
tstate->exc_value = value; | |
^~~~~~~~~ | |
curexc_value | |
/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here | |
PyObject *curexc_value; | |
^ | |
ext/_yaml.c:24157:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'? | |
tstate->exc_traceback = tb; | |
^~~~~~~~~~~~~ | |
curexc_traceback | |
/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here | |
PyObject *curexc_traceback; | |
^ | |
ext/_yaml.c:24212:24: error: no member named 'exc_type' in 'struct _ts' | |
tmp_type = tstate->exc_type; | |
~~~~~~ ^ | |
ext/_yaml.c:24213:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'? | |
tmp_value = tstate->exc_value; | |
^~~~~~~~~ | |
curexc_value | |
/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here | |
PyObject *curexc_value; | |
^ | |
ext/_yaml.c:24214:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'? | |
tmp_tb = tstate->exc_traceback; | |
^~~~~~~~~~~~~ | |
curexc_traceback | |
/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here | |
PyObject *curexc_traceback; | |
^ | |
ext/_yaml.c:24215:13: error: no member named 'exc_type' in 'struct _ts' | |
tstate->exc_type = local_type; | |
~~~~~~ ^ | |
ext/_yaml.c:24216:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'? | |
tstate->exc_value = local_value; | |
^~~~~~~~~ | |
curexc_value | |
/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here | |
PyObject *curexc_value; | |
^ | |
ext/_yaml.c:24217:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'? | |
tstate->exc_traceback = local_tb; | |
^~~~~~~~~~~~~ | |
curexc_traceback | |
/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here | |
PyObject *curexc_traceback; | |
^ | |
15 errors generated. | |
error: command 'clang' failed with exit status 1 | |
Running setup.py install for PyYAML: finished with status 'error' | |
Cleaning up... | |
Removing source in /private/tmp/pip-req-build-xb9ytb2r | |
Command "/usr/local/Cellar/dbt/0.10.1/libexec/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-req-build-xb9ytb2r/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/tmp/pip-record-k2b0ewo0/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/dbt/0.10.1/libexec/bin/../include/site/python3.7/PyYAML" failed with error code 1 in /private/tmp/pip-req-build-xb9ytb2r/ | |
Exception information: | |
Traceback (most recent call last): | |
File "/usr/local/Cellar/dbt/0.10.1/libexec/lib/python3.7/site-packages/pip/_internal/basecommand.py", line 228, in main | |
status = self.run(options, args) | |
File "/usr/local/Cellar/dbt/0.10.1/libexec/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 335, in run | |
use_user_site=options.use_user_site, | |
File "/usr/local/Cellar/dbt/0.10.1/libexec/lib/python3.7/site-packages/pip/_internal/req/__init__.py", line 49, in install_given_reqs | |
**kwargs | |
File "/usr/local/Cellar/dbt/0.10.1/libexec/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 779, in install | |
spinner=spinner, | |
File "/usr/local/Cellar/dbt/0.10.1/libexec/lib/python3.7/site-packages/pip/_internal/utils/misc.py", line 698, in call_subprocess | |
% (command_desc, proc.returncode, cwd)) | |
pip._internal.exceptions.InstallationError: Command "/usr/local/Cellar/dbt/0.10.1/libexec/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-req-build-xb9ytb2r/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/tmp/pip-record-k2b0ewo0/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/dbt/0.10.1/libexec/bin/../include/site/python3.7/PyYAML" failed with error code 1 in /private/tmp/pip-req-build-xb9ytb2r/ | |
HOMEBREW_VERSION: 1.6.12 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 0aab25bdb3bfa96d8eb14a38001ff6a24587bcdd | |
Last commit: 16 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: d6010395fb0bdc960333322052e27d12a61cbe3b | |
Core tap last commit: 3 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CACHE: /Users/rdimarco/Library/Caches/Homebrew | |
CPU: quad-core 64-bit broadwell | |
Homebrew Ruby: 2.3.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3_2/bin/ruby | |
Clang: 8.0 build 800 | |
Git: 2.10.1 => /Applications/Xcode.app/Contents/Developer/usr/bin/git | |
Curl: 7.43.0 => /usr/bin/curl | |
Java: 1.8.0_131 | |
macOS: 10.11.6-x86_64 | |
CLT: 8.2.0.0.1.1480973914 | |
Xcode: 8.2.1 | |
XQuartz: N/A | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local/opt/openssl:/usr/local/opt/readline:/usr/local/opt/sqlite:/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/openssl/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/python/lib/pkgconfig:/usr/local/opt/postgresql/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/Homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/gdbm/bin:/usr/local/opt/openssl/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/xz/bin:/usr/local/opt/python/bin:/usr/local/opt/postgresql/bin:/usr/bin:/bin:/usr/sbin:/sbin |
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
==> Installing dbt from fishtown-analytics/dbt | |
==> Downloading https://files.pythonhosted.org/packages/5b/ba/67467678992aba725793c703fafd9e3f6cce6ae99c27b4f90ea006dad1d4/dbt-0.10.1.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt-0.10.1.tar.gz | |
==> Downloading https://files.pythonhosted.org/packages/33/bc/fa0b5347139cd9564f0d44ebd2b147ac97c36b2403943dbee8a25fd74012/virtualenv-16.0.0.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--homebrew-virtualenv-16.0.0.tar.gz | |
==> python3 -c import setuptools... --no-user-cfg install --prefix=/private/tmp/dbt--homebrew-virtualenv-20180710-60994-q7uuye/target --single-version-externally-m | |
==> python3 -s /private/tmp/dbt--homebrew-virtualenv-20180710-60994-q7uuye/target/bin/virtualenv -p python3 /usr/local/Cellar/dbt/0.10.1/libexec | |
==> Downloading https://files.pythonhosted.org/packages/d4/1c/99fb34c81c68012c71e8d35a1f16a6b25952322e23c911c81327c8464be8/agate-1.6.1.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--agate-1.6.1.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--agate-20180710-60994-1xy10wt/agate-1.6 | |
==> Downloading https://files.pythonhosted.org/packages/cc/a4/f265c6f9a7eb1dd45d36d9ab775520e07ff575b11ad21156f9866da047b2/amqp-1.4.9.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--amqp-1.4.9.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--amqp-20180710-60994-lu8odc/amqp-1.4.9 | |
==> Downloading https://files.pythonhosted.org/packages/c3/4d/d4089e1a3dd25b46bebdb55a992b0797cff657b4477bc32ce28038fdecbc/anyjson-0.3.3.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--anyjson-0.3.3.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--anyjson-20180710-60994-1h4znne/anyjson | |
==> Downloading https://files.pythonhosted.org/packages/fc/f1/8db7daa71f414ddabfa056c4ef792e1461ff655c2ae2928a2b675bfed6b4/asn1crypto-0.24.0.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--asn1crypto-0.24.0.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--asn1crypto-20180710-60994-whxs7x/asn1c | |
==> Downloading https://files.pythonhosted.org/packages/92/7d/fdbcfe60d76c07a1f55733ceb18b71087ef7f5cae7dc4b46e36e85636f0b/azure-common-1.1.11.zip | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--azure-common-1.1.11.zip | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--azure-common-20180710-60994-139wxma/az | |
==> Downloading https://files.pythonhosted.org/packages/06/a2/77820fa07ec4657d6456b67edfa78856b4789ada42d1bb8e8485df19824e/azure-nspkg-2.0.0.zip | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--azure-nspkg-2.0.0.zip | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--azure-nspkg-20180710-60994-ppjvv5/azur | |
==> Downloading https://files.pythonhosted.org/packages/5c/7e/eaa76c75b7001b1dd91a875b10c1b63fb9562e6c2bb12e5c8546177e27ba/azure-storage-0.36.0.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--azure-storage-0.36.0.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--azure-storage-20180710-60994-1fzpeaz/a | |
==> Downloading https://files.pythonhosted.org/packages/0e/d5/9b1d6a79c975d0e9a32bd337a1465518c2519b14b214682ca9892752417e/Babel-2.5.3.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--Babel-2.5.3.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--Babel-20180710-60994-15imu1i/Babel-2.5 | |
==> Downloading https://files.pythonhosted.org/packages/64/a6/d7b6fb7bd0a4680a41f1d4b27061c7b768c673070ba8ac116f865de4e7ca/billiard-3.3.0.23.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--billiard-3.3.0.23.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--billiard-20180710-60994-1oic216/billia | |
==> Downloading https://files.pythonhosted.org/packages/00/d0/b715c873db2eedfdba2866969d34d3009954f7d035b2d831fb2ecc2a762d/boto3-1.7.23.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--boto3-1.7.23.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--boto3-20180710-60994-867xbk/boto3-1.7. | |
==> Downloading https://files.pythonhosted.org/packages/66/3d/40872db6b0a852008b93d027dd65fb75927dce08d6abeef3cdd17b891429/botocore-1.10.23.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--botocore-1.10.23.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--botocore-20180710-60994-18hzhf8/botoco | |
==> Downloading https://files.pythonhosted.org/packages/87/41/b3e00059f3c34b57a653d2120d213715abb4327b36fee22e59c1da977d25/cachetools-2.1.0.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--cachetools-2.1.0.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--cachetools-20180710-60994-1h0wia3/cach | |
==> Downloading https://files.pythonhosted.org/packages/ea/a6/6da0bac3ea8abbc2763fd2664af2955702f97f140f2d7277069445532b7c/celery-3.1.23.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--celery-3.1.23.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--celery-20180710-60994-13874o6/celery-3 | |
==> Downloading https://files.pythonhosted.org/packages/4d/9c/46e950a6f4d6b4be571ddcae21e7bc846fcbb88f1de3eff0f6dd0a6be55d/certifi-2018.4.16.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--certifi-2018.4.16.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--certifi-20180710-60994-14pyj2i/certifi | |
==> Downloading https://files.pythonhosted.org/packages/e7/a7/4cd50e57cc6f436f1cc3a7e8fa700ff9b8b4d471620629074913e3735fb2/cffi-1.11.5.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--cffi-1.11.5.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--cffi-20180710-60994-1lr80vv/cffi-1.11. | |
==> Downloading https://files.pythonhosted.org/packages/fc/bb/a5768c230f9ddb03acc9ef3f0d4a3cf93462473795d18e9535498c8f929d/chardet-3.0.4.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--chardet-3.0.4.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--chardet-20180710-60994-1p7f8u4/chardet | |
==> Downloading https://files.pythonhosted.org/packages/e6/76/257b53926889e2835355d74fec73d82662100135293e17d382e2b74d1669/colorama-0.3.9.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--colorama-0.3.9.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--colorama-20180710-60994-827yxf/coloram | |
==> Downloading https://files.pythonhosted.org/packages/ec/b2/faa78c1ab928d2b2c634c8b41ff1181f0abdd9adf9193211bd606ffa57e2/cryptography-2.2.2.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--cryptography-2.2.2.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--cryptography-20180710-60994-wilwiv/cry | |
==> Downloading https://files.pythonhosted.org/packages/6f/24/15a229626c775aae5806312f6bf1e2a73785be3402c0acdec5dbddd8c11e/decorator-4.3.0.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--decorator-4.3.0.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--decorator-20180710-60994-1dvwr6t/decor | |
==> Downloading https://files.pythonhosted.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-0.14.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--docutils-0.14.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--docutils-20180710-60994-xaxng1/docutil | |
==> Downloading https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--future-0.16.0.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--future-20180710-60994-c2md47/future-0. | |
==> Downloading https://files.pythonhosted.org/packages/cf/c6/aa3ac939ec1028b7e0998c4ed88d9cd18782ca458e834f0faaad2823af3a/gevent-1.3.1.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--gevent-1.3.1.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--gevent-20180710-60994-1sok0nl/gevent-1 | |
==> Downloading https://files.pythonhosted.org/packages/21/ed/f66a2a7863bef0e6aca2882fbcf65e6af6a01ca6789a56373bed430c77cb/google-api-core-0.1.4.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--google-api-core-0.1.4.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--google-api-core-20180710-60994-gdjf87/ | |
==> Downloading https://files.pythonhosted.org/packages/fc/76/dcd8257b2156baafd776a02696ee76a663001360b56441724652527611c4/google-auth-1.4.1.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--google-auth-1.4.1.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--google-auth-20180710-60994-1qaaeds/goo | |
==> Downloading https://files.pythonhosted.org/packages/68/88/5325c93b06dd6f0ca3b47f9036402198d582be9d2e49a1abc0560cd635b5/google-cloud-bigquery-0.29.0.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--google-cloud-bigquery-0.29.0.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--google-cloud-bigquery-20180710-60994-m | |
==> Downloading https://files.pythonhosted.org/packages/22/f0/a062f4d877420e765f451af99045326e44f9b026088d621ca40011f14c66/google-cloud-core-0.28.1.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--google-cloud-core-0.28.1.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--google-cloud-core-20180710-60994-1qubd | |
==> Downloading https://files.pythonhosted.org/packages/c8/7e/ebfb88a31fa8d90080d5ae87c8eacf004980f3cb258abbaead8796294db3/google-resumable-media-0.3.1.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--google-resumable-media-0.3.1.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--google-resumable-media-20180710-60994- | |
==> Downloading https://files.pythonhosted.org/packages/00/03/d25bed04ec8d930bcfa488ba81a2ecbf7eb36ae3ffd7e8f5be0d036a89c9/googleapis-common-protos-1.5.3.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--googleapis-common-protos-1.5.3.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--googleapis-common-protos-20180710-6099 | |
==> Downloading https://files.pythonhosted.org/packages/13/de/ba92335e9e76040ca7274224942282a80d54f85e342a5e33c5277c7f87eb/greenlet-0.4.13.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--greenlet-0.4.13.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--greenlet-20180710-60994-sswe9d/greenle | |
==> Downloading https://files.pythonhosted.org/packages/f4/bd/0467d62790828c23c47fc1dfa1b1f052b24efdf5290f071c7a91d0d82fd3/idna-2.6.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--idna-2.6.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--idna-20180710-60994-5ktecg/idna-2.6 | |
==> Downloading https://files.pythonhosted.org/packages/33/0b/22c069f40dddfe4fc8600140155168393178879652961e7ae0dc0707b776/ijson-2.3.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--ijson-2.3.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--ijson-20180710-60994-v0qksc/ijson-2.3 | |
==> Downloading https://files.pythonhosted.org/packages/b1/80/fb8c13a4cd38eb5021dc3741a9e588e4d1de88d895c1910c6fc8a08b7a70/isodate-0.6.0.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--isodate-0.6.0.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--isodate-20180710-60994-i9qgpp/isodate- | |
==> Downloading https://files.pythonhosted.org/packages/56/e6/332789f295cf22308386cf5bbd1f4e00ed11484299c5d7383378cf48ba47/Jinja2-2.10.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--Jinja2-2.10.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--Jinja2-20180710-60994-wd0aa3/Jinja2-2. | |
==> Downloading https://files.pythonhosted.org/packages/e5/21/795b7549397735e911b032f255cff5fb0de58f96da794274660bca4f58ef/jmespath-0.9.3.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--jmespath-0.9.3.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--jmespath-20180710-60994-eefhpx/jmespat | |
==> Downloading https://files.pythonhosted.org/packages/58/b9/171dbb07e18c6346090a37f03c7e74410a1a56123f847efed59af260a298/jsonschema-2.6.0.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--jsonschema-2.6.0.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--jsonschema-20180710-60994-17jw6xv/json | |
==> Downloading https://files.pythonhosted.org/packages/38/69/8d603be2df979f1b9ffefae1e51cde664c52a258aff6e8c3253032c8f2c8/kombu-3.0.37.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--kombu-3.0.37.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--kombu-20180710-60994-1bcl6w3/kombu-3.0 | |
==> Downloading https://files.pythonhosted.org/packages/a0/44/1acad8bfe958874c66825a4bdddbd277a549580b88c5daf3a4c128c521b0/leather-0.3.3.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--leather-0.3.3.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--leather-20180710-60994-1lvg6fy/leather | |
==> Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--MarkupSafe-1.0.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--MarkupSafe-20180710-60994-xvy4or/Marku | |
==> Downloading https://files.pythonhosted.org/packages/c2/93/dbb41b03cf7c878a7409c8e92226531f840a423c9309ea534873a83c9192/networkx-1.11.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--networkx-1.11.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--networkx-20180710-60994-me0llg/network | |
==> Downloading https://files.pythonhosted.org/packages/e3/b3/02385db13f1f25f04ad7895f35e9fe3960a4b9d53112775a6f7d63f264b6/parsedatetime-2.4.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--parsedatetime-2.4.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--parsedatetime-20180710-60994-c4b61l/pa | |
==> Downloading https://files.pythonhosted.org/packages/73/73/4f133a31d67b27431fe4b9cc5e2f74d0644bce0327a743093f3cc27864ce/protobuf-3.5.2.post1.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--protobuf-1.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--protobuf-20180710-60994-1coneqa/protob | |
==> Downloading https://files.pythonhosted.org/packages/f8/e9/5793369ce8a41bf5467623ded8d59a434dfef9c136351aca4e70c2657ba0/psycopg2-2.7.1.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--psycopg2-2.7.1.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--psycopg2-20180710-60994-1kpyld3/psycop | |
==> Downloading https://files.pythonhosted.org/packages/eb/3d/b7d0fdf4a882e26674c68c20f40682491377c4db1439870f5b6f862f76ed/pyasn1-0.4.2.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--pyasn1-0.4.2.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--pyasn1-20180710-60994-l3djjy/pyasn1-0. | |
==> Downloading https://files.pythonhosted.org/packages/ab/76/36ab0e099e6bd27ed95b70c2c86c326d3affa59b9b535c63a2f892ac9f45/pyasn1-modules-0.2.1.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--pyasn1-modules-0.2.1.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--pyasn1-modules-20180710-60994-1o9ele1/ | |
==> Downloading https://files.pythonhosted.org/packages/16/f7/06a3fc92758cf288b9e0d09b0d0f18eff39970214775505d85c002277721/PyContracts-1.8.3.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--PyContracts-1.8.3.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--PyContracts-20180710-60994-jgr5m2/PyCo | |
==> Downloading https://files.pythonhosted.org/packages/8c/2d/aad7f16146f4197a11f8e91fb81df177adcc2073d36a17b1491fd09df6ed/pycparser-2.18.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--pycparser-2.18.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--pycparser-20180710-60994-e487t7/pycpar | |
==> Downloading https://files.pythonhosted.org/packages/f9/72/63fc67bf43286a0fe6a377adc68cec30dcb02b862b10d667788bde112741/pycryptodome-3.6.1.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--pycryptodome-3.6.1.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--pycryptodome-20180710-60994-sieklt/pyc | |
==> Downloading https://files.pythonhosted.org/packages/ee/af/7f500e3e587c927c88422099ce7ed9247f89f3217cabf00d3f48fe3ad5fe/PyJWT-1.6.1.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--PyJWT-1.6.1.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--PyJWT-20180710-60994-1oz2sue/PyJWT-1.6 | |
==> Downloading https://files.pythonhosted.org/packages/3b/15/a5d90ab1a41075e8f0fae334f13452549528f82142b3b9d0c9d86ab7178c/pyOpenSSL-17.5.0.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--pyOpenSSL-17.5.0.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--pyOpenSSL-20180710-60994-cbmve/pyOpenS | |
==> Downloading https://files.pythonhosted.org/packages/3c/ec/a94f8cf7274ea60b5413df054f82a8980523efd712ec55a59e7c3357cf7c/pyparsing-2.2.0.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--pyparsing-2.2.0.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--pyparsing-20180710-60994-1kgpnu8/pypar | |
==> Downloading https://files.pythonhosted.org/packages/a0/b0/a4e3241d2dee665fea11baec21389aec6886655cd4db7647ddf96c3fad15/python-dateutil-2.7.3.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--python-dateutil-2.7.3.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--python-dateutil-20180710-60994-1i3bc7g | |
==> Downloading https://files.pythonhosted.org/packages/70/c1/98bfb2c981787dcec4613c5da2c17d6f54613935b0e3a877e87a9fa974e4/python-slugify-1.2.5.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--python-slugify-1.2.5.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--python-slugify-20180710-60994-s0op4f/p | |
==> Downloading https://files.pythonhosted.org/packages/a0/04/3bed21467ade80579ce4dd867055e6150444543de013fca55ce8fb0505c9/pytimeparse-1.1.7.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--pytimeparse-1.1.7.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--pytimeparse-20180710-60994-c7x1iv/pyti | |
==> Downloading https://files.pythonhosted.org/packages/a4/09/c47e57fc9c7062b4e83b075d418800d322caa87ec0ac21e6308bd3a2d519/pytz-2017.2.zip | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--pytz-2017.2.zip | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--pytz-20180710-60994-1hvukr9/pytz-2017. | |
==> Downloading https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz | |
Already downloaded: /Users/rdimarco/Library/Caches/Homebrew/dbt--PyYAML-3.12.tar.gz | |
==> /usr/local/Cellar/dbt/0.10.1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dbt--PyYAML-20180710-60994-1jhqimv/PyYAML-3 | |
Last 15 lines from /Users/rdimarco/Library/Logs/Homebrew/dbt/57.pip: | |
Removing source in /private/tmp/pip-req-build-xb9ytb2r | |
Command "/usr/local/Cellar/dbt/0.10.1/libexec/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-req-build-xb9ytb2r/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/tmp/pip-record-k2b0ewo0/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/dbt/0.10.1/libexec/bin/../include/site/python3.7/PyYAML" failed with error code 1 in /private/tmp/pip-req-build-xb9ytb2r/ | |
Exception information: | |
Traceback (most recent call last): | |
File "/usr/local/Cellar/dbt/0.10.1/libexec/lib/python3.7/site-packages/pip/_internal/basecommand.py", line 228, in main | |
status = self.run(options, args) | |
File "/usr/local/Cellar/dbt/0.10.1/libexec/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 335, in run | |
use_user_site=options.use_user_site, | |
File "/usr/local/Cellar/dbt/0.10.1/libexec/lib/python3.7/site-packages/pip/_internal/req/__init__.py", line 49, in install_given_reqs | |
**kwargs | |
File "/usr/local/Cellar/dbt/0.10.1/libexec/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 779, in install | |
spinner=spinner, | |
File "/usr/local/Cellar/dbt/0.10.1/libexec/lib/python3.7/site-packages/pip/_internal/utils/misc.py", line 698, in call_subprocess | |
% (command_desc, proc.returncode, cwd)) | |
pip._internal.exceptions.InstallationError: Command "/usr/local/Cellar/dbt/0.10.1/libexec/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-req-build-xb9ytb2r/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/tmp/pip-record-k2b0ewo0/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/dbt/0.10.1/libexec/bin/../include/site/python3.7/PyYAML" failed with error code 1 in /private/tmp/pip-req-build-xb9ytb2r/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment