grpc: pip install DEPENDNECY ERROR on macOS

Python 2.7.14 :: Anaconda custom (64-bit) macOS:10.13.3

Using cached grpcio-1.10.0.tar.gz
Requirement already satisfied: six>=1.5.2 in ./anaconda2/lib/python2.7/site-packages (from grpcio)
Requirement already satisfied: protobuf>=3.5.0.post1 in ./anaconda2/lib/python2.7/site-packages (from grpcio)
Requirement already satisfied: futures>=2.2.0 in ./anaconda2/lib/python2.7/site-packages (from grpcio)
Requirement already satisfied: enum34>=1.0.4 in ./anaconda2/lib/python2.7/site-packages (from grpcio)
Requirement already satisfied: setuptools in ./anaconda2/lib/python2.7/site-packages (from protobuf>=3.5.0.post1->grpcio)
Building wheels for collected packages: grpcio
  Running setup.py bdist_wheel for grpcio ... error
  Complete output from command /Users/wangzhong/anaconda2/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/tmpGBrDmfpip-wheel- --python-tag cp27:
  Found cython-generated files...
  running bdist_wheel
  running build
  running build_py
  running build_project_metadata
  creating python_build
  creating python_build/lib.macosx-10.6-x86_64-2.7
  creating python_build/lib.macosx-10.6-x86_64-2.7/grpc
  copying src/python/grpcio/grpc/_channel.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
  copying src/python/grpcio/grpc/_common.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
  copying src/python/grpcio/grpc/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
  copying src/python/grpcio/grpc/_utilities.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
  copying src/python/grpcio/grpc/_plugin_wrapping.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
  copying src/python/grpcio/grpc/_interceptor.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
  copying src/python/grpcio/grpc/_grpcio_metadata.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
  copying src/python/grpcio/grpc/_server.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
  copying src/python/grpcio/grpc/_auth.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
  creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
  copying src/python/grpcio/grpc/beta/_server_adaptations.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
  copying src/python/grpcio/grpc/beta/interfaces.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
  copying src/python/grpcio/grpc/beta/_metadata.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
  copying src/python/grpcio/grpc/beta/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
  copying src/python/grpcio/grpc/beta/utilities.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
  copying src/python/grpcio/grpc/beta/implementations.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
  copying src/python/grpcio/grpc/beta/_client_adaptations.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
  creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework
  copying src/python/grpcio/grpc/framework/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework
  creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/_cython
  copying src/python/grpcio/grpc/_cython/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/_cython
  creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
  copying src/python/grpcio/grpc/framework/foundation/callable_util.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
  copying src/python/grpcio/grpc/framework/foundation/abandonment.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
  copying src/python/grpcio/grpc/framework/foundation/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
  copying src/python/grpcio/grpc/framework/foundation/stream.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
  copying src/python/grpcio/grpc/framework/foundation/stream_util.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
  copying src/python/grpcio/grpc/framework/foundation/future.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
  copying src/python/grpcio/grpc/framework/foundation/logging_pool.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
  creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/common
  copying src/python/grpcio/grpc/framework/common/style.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/common
  copying src/python/grpcio/grpc/framework/common/cardinality.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/common
  copying src/python/grpcio/grpc/framework/common/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/common
  creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces
  copying src/python/grpcio/grpc/framework/interfaces/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces
  creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/face
  copying src/python/grpcio/grpc/framework/interfaces/face/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/face
  copying src/python/grpcio/grpc/framework/interfaces/face/utilities.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/face
  copying src/python/grpcio/grpc/framework/interfaces/face/face.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/face
  creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/base
  copying src/python/grpcio/grpc/framework/interfaces/base/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/base
  copying src/python/grpcio/grpc/framework/interfaces/base/utilities.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/base
  copying src/python/grpcio/grpc/framework/interfaces/base/base.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/base
  creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/_cython/_cygrpc
  copying src/python/grpcio/grpc/_cython/_cygrpc/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/_cython/_cygrpc
  creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/_cython/_credentials
  copying src/python/grpcio/grpc/_cython/_credentials/roots.pem -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/_cython/_credentials
  warning: BuildPy: byte-compiling is disabled, skipping.

  running build_ext
  [C]       Compiling third_party/cares/cares/ares__close_sockets.c
  [C]       Compiling third_party/cares/cares/ares__get_hostent.c
  [C]       Compiling third_party/cares/cares/ares__read_line.c
  [C]       Compiling third_party/cares/cares/ares__timeval.c
  [C]       Compiling third_party/cares/cares/ares_cancel.c
  [C]       Compiling third_party/cares/cares/ares_create_query.c
  [C]       Compiling third_party/cares/cares/ares_data.c
  [C]       Compiling third_party/cares/cares/ares_destroy.c
  [C]       Compiling third_party/cares/cares/ares_expand_name.c
  [C]       Compiling third_party/cares/cares/ares_expand_string.c
  [C]       Compiling third_party/cares/cares/ares_fds.c
  [C]       Compiling third_party/cares/cares/ares_free_hostent.c
  [C]       Compiling third_party/cares/cares/ares_free_string.c
  [C]       Compiling third_party/cares/cares/ares_getenv.c
  [C]       Compiling third_party/cares/cares/ares_gethostbyaddr.c
  [C]       Compiling third_party/cares/cares/ares_gethostbyname.c
  [C]       Compiling third_party/cares/cares/ares_getnameinfo.c
  [C]       Compiling third_party/cares/cares/ares_getopt.c
  [C]       Compiling third_party/cares/cares/ares_getsock.c
  [C]       Compiling third_party/cares/cares/ares_init.c
  [C]       Compiling third_party/cares/cares/ares_library_init.c
  [C]       Compiling third_party/cares/cares/ares_llist.c
  [C]       Compiling third_party/cares/cares/ares_mkquery.c
  [C]       Compiling third_party/cares/cares/ares_nowarn.c
  [C]       Compiling third_party/cares/cares/ares_options.c
  [C]       Compiling third_party/cares/cares/ares_parse_a_reply.c
  [C]       Compiling third_party/cares/cares/ares_parse_aaaa_reply.c
  [C]       Compiling third_party/cares/cares/ares_parse_mx_reply.c
  [C]       Compiling third_party/cares/cares/ares_parse_naptr_reply.c
  [C]       Compiling third_party/cares/cares/ares_parse_ns_reply.c
  [C]       Compiling third_party/cares/cares/ares_parse_ptr_reply.c
  [C]       Compiling third_party/cares/cares/ares_parse_soa_reply.c
  [C]       Compiling third_party/cares/cares/ares_parse_srv_reply.c
  [C]       Compiling third_party/cares/cares/ares_parse_txt_reply.c
  [C]       Compiling third_party/cares/cares/ares_platform.c
  [C]       Compiling third_party/cares/cares/ares_process.c
  [C]       Compiling third_party/cares/cares/ares_query.c
  [C]       Compiling third_party/cares/cares/ares_search.c
  [C]       Compiling third_party/cares/cares/ares_send.c
  [C]       Compiling third_party/cares/cares/ares_strcasecmp.c
  [C]       Compiling third_party/cares/cares/ares_strdup.c
  [C]       Compiling third_party/cares/cares/ares_strerror.c
  [C]       Compiling third_party/cares/cares/ares_timeout.c
  [C]       Compiling third_party/cares/cares/ares_version.c
  [C]       Compiling third_party/cares/cares/ares_writev.c
  [C]       Compiling third_party/cares/cares/bitncmp.c
  [C]       Compiling third_party/cares/cares/inet_net_pton.c
  [C]       Compiling third_party/cares/cares/inet_ntop.c
  [C]       Compiling third_party/cares/cares/windows_port.c
  [AR]      Creating /private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/libs/opt/libares.a
  [C]       Compiling third_party/zlib/adler32.c
  [C]       Compiling third_party/zlib/compress.c
  [C]       Compiling third_party/zlib/crc32.c
  [C]       Compiling third_party/zlib/deflate.c
  [C]       Compiling third_party/zlib/gzclose.c
  [C]       Compiling third_party/zlib/gzlib.c
  [C]       Compiling third_party/zlib/gzread.c
  [C]       Compiling third_party/zlib/gzwrite.c
  [C]       Compiling third_party/zlib/infback.c
  [C]       Compiling third_party/zlib/inffast.c
  [C]       Compiling third_party/zlib/inflate.c
  [C]       Compiling third_party/zlib/inftrees.c
  [C]       Compiling third_party/zlib/trees.c
  [C]       Compiling third_party/zlib/uncompr.c
  [C]       Compiling third_party/zlib/zutil.c
  [AR]      Creating /private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/libs/opt/libz.a
  [C]       Compiling src/boringssl/err_data.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_bitstr.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_bool.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_d2i_fp.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_dup.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_enum.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_gentm.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_i2d_fp.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_int.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_mbstr.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_object.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_octet.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_print.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_strnid.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_time.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_type.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_utctm.c
  [C]       Compiling third_party/boringssl/crypto/asn1/a_utf8.c
  [C]       Compiling third_party/boringssl/crypto/asn1/asn1_lib.c
  [C]       Compiling third_party/boringssl/crypto/asn1/asn1_par.c
  [C]       Compiling third_party/boringssl/crypto/asn1/asn_pack.c
  [C]       Compiling third_party/boringssl/crypto/asn1/f_enum.c
  [C]       Compiling third_party/boringssl/crypto/asn1/f_int.c
  [C]       Compiling third_party/boringssl/crypto/asn1/f_string.c
  [C]       Compiling third_party/boringssl/crypto/asn1/tasn_dec.c
  [C]       Compiling third_party/boringssl/crypto/asn1/tasn_enc.c
  [C]       Compiling third_party/boringssl/crypto/asn1/tasn_fre.c
  [C]       Compiling third_party/boringssl/crypto/asn1/tasn_new.c
  [C]       Compiling third_party/boringssl/crypto/asn1/tasn_typ.c
  [C]       Compiling third_party/boringssl/crypto/asn1/tasn_utl.c
  [C]       Compiling third_party/boringssl/crypto/asn1/time_support.c
  [C]       Compiling third_party/boringssl/crypto/base64/base64.c
  [C]       Compiling third_party/boringssl/crypto/bio/bio.c
  [C]       Compiling third_party/boringssl/crypto/bio/bio_mem.c
  [C]       Compiling third_party/boringssl/crypto/bio/connect.c
  [C]       Compiling third_party/boringssl/crypto/bio/fd.c
  [C]       Compiling third_party/boringssl/crypto/bio/file.c
  [C]       Compiling third_party/boringssl/crypto/bio/hexdump.c
  [C]       Compiling third_party/boringssl/crypto/bio/pair.c
  [C]       Compiling third_party/boringssl/crypto/bio/printf.c
  [C]       Compiling third_party/boringssl/crypto/bio/socket.c
  [C]       Compiling third_party/boringssl/crypto/bio/socket_helper.c
  [C]       Compiling third_party/boringssl/crypto/bn_extra/bn_asn1.c
  [C]       Compiling third_party/boringssl/crypto/bn_extra/convert.c
  [C]       Compiling third_party/boringssl/crypto/buf/buf.c
  [C]       Compiling third_party/boringssl/crypto/bytestring/asn1_compat.c
  [C]       Compiling third_party/boringssl/crypto/bytestring/ber.c
  [C]       Compiling third_party/boringssl/crypto/bytestring/cbb.c
  [C]       Compiling third_party/boringssl/crypto/bytestring/cbs.c
  [C]       Compiling third_party/boringssl/crypto/chacha/chacha.c
  [C]       Compiling third_party/boringssl/crypto/cipher_extra/cipher_extra.c
  [C]       Compiling third_party/boringssl/crypto/cipher_extra/derive_key.c
  [C]       Compiling third_party/boringssl/crypto/cipher_extra/e_aesctrhmac.c
  [C]       Compiling third_party/boringssl/crypto/cipher_extra/e_aesgcmsiv.c
  [C]       Compiling third_party/boringssl/crypto/cipher_extra/e_chacha20poly1305.c
  [C]       Compiling third_party/boringssl/crypto/cipher_extra/e_null.c
  [C]       Compiling third_party/boringssl/crypto/cipher_extra/e_rc2.c
  [C]       Compiling third_party/boringssl/crypto/cipher_extra/e_rc4.c
  [C]       Compiling third_party/boringssl/crypto/cipher_extra/e_ssl3.c
  [C]       Compiling third_party/boringssl/crypto/cipher_extra/e_tls.c
  [C]       Compiling third_party/boringssl/crypto/cipher_extra/tls_cbc.c
  [C]       Compiling third_party/boringssl/crypto/cmac/cmac.c
  [C]       Compiling third_party/boringssl/crypto/conf/conf.c
  [C]       Compiling third_party/boringssl/crypto/cpu-aarch64-linux.c
  [C]       Compiling third_party/boringssl/crypto/cpu-arm-linux.c
  [C]       Compiling third_party/boringssl/crypto/cpu-arm.c
  [C]       Compiling third_party/boringssl/crypto/cpu-intel.c
  [C]       Compiling third_party/boringssl/crypto/cpu-ppc64le.c
  [C]       Compiling third_party/boringssl/crypto/crypto.c
  [C]       Compiling third_party/boringssl/crypto/curve25519/curve25519.c
  [C]       Compiling third_party/boringssl/crypto/curve25519/spake25519.c
  [C]       Compiling third_party/boringssl/crypto/curve25519/x25519-x86_64.c
  [C]       Compiling third_party/boringssl/crypto/dh/check.c
  [C]       Compiling third_party/boringssl/crypto/dh/dh.c
  [C]       Compiling third_party/boringssl/crypto/dh/dh_asn1.c
  [C]       Compiling third_party/boringssl/crypto/dh/params.c
  [C]       Compiling third_party/boringssl/crypto/digest_extra/digest_extra.c
  [C]       Compiling third_party/boringssl/crypto/dsa/dsa.c
  [C]       Compiling third_party/boringssl/crypto/dsa/dsa_asn1.c
  [C]       Compiling third_party/boringssl/crypto/ec_extra/ec_asn1.c
  [C]       Compiling third_party/boringssl/crypto/ecdh/ecdh.c
  [C]       Compiling third_party/boringssl/crypto/ecdsa_extra/ecdsa_asn1.c
  [C]       Compiling third_party/boringssl/crypto/engine/engine.c
  [C]       Compiling third_party/boringssl/crypto/err/err.c
  [C]       Compiling third_party/boringssl/crypto/evp/digestsign.c
  [C]       Compiling third_party/boringssl/crypto/evp/evp.c
  [C]       Compiling third_party/boringssl/crypto/evp/evp_asn1.c
  [C]       Compiling third_party/boringssl/crypto/evp/evp_ctx.c
  [C]       Compiling third_party/boringssl/crypto/evp/p_dsa_asn1.c
  [C]       Compiling third_party/boringssl/crypto/evp/p_ec.c
  [C]       Compiling third_party/boringssl/crypto/evp/p_ec_asn1.c
  [C]       Compiling third_party/boringssl/crypto/evp/p_ed25519.c
  [C]       Compiling third_party/boringssl/crypto/evp/p_ed25519_asn1.c
  [C]       Compiling third_party/boringssl/crypto/evp/p_rsa.c
  [C]       Compiling third_party/boringssl/crypto/evp/p_rsa_asn1.c
  [C]       Compiling third_party/boringssl/crypto/evp/pbkdf.c
  [C]       Compiling third_party/boringssl/crypto/evp/print.c
  [C]       Compiling third_party/boringssl/crypto/evp/scrypt.c
  [C]       Compiling third_party/boringssl/crypto/evp/sign.c
  [C]       Compiling third_party/boringssl/crypto/ex_data.c
  [C]       Compiling third_party/boringssl/crypto/fipsmodule/bcm.c
  [C]       Compiling third_party/boringssl/crypto/fipsmodule/is_fips.c
  [C]       Compiling third_party/boringssl/crypto/hkdf/hkdf.c
  [C]       Compiling third_party/boringssl/crypto/lhash/lhash.c
  [C]       Compiling third_party/boringssl/crypto/mem.c
  [C]       Compiling third_party/boringssl/crypto/obj/obj.c
  [C]       Compiling third_party/boringssl/crypto/obj/obj_xref.c
  [C]       Compiling third_party/boringssl/crypto/pem/pem_all.c
  [C]       Compiling third_party/boringssl/crypto/pem/pem_info.c
  [C]       Compiling third_party/boringssl/crypto/pem/pem_lib.c
  [C]       Compiling third_party/boringssl/crypto/pem/pem_oth.c
  [C]       Compiling third_party/boringssl/crypto/pem/pem_pk8.c
  [C]       Compiling third_party/boringssl/crypto/pem/pem_pkey.c
  [C]       Compiling third_party/boringssl/crypto/pem/pem_x509.c
  [C]       Compiling third_party/boringssl/crypto/pem/pem_xaux.c
  [C]       Compiling third_party/boringssl/crypto/pkcs7/pkcs7.c
  [C]       Compiling third_party/boringssl/crypto/pkcs7/pkcs7_x509.c
  [C]       Compiling third_party/boringssl/crypto/pkcs8/p5_pbev2.c
  [C]       Compiling third_party/boringssl/crypto/pkcs8/pkcs8.c
  [C]       Compiling third_party/boringssl/crypto/pkcs8/pkcs8_x509.c
  [C]       Compiling third_party/boringssl/crypto/poly1305/poly1305.c
  [C]       Compiling third_party/boringssl/crypto/poly1305/poly1305_arm.c
  [C]       Compiling third_party/boringssl/crypto/poly1305/poly1305_vec.c
  [C]       Compiling third_party/boringssl/crypto/pool/pool.c
  [C]       Compiling third_party/boringssl/crypto/rand_extra/deterministic.c
  [C]       Compiling third_party/boringssl/crypto/rand_extra/forkunsafe.c
  [C]       Compiling third_party/boringssl/crypto/rand_extra/fuchsia.c
  [C]       Compiling third_party/boringssl/crypto/rand_extra/rand_extra.c
  [C]       Compiling third_party/boringssl/crypto/rand_extra/windows.c
  [C]       Compiling third_party/boringssl/crypto/rc4/rc4.c
  [C]       Compiling third_party/boringssl/crypto/refcount_c11.c
  [C]       Compiling third_party/boringssl/crypto/refcount_lock.c
  [C]       Compiling third_party/boringssl/crypto/rsa_extra/rsa_asn1.c
  [C]       Compiling third_party/boringssl/crypto/stack/stack.c
  [C]       Compiling third_party/boringssl/crypto/thread.c
  [C]       Compiling third_party/boringssl/crypto/thread_none.c
  [C]       Compiling third_party/boringssl/crypto/thread_pthread.c
  [C]       Compiling third_party/boringssl/crypto/thread_win.c
  [C]       Compiling third_party/boringssl/crypto/x509/a_digest.c
  [C]       Compiling third_party/boringssl/crypto/x509/a_sign.c
  [C]       Compiling third_party/boringssl/crypto/x509/a_strex.c
  [C]       Compiling third_party/boringssl/crypto/x509/a_verify.c
  [C]       Compiling third_party/boringssl/crypto/x509/algorithm.c
  [C]       Compiling third_party/boringssl/crypto/x509/asn1_gen.c
  [C]       Compiling third_party/boringssl/crypto/x509/by_dir.c
  [C]       Compiling third_party/boringssl/crypto/x509/by_file.c
  [C]       Compiling third_party/boringssl/crypto/x509/i2d_pr.c
  [C]       Compiling third_party/boringssl/crypto/x509/rsa_pss.c
  [C]       Compiling third_party/boringssl/crypto/x509/t_crl.c
  [C]       Compiling third_party/boringssl/crypto/x509/t_req.c
  [C]       Compiling third_party/boringssl/crypto/x509/t_x509.c
  [C]       Compiling third_party/boringssl/crypto/x509/t_x509a.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509_att.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509_cmp.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509_d2.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509_def.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509_ext.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509_lu.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509_obj.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509_r2x.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509_req.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509_set.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509_trs.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509_txt.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509_v3.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509_vfy.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509_vpm.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509cset.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509name.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509rset.c
  [C]       Compiling third_party/boringssl/crypto/x509/x509spki.c
  [C]       Compiling third_party/boringssl/crypto/x509/x_algor.c
  [C]       Compiling third_party/boringssl/crypto/x509/x_all.c
  [C]       Compiling third_party/boringssl/crypto/x509/x_attrib.c
  [C]       Compiling third_party/boringssl/crypto/x509/x_crl.c
  [C]       Compiling third_party/boringssl/crypto/x509/x_exten.c
  [C]       Compiling third_party/boringssl/crypto/x509/x_info.c
  [C]       Compiling third_party/boringssl/crypto/x509/x_name.c
  [C]       Compiling third_party/boringssl/crypto/x509/x_pkey.c
  [C]       Compiling third_party/boringssl/crypto/x509/x_pubkey.c
  [C]       Compiling third_party/boringssl/crypto/x509/x_req.c
  [C]       Compiling third_party/boringssl/crypto/x509/x_sig.c
  [C]       Compiling third_party/boringssl/crypto/x509/x_spki.c
  [C]       Compiling third_party/boringssl/crypto/x509/x_val.c
  [C]       Compiling third_party/boringssl/crypto/x509/x_x509.c
  [C]       Compiling third_party/boringssl/crypto/x509/x_x509a.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/pcy_cache.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/pcy_data.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/pcy_lib.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/pcy_map.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/pcy_node.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/pcy_tree.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_akey.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_akeya.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_alt.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_bcons.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_bitst.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_conf.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_cpols.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_crld.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_enum.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_extku.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_genn.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_ia5.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_info.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_int.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_lib.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_ncons.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_pci.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_pcia.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_pcons.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_pku.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_pmaps.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_prn.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_purp.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_skey.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_sxnet.c
  [C]       Compiling third_party/boringssl/crypto/x509v3/v3_utl.c
  [CXX]     Compiling third_party/boringssl/ssl/bio_ssl.cc
  [CXX]     Compiling third_party/boringssl/ssl/custom_extensions.cc
  [CXX]     Compiling third_party/boringssl/ssl/d1_both.cc
  [CXX]     Compiling third_party/boringssl/ssl/d1_lib.cc
  [CXX]     Compiling third_party/boringssl/ssl/d1_pkt.cc
  [CXX]     Compiling third_party/boringssl/ssl/d1_srtp.cc
  [CXX]     Compiling third_party/boringssl/ssl/dtls_method.cc
  [CXX]     Compiling third_party/boringssl/ssl/dtls_record.cc
  [CXX]     Compiling third_party/boringssl/ssl/handshake.cc
  [CXX]     Compiling third_party/boringssl/ssl/handshake_client.cc
  [CXX]     Compiling third_party/boringssl/ssl/handshake_server.cc
  [CXX]     Compiling third_party/boringssl/ssl/s3_both.cc
  [CXX]     Compiling third_party/boringssl/ssl/s3_lib.cc
  [CXX]     Compiling third_party/boringssl/ssl/s3_pkt.cc
  [CXX]     Compiling third_party/boringssl/ssl/ssl_aead_ctx.cc
  [CXX]     Compiling third_party/boringssl/ssl/ssl_asn1.cc
  [CXX]     Compiling third_party/boringssl/ssl/ssl_buffer.cc
  [CXX]     Compiling third_party/boringssl/ssl/ssl_cert.cc
  [CXX]     Compiling third_party/boringssl/ssl/ssl_cipher.cc
  [CXX]     Compiling third_party/boringssl/ssl/ssl_file.cc
  [CXX]     Compiling third_party/boringssl/ssl/ssl_key_share.cc
  [CXX]     Compiling third_party/boringssl/ssl/ssl_lib.cc
  [CXX]     Compiling third_party/boringssl/ssl/ssl_privkey.cc
  [CXX]     Compiling third_party/boringssl/ssl/ssl_session.cc
  [CXX]     Compiling third_party/boringssl/ssl/ssl_stat.cc
  [CXX]     Compiling third_party/boringssl/ssl/ssl_transcript.cc
  [CXX]     Compiling third_party/boringssl/ssl/ssl_versions.cc
  [CXX]     Compiling third_party/boringssl/ssl/ssl_x509.cc
  [CXX]     Compiling third_party/boringssl/ssl/t1_enc.cc
  [CXX]     Compiling third_party/boringssl/ssl/t1_lib.cc
  [CXX]     Compiling third_party/boringssl/ssl/tls13_both.cc
  [CXX]     Compiling third_party/boringssl/ssl/tls13_client.cc
  [CXX]     Compiling third_party/boringssl/ssl/tls13_enc.cc
  [CXX]     Compiling third_party/boringssl/ssl/tls13_server.cc
  [CXX]     Compiling third_party/boringssl/ssl/tls_method.cc
  [CXX]     Compiling third_party/boringssl/ssl/tls_record.cc
  [AR]      Creating /private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/libs/opt/libboringssl.a
  make: `/private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/libs/opt/libares.a' is up to date.
  [CXX]     Compiling src/core/lib/gpr/alloc.cc
  [CXX]     Compiling src/core/lib/gpr/arena.cc
  [CXX]     Compiling src/core/lib/gpr/atm.cc
  [CXX]     Compiling src/core/lib/gpr/cpu_iphone.cc
  [CXX]     Compiling src/core/lib/gpr/cpu_linux.cc
  [CXX]     Compiling src/core/lib/gpr/cpu_posix.cc
  [CXX]     Compiling src/core/lib/gpr/cpu_windows.cc
  [CXX]     Compiling src/core/lib/gpr/env_linux.cc
  [CXX]     Compiling src/core/lib/gpr/env_posix.cc
  [CXX]     Compiling src/core/lib/gpr/env_windows.cc
  [CXX]     Compiling src/core/lib/gpr/fork.cc
  [CXX]     Compiling src/core/lib/gpr/host_port.cc
  [CXX]     Compiling src/core/lib/gpr/log.cc
  [CXX]     Compiling src/core/lib/gpr/log_android.cc
  [CXX]     Compiling src/core/lib/gpr/log_linux.cc
  [CXX]     Compiling src/core/lib/gpr/log_posix.cc
  [CXX]     Compiling src/core/lib/gpr/log_windows.cc
  [CXX]     Compiling src/core/lib/gpr/mpscq.cc
  [CXX]     Compiling src/core/lib/gpr/murmur_hash.cc
  [CXX]     Compiling src/core/lib/gpr/string.cc
  [CXX]     Compiling src/core/lib/gpr/string_posix.cc
  [CXX]     Compiling src/core/lib/gpr/string_util_windows.cc
  [CXX]     Compiling src/core/lib/gpr/string_windows.cc
  [CXX]     Compiling src/core/lib/gpr/sync.cc
  [CXX]     Compiling src/core/lib/gpr/sync_posix.cc
  [CXX]     Compiling src/core/lib/gpr/sync_windows.cc
  [CXX]     Compiling src/core/lib/gpr/thd.cc
  [CXX]     Compiling src/core/lib/gpr/thd_posix.cc
  [CXX]     Compiling src/core/lib/gpr/thd_windows.cc
  [CXX]     Compiling src/core/lib/gpr/time.cc
  [CXX]     Compiling src/core/lib/gpr/time_posix.cc
  [CXX]     Compiling src/core/lib/gpr/time_precise.cc
  [CXX]     Compiling src/core/lib/gpr/time_windows.cc
  [CXX]     Compiling src/core/lib/gpr/tls_pthread.cc
  [CXX]     Compiling src/core/lib/gpr/tmpfile_msys.cc
  [CXX]     Compiling src/core/lib/gpr/tmpfile_posix.cc
  [CXX]     Compiling src/core/lib/gpr/tmpfile_windows.cc
  [CXX]     Compiling src/core/lib/gpr/wrap_memcpy.cc
  [CXX]     Compiling src/core/lib/profiling/basic_timers.cc
  [CXX]     Compiling src/core/lib/profiling/stap_timers.cc
  [AR]      Creating /private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/libs/opt/libgpr.a

  DEPENDENCY ERROR

  The target you are trying to run requires an OpenSSL implementation.
  Your system doesn't have one, and either the third_party directory
  doesn't have it, or your compiler can't build BoringSSL.

  Please consult INSTALL to get more information.

  If you need information about why these tests failed, run:

    make run_dep_checks


  make: Circular /private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/libs/opt/libares.a <- /private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/libs/opt/libz.a dependency dropped.
  make: *** [stop] Error 1

  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/setup.py", line 311, in <module>
      cmdclass=COMMAND_CLASS,
    File "/Users/wangzhong/anaconda2/lib/python2.7/site-packages/setuptools/__init__.py", line 129, in setup
      return distutils.core.setup(**attrs)
    File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/core.py", line 151, in setup
      dist.run_commands()
    File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/dist.py", line 953, in run_commands
      self.run_command(cmd)
    File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/dist.py", line 972, in run_command
      cmd_obj.run()
    File "/Users/wangzhong/anaconda2/lib/python2.7/site-packages/wheel/bdist_wheel.py", line 204, in run
      self.run_command('build')
    File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/cmd.py", line 326, in run_command
      self.distribution.run_command(command)
    File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/dist.py", line 972, in run_command
      cmd_obj.run()
    File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/command/build.py", line 127, in run
      self.run_command(cmd_name)
    File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/cmd.py", line 326, in run_command
      self.distribution.run_command(command)
    File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/dist.py", line 972, in run_command
      cmd_obj.run()
    File "/Users/wangzhong/anaconda2/lib/python2.7/site-packages/setuptools/command/build_ext.py", line 78, in run
      _build_ext.run(self)
    File "/Users/wangzhong/anaconda2/lib/python2.7/site-packages/Cython/Distutils/old_build_ext.py", line 185, in run
      _build_ext.build_ext.run(self)
    File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/command/build_ext.py", line 340, in run
      self.build_extensions()
    File "/private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/src/python/grpcio/commands.py", line 278, in build_extensions
      raise Exception("make command failed!")
  Exception: make command failed!

  ----------------------------------------
  Failed building wheel for grpcio
  Running setup.py clean for grpcio
Failed to build grpcio
Installing collected packages: grpcio
  Running setup.py install for grpcio ... error
    Complete output from command /Users/wangzhong/anaconda2/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-D4pFnY-record/install-record.txt --single-version-externally-managed --compile:
    Found cython-generated files...
    running install
    running build
    running build_py
    running build_project_metadata
    creating python_build
    creating python_build/lib.macosx-10.6-x86_64-2.7
    creating python_build/lib.macosx-10.6-x86_64-2.7/grpc
    copying src/python/grpcio/grpc/_channel.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
    copying src/python/grpcio/grpc/_common.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
    copying src/python/grpcio/grpc/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
    copying src/python/grpcio/grpc/_utilities.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
    copying src/python/grpcio/grpc/_plugin_wrapping.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
    copying src/python/grpcio/grpc/_interceptor.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
    copying src/python/grpcio/grpc/_grpcio_metadata.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
    copying src/python/grpcio/grpc/_server.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
    copying src/python/grpcio/grpc/_auth.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc
    creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
    copying src/python/grpcio/grpc/beta/_server_adaptations.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
    copying src/python/grpcio/grpc/beta/interfaces.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
    copying src/python/grpcio/grpc/beta/_metadata.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
    copying src/python/grpcio/grpc/beta/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
    copying src/python/grpcio/grpc/beta/utilities.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
    copying src/python/grpcio/grpc/beta/implementations.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
    copying src/python/grpcio/grpc/beta/_client_adaptations.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/beta
    creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework
    copying src/python/grpcio/grpc/framework/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework
    creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/_cython
    copying src/python/grpcio/grpc/_cython/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/_cython
    creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
    copying src/python/grpcio/grpc/framework/foundation/callable_util.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
    copying src/python/grpcio/grpc/framework/foundation/abandonment.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
    copying src/python/grpcio/grpc/framework/foundation/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
    copying src/python/grpcio/grpc/framework/foundation/stream.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
    copying src/python/grpcio/grpc/framework/foundation/stream_util.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
    copying src/python/grpcio/grpc/framework/foundation/future.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
    copying src/python/grpcio/grpc/framework/foundation/logging_pool.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/foundation
    creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/common
    copying src/python/grpcio/grpc/framework/common/style.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/common
    copying src/python/grpcio/grpc/framework/common/cardinality.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/common
    copying src/python/grpcio/grpc/framework/common/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/common
    creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces
    copying src/python/grpcio/grpc/framework/interfaces/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces
    creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/face
    copying src/python/grpcio/grpc/framework/interfaces/face/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/face
    copying src/python/grpcio/grpc/framework/interfaces/face/utilities.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/face
    copying src/python/grpcio/grpc/framework/interfaces/face/face.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/face
    creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/base
    copying src/python/grpcio/grpc/framework/interfaces/base/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/base
    copying src/python/grpcio/grpc/framework/interfaces/base/utilities.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/base
    copying src/python/grpcio/grpc/framework/interfaces/base/base.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/framework/interfaces/base
    creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/_cython/_cygrpc
    copying src/python/grpcio/grpc/_cython/_cygrpc/__init__.py -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/_cython/_cygrpc
    creating python_build/lib.macosx-10.6-x86_64-2.7/grpc/_cython/_credentials
    copying src/python/grpcio/grpc/_cython/_credentials/roots.pem -> python_build/lib.macosx-10.6-x86_64-2.7/grpc/_cython/_credentials
    warning: BuildPy: byte-compiling is disabled, skipping.

    running build_ext
    make: `/private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/libs/opt/libboringssl.a' is up to date.
    make: `/private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/libs/opt/libares.a' is up to date.
    make: `/private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/libs/opt/libgpr.a' is up to date.

    DEPENDENCY ERROR

    The target you are trying to run requires an OpenSSL implementation.
    Your system doesn't have one, and either the third_party directory
    doesn't have it, or your compiler can't build BoringSSL.

    Please consult INSTALL to get more information.

    If you need information about why these tests failed, run:

      make run_dep_checks


    make: Circular /private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/libs/opt/libares.a <- /private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/libs/opt/libz.a dependency dropped.
    make: *** [stop] Error 1

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/setup.py", line 311, in <module>
        cmdclass=COMMAND_CLASS,
      File "/Users/wangzhong/anaconda2/lib/python2.7/site-packages/setuptools/__init__.py", line 129, in setup
        return distutils.core.setup(**attrs)
      File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/core.py", line 151, in setup
        dist.run_commands()
      File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/dist.py", line 953, in run_commands
        self.run_command(cmd)
      File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/dist.py", line 972, in run_command
        cmd_obj.run()
      File "/Users/wangzhong/anaconda2/lib/python2.7/site-packages/setuptools/command/install.py", line 61, in run
        return orig.install.run(self)
      File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/command/install.py", line 563, in run
        self.run_command('build')
      File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/cmd.py", line 326, in run_command
        self.distribution.run_command(command)
      File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/dist.py", line 972, in run_command
        cmd_obj.run()
      File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/command/build.py", line 127, in run
        self.run_command(cmd_name)
      File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/cmd.py", line 326, in run_command
        self.distribution.run_command(command)
      File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/dist.py", line 972, in run_command
        cmd_obj.run()
      File "/Users/wangzhong/anaconda2/lib/python2.7/site-packages/setuptools/command/build_ext.py", line 78, in run
        _build_ext.run(self)
      File "/Users/wangzhong/anaconda2/lib/python2.7/site-packages/Cython/Distutils/old_build_ext.py", line 185, in run
        _build_ext.build_ext.run(self)
      File "/Users/wangzhong/anaconda2/lib/python2.7/distutils/command/build_ext.py", line 340, in run
        self.build_extensions()
      File "/private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/src/python/grpcio/commands.py", line 278, in build_extensions
        raise Exception("make command failed!")
    Exception: make command failed!

    ----------------------------------------
Command "/Users/wangzhong/anaconda2/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-D4pFnY-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/fs/1f88vm_12jb9mq7__p0287pc0000gn/T/pip-build-_tMgkI/grpcio/

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Reactions: 9
  • Comments: 39 (16 by maintainers)

Most upvoted comments

@francbartoli Looks like it somehow picks up OpenSSL headers on your system installed with brew instead of the shipped BoringSSL. Can you try force installing the binary wheels?

pip install --no-cache-dir --only-binary :all: grpcio==1.10.1