rstudio / keras3

R Interface to Keras
https://keras3.posit.co/
Other
834 stars 282 forks source link

error while installing keras/tensor flow via install_keras() on mac OSX (Yosemite 10.10.5) #306

Closed nashchem closed 6 years ago

nashchem commented 6 years ago

Hi, Can someone help me in fixing this installation error. Thank you.

install.packages("keras")
library(keras)
install_keras(method="conda")

It is throwing the error as

Using r-tensorflow conda environment for TensorFlow installation Determining latest release of TensorFlow...done Installing TensorFlow... Collecting tensorflow==1.6.0 from https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.6.0-py3-none-any.whl Using cached https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.6.0-py3-none-any.whl Collecting numpy>=1.13.3 (from tensorflow==1.6.0) Using cached numpy-1.14.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl Collecting absl-py>=0.1.6 (from tensorflow==1.6.0) Collecting grpcio>=1.8.6 (from tensorflow==1.6.0) Using cached grpcio-1.10.0.tar.gz Collecting wheel>=0.26 (from tensorflow==1.6.0) Using cached wheel-0.30.0-py2.py3-none-any.whl Collecting six>=1.10.0 (from tensorflow==1.6.0) Using cached six-1.11.0-py2.py3-none-any.whl Collecting astor>=0.6.0 (from tensorflow==1.6.0) Using cached astor-0.6.2-py2.py3-none-any.whl Collecting protobuf>=3.4.0 (from tensorflow==1.6.0) Using cached protobuf-3.5.1-py2.py3-none-any.whl Collecting termcolor>=1.1.0 (from tensorflow==1.6.0) Collecting gast>=0.2.0 (from tensorflow==1.6.0) Collecting tensorboard<1.7.0,>=1.6.0 (from tensorflow==1.6.0) Using cached tensorboard-1.6.0-py3-none-any.whl Collecting setuptools (from protobuf>=3.4.0->tensorflow==1.6.0) Using cached setuptools-38.5.1-py2.py3-none-any.whl Collecting bleach==1.5.0 (from tensorboard<1.7.0,>=1.6.0->tensorflow==1.6.0) Using cached bleach-1.5.0-py2.py3-none-any.whl Collecting markdown>=2.6.8 (from tensorboard<1.7.0,>=1.6.0->tensorflow==1.6.0) Using cached Markdown-2.6.11-py2.py3-none-any.whl Collecting html5lib==0.9999999 (from tensorboard<1.7.0,>=1.6.0->tensorflow==1.6.0) Collecting werkzeug>=0.11.10 (from tensorboard<1.7.0,>=1.6.0->tensorflow==1.6.0) Using cached Werkzeug-0.14.1-py2.py3-none-any.whl Building wheels for collected packages: grpcio Running setup.py bdist_wheel for grpcio: started Running setup.py bdist_wheel for grpcio: finished with status 'error' Complete output from command /anaconda3/envs/r-tensorflow/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/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/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/tmpc2056fmlpip-wheel- --python-tag cp36: 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.7-x86_64-3.6 creating python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_auth.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_channel.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_common.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_grpcio_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_interceptor.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_plugin_wrapping.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_server.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_utilities.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/_cython copying src/python/grpcio/grpc/_cython/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/_cython creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta copying src/python/grpcio/grpc/beta/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta copying src/python/grpcio/grpc/beta/_client_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta copying src/python/grpcio/grpc/beta/_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta copying src/python/grpcio/grpc/beta/_server_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta copying src/python/grpcio/grpc/beta/implementations.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta copying src/python/grpcio/grpc/beta/interfaces.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta copying src/python/grpcio/grpc/beta/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework copying src/python/grpcio/grpc/framework/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/_cython/_cygrpc copying src/python/grpcio/grpc/_cython/_cygrpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/_cython/_cygrpc creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/common copying src/python/grpcio/grpc/framework/common/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/common copying src/python/grpcio/grpc/framework/common/cardinality.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/common copying src/python/grpcio/grpc/framework/common/style.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/common creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/abandonment.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/callable_util.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/future.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/logging_pool.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream_util.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces copying src/python/grpcio/grpc/framework/interfaces/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/base.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/base creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/face.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/face creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/_cython/_credentials copying src/python/grpcio/grpc/_cython/_credentials/roots.pem -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/_cython/_credentials running build_ext b"[C] Compiling third_party/cares/cares/aresclose_sockets.c\n[C] Compiling third_party/cares/cares/aresget_hostent.c\n[C] Compiling third_party/cares/cares/aresread_line.c\n[C] Compiling third_party/cares/cares/arestimeval.c\n[C] Compiling third_party/cares/cares/ares_cancel.c\n[C] Compiling third_party/cares/cares/ares_create_query.c\n[C] Compiling third_party/cares/cares/ares_data.c\n[C] Compiling third_party/cares/cares/ares_destroy.c\n[C] Compiling third_party/cares/cares/ares_expand_name.c\n[C] Compiling third_party/cares/cares/ares_expand_string.c\n[C] Compiling third_party/cares/cares/ares_fds.c\n[C] Compiling third_party/cares/cares/ares_free_hostent.c\n[C] Compiling third_party/cares/cares/ares_free_string.c\n[C] Compiling third_party/cares/cares/ares_getenv.c\n[C] Compiling third_party/cares/cares/ares_gethostbyaddr.c\n[C] Compiling third_party/cares/cares/ares_gethostbyname.c\n[C] Compiling third_party/cares/cares/ares_getnameinfo.c\n[C] Compiling third_party/cares/cares/ares_getopt.c\n[C] Compiling third_party/cares/cares/ares_getsock.c\n[C] Compiling third_party/cares/cares/ares_init.c\n[C] Compiling third_party/cares/cares/ares_library_init.c\n[C] Compiling third_party/cares/cares/ares_llist.c\n[C] Compiling third_party/cares/cares/ares_mkquery.c\n[C] Compiling third_party/cares/cares/ares_nowarn.c\n[C] Compiling third_party/cares/cares/ares_options.c\n[C] Compiling third_party/cares/cares/ares_parse_a_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_aaaa_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_mx_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_naptr_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_ns_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_ptr_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_soa_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_srv_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_txt_reply.c\n[C] Compiling third_party/cares/cares/ares_platform.c\n[C] Compiling third_party/cares/cares/ares_process.c\n[C] Compiling third_party/cares/cares/ares_query.c\n[C] Compiling third_party/cares/cares/ares_search.c\n[C] Compiling third_party/cares/cares/ares_send.c\n[C] Compiling third_party/cares/cares/ares_strcasecmp.c\n[C] Compiling third_party/cares/cares/ares_strdup.c\n[C] Compiling third_party/cares/cares/ares_strerror.c\n[C] Compiling third_party/cares/cares/ares_timeout.c\n[C] Compiling third_party/cares/cares/ares_version.c\n[C] Compiling third_party/cares/cares/ares_writev.c\n[C] Compiling third_party/cares/cares/bitncmp.c\n[C] Compiling third_party/cares/cares/inet_net_pton.c\n[C] Compiling third_party/cares/cares/inet_ntop.c\n[C] Compiling third_party/cares/cares/windows_port.c\n[AR] Creating /private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/libs/opt/libares.a\n[C] Compiling third_party/zlib/adler32.c\n[C] Compiling third_party/zlib/compress.c\n[C] Compiling third_party/zlib/crc32.c\n[C] Compiling third_party/zlib/deflate.c\n[C] Compiling third_party/zlib/gzclose.c\n[C] Compiling third_party/zlib/gzlib.c\n[C] Compiling third_party/zlib/gzread.c\n[C] Compiling third_party/zlib/gzwrite.c\n[C] Compiling third_party/zlib/infback.c\n[C] Compiling third_party/zlib/inffast.c\n[C] Compiling third_party/zlib/inflate.c\n[C] Compiling third_party/zlib/inftrees.c\n[C] Compiling third_party/zlib/trees.c\n[C] Compiling third_party/zlib/uncompr.c\n[C] Compiling third_party/zlib/zutil.c\n[AR] Creating /private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/libs/opt/libz.a\n[C] Compiling src/boringssl/err_data.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_bitstr.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_bool.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_d2i_fp.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_dup.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_enum.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_gentm.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_i2d_fp.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_int.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_mbstr.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_object.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_octet.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_print.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_strnid.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_time.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_type.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_utctm.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_utf8.c\n[C] Compiling third_party/boringssl/crypto/asn1/asn1_lib.c\n[C] Compiling third_party/boringssl/crypto/asn1/asn1_par.c\n[C] Compiling third_party/boringssl/crypto/asn1/asn_pack.c\n[C] Compiling third_party/boringssl/crypto/asn1/f_enum.c\n[C] Compiling third_party/boringssl/crypto/asn1/f_int.c\n[C] Compiling third_party/boringssl/crypto/asn1/f_string.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_dec.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_enc.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_fre.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_new.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_typ.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_utl.c\n[C] Compiling third_party/boringssl/crypto/asn1/time_support.c\n[C] Compiling third_party/boringssl/crypto/base64/base64.c\n[C] Compiling third_party/boringssl/crypto/bio/bio.c\n[C] Compiling third_party/boringssl/crypto/bio/bio_mem.c\n[C] Compiling third_party/boringssl/crypto/bio/connect.c\n[C] Compiling third_party/boringssl/crypto/bio/fd.c\n[C] Compiling third_party/boringssl/crypto/bio/file.c\n[C] Compiling third_party/boringssl/crypto/bio/hexdump.c\n[C] Compiling third_party/boringssl/crypto/bio/pair.c\n[C] Compiling third_party/boringssl/crypto/bio/printf.c\n[C] Compiling third_party/boringssl/crypto/bio/socket.c\n[C] Compiling third_party/boringssl/crypto/bio/socket_helper.c\n[C] Compiling third_party/boringssl/crypto/bn_extra/bn_asn1.c\n[C] Compiling third_party/boringssl/crypto/bn_extra/convert.c\n[C] Compiling third_party/boringssl/crypto/buf/buf.c\n[C] Compiling third_party/boringssl/crypto/bytestring/asn1_compat.c\n[C] Compiling third_party/boringssl/crypto/bytestring/ber.c\n[C] Compiling third_party/boringssl/crypto/bytestring/cbb.c\n[C] Compiling third_party/boringssl/crypto/bytestring/cbs.c\n[C] Compiling third_party/boringssl/crypto/chacha/chacha.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/cipher_extra.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/derive_key.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_aesctrhmac.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_aesgcmsiv.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_chacha20poly1305.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_null.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_rc2.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_rc4.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_ssl3.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_tls.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/tls_cbc.c\n[C] Compiling third_party/boringssl/crypto/cmac/cmac.c\n[C] Compiling third_party/boringssl/crypto/conf/conf.c\n[C] Compiling third_party/boringssl/crypto/cpu-aarch64-linux.c\n[C] Compiling third_party/boringssl/crypto/cpu-arm-linux.c\n[C] Compiling third_party/boringssl/crypto/cpu-arm.c\n[C] Compiling third_party/boringssl/crypto/cpu-intel.c\n[C] Compiling third_party/boringssl/crypto/cpu-ppc64le.c\n[C] Compiling third_party/boringssl/crypto/crypto.c\n[C] Compiling third_party/boringssl/crypto/curve25519/curve25519.c\n[C] Compiling third_party/boringssl/crypto/curve25519/spake25519.c\n[C] Compiling third_party/boringssl/crypto/curve25519/x25519-x86_64.c\n[C] Compiling third_party/boringssl/crypto/dh/check.c\n[C] Compiling third_party/boringssl/crypto/dh/dh.c\n[C] Compiling third_party/boringssl/crypto/dh/dh_asn1.c\n[C] Compiling third_party/boringssl/crypto/dh/params.c\n[C] Compiling third_party/boringssl/crypto/digest_extra/digest_extra.c\n[C] Compiling third_party/boringssl/crypto/dsa/dsa.c\n[C] Compiling third_party/boringssl/crypto/dsa/dsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/ec_extra/ec_asn1.c\n[C] Compiling third_party/boringssl/crypto/ecdh/ecdh.c\n[C] Compiling third_party/boringssl/crypto/ecdsa_extra/ecdsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/engine/engine.c\n[C] Compiling third_party/boringssl/crypto/err/err.c\n[C] Compiling third_party/boringssl/crypto/evp/digestsign.c\n[C] Compiling third_party/boringssl/crypto/evp/evp.c\n[C] Compiling third_party/boringssl/crypto/evp/evp_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/evp_ctx.c\n[C] Compiling third_party/boringssl/crypto/evp/p_dsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ec.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ec_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ed25519.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ed25519_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/p_rsa.c\n[C] Compiling third_party/boringssl/crypto/evp/p_rsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/pbkdf.c\n[C] Compiling third_party/boringssl/crypto/evp/print.c\n[C] Compiling third_party/boringssl/crypto/evp/scrypt.c\n[C] Compiling third_party/boringssl/crypto/evp/sign.c\n[C] Compiling third_party/boringssl/crypto/ex_data.c\n[C] Compiling third_party/boringssl/crypto/fipsmodule/bcm.c\n[C] Compiling third_party/boringssl/crypto/fipsmodule/is_fips.c\n[C] Compiling third_party/boringssl/crypto/hkdf/hkdf.c\n[C] Compiling third_party/boringssl/crypto/lhash/lhash.c\n[C] Compiling third_party/boringssl/crypto/mem.c\n[C] Compiling third_party/boringssl/crypto/obj/obj.c\n[C] Compiling third_party/boringssl/crypto/obj/obj_xref.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_all.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_info.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_lib.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_oth.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_pk8.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_pkey.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_x509.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_xaux.c\n[C] Compiling third_party/boringssl/crypto/pkcs7/pkcs7.c\n[C] Compiling third_party/boringssl/crypto/pkcs7/pkcs7_x509.c\n[C] Compiling third_party/boringssl/crypto/pkcs8/p5_pbev2.c\n[C] Compiling third_party/boringssl/crypto/pkcs8/pkcs8.c\n[C] Compiling third_party/boringssl/crypto/pkcs8/pkcs8_x509.c\n[C] Compiling third_party/boringssl/crypto/poly1305/poly1305.c\n[C] Compiling third_party/boringssl/crypto/poly1305/poly1305_arm.c\n[C] Compiling third_party/boringssl/crypto/poly1305/poly1305_vec.c\n[C] Compiling third_party/boringssl/crypto/pool/pool.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/deterministic.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/forkunsafe.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/fuchsia.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/rand_extra.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/windows.c\n[C] Compiling third_party/boringssl/crypto/rc4/rc4.c\n[C] Compiling third_party/boringssl/crypto/refcount_c11.c\n[C] Compiling third_party/boringssl/crypto/refcount_lock.c\n[C] Compiling third_party/boringssl/crypto/rsa_extra/rsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/stack/stack.c\n[C] Compiling third_party/boringssl/crypto/thread.c\n[C] Compiling third_party/boringssl/crypto/thread_none.c\n[C] Compiling third_party/boringssl/crypto/thread_pthread.c\n[C] Compiling third_party/boringssl/crypto/thread_win.c\n[C] Compiling third_party/boringssl/crypto/x509/a_digest.c\n[C] Compiling third_party/boringssl/crypto/x509/a_sign.c\n[C] Compiling third_party/boringssl/crypto/x509/a_strex.c\n[C] Compiling third_party/boringssl/crypto/x509/a_verify.c\n[C] Compiling third_party/boringssl/crypto/x509/algorithm.c\n[C] Compiling third_party/boringssl/crypto/x509/asn1_gen.c\n[C] Compiling third_party/boringssl/crypto/x509/by_dir.c\n[C] Compiling third_party/boringssl/crypto/x509/by_file.c\n[C] Compiling third_party/boringssl/crypto/x509/i2d_pr.c\n[C] Compiling third_party/boringssl/crypto/x509/rsa_pss.c\n[C] Compiling third_party/boringssl/crypto/x509/t_crl.c\n[C] Compiling third_party/boringssl/crypto/x509/t_req.c\n[C] Compiling third_party/boringssl/crypto/x509/t_x509.c\n[C] Compiling third_party/boringssl/crypto/x509/t_x509a.c\n[C] Compiling third_party/boringssl/crypto/x509/x509.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_att.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_cmp.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_d2.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_def.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_ext.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_lu.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_obj.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_r2x.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_req.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_set.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_trs.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_txt.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_v3.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_vfy.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_vpm.c\n[C] Compiling third_party/boringssl/crypto/x509/x509cset.c\n[C] Compiling third_party/boringssl/crypto/x509/x509name.c\n[C] Compiling third_party/boringssl/crypto/x509/x509rset.c\n[C] Compiling third_party/boringssl/crypto/x509/x509spki.c\n[C] Compiling third_party/boringssl/crypto/x509/x_algor.c\n[C] Compiling third_party/boringssl/crypto/x509/x_all.c\n[C] Compiling third_party/boringssl/crypto/x509/x_attrib.c\n[C] Compiling third_party/boringssl/crypto/x509/x_crl.c\n[C] Compiling third_party/boringssl/crypto/x509/x_exten.c\n[C] Compiling third_party/boringssl/crypto/x509/x_info.c\n[C] Compiling third_party/boringssl/crypto/x509/x_name.c\n[C] Compiling third_party/boringssl/crypto/x509/x_pkey.c\n[C] Compiling third_party/boringssl/crypto/x509/x_pubkey.c\n[C] Compiling third_party/boringssl/crypto/x509/x_req.c\n[C] Compiling third_party/boringssl/crypto/x509/x_sig.c\n[C] Compiling third_party/boringssl/crypto/x509/x_spki.c\n[C] Compiling third_party/boringssl/crypto/x509/x_val.c\n[C] Compiling third_party/boringssl/crypto/x509/x_x509.c\n[C] Compiling third_party/boringssl/crypto/x509/x_x509a.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_cache.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_data.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_lib.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_map.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_node.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_tree.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_akey.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_akeya.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_alt.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_bcons.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_bitst.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_conf.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_cpols.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_crld.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_enum.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_extku.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_genn.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_ia5.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_info.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_int.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_lib.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_ncons.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pci.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pcia.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pcons.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pku.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pmaps.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_prn.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_purp.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_skey.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_sxnet.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_utl.c\n[CXX] Compiling third_party/boringssl/ssl/bio_ssl.cc\n[CXX] Compiling third_party/boringssl/ssl/custom_extensions.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_both.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_pkt.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_srtp.cc\n[CXX] Compiling third_party/boringssl/ssl/dtls_method.cc\n[CXX] Compiling third_party/boringssl/ssl/dtls_record.cc\n[CXX] Compiling third_party/boringssl/ssl/handshake.cc\n[CXX] Compiling third_party/boringssl/ssl/handshake_client.cc\n[CXX] Compiling third_party/boringssl/ssl/handshake_server.cc\n[CXX] Compiling third_party/boringssl/ssl/s3_both.cc\n[CXX] Compiling third_party/boringssl/ssl/s3_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/s3_pkt.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_aead_ctx.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_asn1.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_buffer.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_cert.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_cipher.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_file.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_key_share.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_privkey.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_session.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_stat.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_transcript.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_versions.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_x509.cc\n[CXX] Compiling third_party/boringssl/ssl/t1_enc.cc\n[CXX] Compiling third_party/boringssl/ssl/t1_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_both.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_client.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_enc.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_server.cc\n[CXX] Compiling third_party/boringssl/ssl/tls_method.cc\n[CXX] Compiling third_party/boringssl/ssl/tls_record.cc\n[AR] Creating /private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/libs/opt/libboringssl.a\nmake: `/private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/libs/opt/libares.a' is up to date.\n[CXX] Compiling src/core/lib/gpr/alloc.cc\n[CXX] Compiling src/core/lib/gpr/arena.cc\n[CXX] Compiling src/core/lib/gpr/atm.cc\n[CXX] Compiling src/core/lib/gpr/cpu_iphone.cc\n[CXX] Compiling src/core/lib/gpr/cpu_linux.cc\n[CXX] Compiling src/core/lib/gpr/cpu_posix.cc\n[CXX] Compiling src/core/lib/gpr/cpu_windows.cc\n[CXX] Compiling src/core/lib/gpr/env_linux.cc\n[CXX] Compiling src/core/lib/gpr/env_posix.cc\n[CXX] Compiling src/core/lib/gpr/env_windows.cc\n[CXX] Compiling src/core/lib/gpr/fork.cc\n[CXX] Compiling src/core/lib/gpr/host_port.cc\n[CXX] Compiling src/core/lib/gpr/log.cc\n[CXX] Compiling src/core/lib/gpr/log_android.cc\n[CXX] Compiling src/core/lib/gpr/log_linux.cc\n[CXX] Compiling src/core/lib/gpr/log_posix.cc\n[CXX] Compiling src/core/lib/gpr/log_windows.cc\n[CXX] Compiling src/core/lib/gpr/mpscq.cc\n[CXX] Compiling src/core/lib/gpr/murmur_hash.cc\n[CXX] Compiling src/core/lib/gpr/string.cc\n[CXX] Compiling src/core/lib/gpr/string_posix.cc\n[CXX] Compiling src/core/lib/gpr/string_util_windows.cc\n[CXX] Compiling src/core/lib/gpr/string_windows.cc\n[CXX] Compiling src/core/lib/gpr/sync.cc\n[CXX] Compiling src/core/lib/gpr/sync_posix.cc\n[CXX] Compiling src/core/lib/gpr/sync_windows.cc\n[CXX] Compiling src/core/lib/gpr/thd.cc\n[CXX] Compiling src/core/lib/gpr/thd_posix.cc\n[CXX] Compiling src/core/lib/gpr/thd_windows.cc\n[CXX] Compiling src/core/lib/gpr/time.cc\n[CXX] Compiling src/core/lib/gpr/time_posix.cc\n[CXX] Compiling src/core/lib/gpr/time_precise.cc\n[CXX] Compiling src/core/lib/gpr/time_windows.cc\n[CXX] Compiling src/core/lib/gpr/tls_pthread.cc\n[CXX] Compiling src/core/lib/gpr/tmpfile_msys.cc\n[CXX] Compiling src/core/lib/gpr/tmpfile_posix.cc\n[CXX] Compiling src/core/lib/gpr/tmpfile_windows.cc\n[CXX] Compiling src/core/lib/gpr/wrap_memcpy.cc\n[CXX] Compiling src/core/lib/profiling/basic_timers.cc\n[CXX] Compiling src/core/lib/profiling/stap_timers.cc\n[AR] Creating /private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/libs/opt/libgpr.a\n\nDEPENDENCY ERROR\n\nThe target you are trying to run requires an OpenSSL implementation.\nYour system doesn't have one, and either the third_party directory\ndoesn't have it, or your compiler can't build BoringSSL.\n\nPlease consult INSTALL to get more information.\n\nIf you need information about why these tests failed, run:\n\n make run_dep_checks\n\n" b'make: Circular /private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/libs/opt/libares.a <- /private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/libs/opt/libz.a dependency dropped.\nmake: * [stop] Error 1\n' Traceback (most recent call last): File "", line 1, in File "/private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/setup.py", line 311, in cmdclass=COMMAND_CLASS, File "/anaconda3/envs/r-tensorflow/lib/python3.6/site-packages/setuptools/init.py", line 129, in setup return distutils.core.setup(attrs) File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/core.py", line 148, in setup dist.run_commands() File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.6/site-packages/wheel/bdist_wheel.py", line 204, in run self.run_command('build') File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.6/site-packages/setuptools/command/build_ext.py", line 78, in run _build_ext.run(self) File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/command/build_ext.py", line 339, in run self.build_extensions() File "/private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/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: numpy, six, absl-py, setuptools, protobuf, grpcio, wheel, astor, termcolor, gast, html5lib, bleach, markdown, werkzeug, tensorboard, tensorflow Running setup.py install for grpcio: started Running setup.py install for grpcio: finished with status 'error' Complete output from command /anaconda3/envs/r-tensorflow/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/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/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-qmom1ool-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.7-x86_64-3.6 creating python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_auth.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_channel.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_common.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_grpcio_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_interceptor.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_plugin_wrapping.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_server.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc copying src/python/grpcio/grpc/_utilities.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/_cython copying src/python/grpcio/grpc/_cython/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/_cython creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta copying src/python/grpcio/grpc/beta/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta copying src/python/grpcio/grpc/beta/_client_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta copying src/python/grpcio/grpc/beta/_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta copying src/python/grpcio/grpc/beta/_server_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta copying src/python/grpcio/grpc/beta/implementations.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta copying src/python/grpcio/grpc/beta/interfaces.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta copying src/python/grpcio/grpc/beta/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/beta creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework copying src/python/grpcio/grpc/framework/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/_cython/_cygrpc copying src/python/grpcio/grpc/_cython/_cygrpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/_cython/_cygrpc creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/common copying src/python/grpcio/grpc/framework/common/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/common copying src/python/grpcio/grpc/framework/common/cardinality.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/common copying src/python/grpcio/grpc/framework/common/style.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/common creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/abandonment.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/callable_util.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/future.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/logging_pool.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream_util.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/foundation creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces copying src/python/grpcio/grpc/framework/interfaces/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/base.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/base creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/init.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/face.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/framework/interfaces/face creating python_build/lib.macosx-10.7-x86_64-3.6/grpc/_cython/_credentials copying src/python/grpcio/grpc/_cython/_credentials/roots.pem -> python_build/lib.macosx-10.7-x86_64-3.6/grpc/_cython/_credentials running build_ext b"make: /private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/libs/opt/libboringssl.a' is up to date.\nmake:/private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/libs/opt/libares.a' is up to date.\nmake: `/private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/libs/opt/libgpr.a' is up to date.\n\nDEPENDENCY ERROR\n\nThe target you are trying to run requires an OpenSSL implementation.\nYour system doesn't have one, and either the third_party directory\ndoesn't have it, or your compiler can't build BoringSSL.\n\nPlease consult INSTALL to get more information.\n\nIf you need information about why these tests failed, run:\n\n make run_dep_checks\n\n" b'make: Circular /private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/libs/opt/libares.a <- /private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/libs/opt/libz.a dependency dropped.\nmake: * [stop] Error 1\n' Traceback (most recent call last): File "", line 1, in File "/private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/setup.py", line 311, in cmdclass=COMMAND_CLASS, File "/anaconda3/envs/r-tensorflow/lib/python3.6/site-packages/setuptools/init.py", line 129, in setup return distutils.core.setup(attrs) File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/core.py", line 148, in setup dist.run_commands() File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.6/site-packages/setuptools/command/install.py", line 61, in run return orig.install.run(self) File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/command/install.py", line 545, in run self.run_command('build') File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.6/site-packages/setuptools/command/build_ext.py", line 78, in run _build_ext.run(self) File "/anaconda3/envs/r-tensorflow/lib/python3.6/distutils/command/build_ext.py", line 339, in run self.build_extensions() File "/private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/src/python/grpcio/commands.py", line 278, in build_extensions raise Exception("make command failed!") Exception: make command failed!

----------------------------------------

Command "/anaconda3/envs/r-tensorflow/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/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/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-qmom1ool-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/l0/ytbpjs1n3blfy207k10gyxc40000gp/T/pip-build-nd1aunuh/grpcio/ Error: Error 1 occurred installing packages into conda environment r-tensorflow

sessionInfo output R version 3.3.3 (2017-03-06) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: OS X Yosemite 10.10.5

locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages: [1] stats graphics grDevices utils datasets methods base

other attached packages: [1] keras_2.1.4.9000

loaded via a namespace (and not attached): [1] magrittr_1.5 R6_2.2.2 tools_3.3.3 whisker_0.3-2 base64enc_0.1-3 curl_3.1 yaml_2.1.16 Rcpp_0.12.14
[9] reticulate_1.5 tensorflow_1.5 zeallot_0.1.0 jsonlite_1.5 tfruns_1.3

aelarsen commented 6 years ago

I get the same output and errors above when I run:

install.packages("keras", type = "source") library(keras) install_keras()

I'm also running this on a Mac (Yosemite 10.10.1). Here is my RStudio info:

> sessionInfo()
R version 3.3.3 (2017-03-06)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X Yosemite 10.10.1

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods  
[7] base     

other attached packages:
[1] keras_2.1.6

loaded via a namespace (and not attached):
 [1] magrittr_1.5    R6_2.2.2        tools_3.3.3     whisker_0.3-2  
 [5] base64enc_0.1-3 curl_3.1        yaml_2.1.14     Rcpp_0.12.15   
 [9] reticulate_1.5  tensorflow_1.5  zeallot_0.1.0   jsonlite_1.5   
[13] tfruns_1.3 

Thanks in advance for any advice!

zacharyDez commented 6 years ago

Did you solve the issue @aelarsen ? Having same error here.

aelarsen commented 6 years ago

Hi, @zacharyDez , I have not been able to resolve the issue.

If you or anyone can let me know what other details of the problem would be helpful to post, please do. I'll be happy to add them.

aelarsen commented 6 years ago

Just curious, @zacharyDez, what is your R sessionInfo()?

bosoa commented 6 years ago

This works for me.

library(reticulate) virtualenv_remove("r-tensorflow")

Remove virtualenv at ~/.virtualenvs/r-tensorflow? [Y/n]: Y

library(keras) install_keras()

mandava57 commented 6 years ago

I have the same problem. I tried to follow the above instructions and run this command: virtualenv_remove("r-tensorflow") came up with these errors: Error: Prerequisites for using Python virtualenvs not available.

Execute the following at a terminal to install the prerequisites:

$ sudo /usr/bin/easy_install pip $ sudo /usr/local/bin/pip install --upgrade virtualenv

can I install virtualenv using my existing pip? Please note that I am running anaconda with python version 3. I wouldn't want this new install to effect my existing installation. Please advise. Thanks in advance.

bosoa commented 6 years ago

I would like to have your execution error logs. I look forward to it.

Best Jihwan.

2018년 7월 8일 (일) 11:59, mandava57 notifications@github.com님이 작성:

I have the same problem. I tried to follow the above instructions and run this command: virtualenv_remove("r-tensorflow") came up with these errors: Error: Prerequisites for using Python virtualenvs not available.

Execute the following at a terminal to install the prerequisites:

$ sudo /usr/bin/easy_install pip $ sudo /usr/local/bin/pip install --upgrade virtualenv

can I install virtualenv using my existing pip? Please note that I am running anaconda with python version 3. I wouldn't want this new install to effect my existing installation. Please advise. Thanks in advance.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rstudio/keras/issues/306#issuecomment-403258184, or mute the thread https://github.com/notifications/unsubscribe-auth/ATNaHR2kcx_mY0kq8ZVwicEwPtIC37Z9ks5uEXWYgaJpZM4SarfW .

mandava57 commented 6 years ago

Thanks for such a quick response. Here are the details: My action1 and its response:

install_keras() Using r-tensorflow conda environment for TensorFlow installation Determining latest installable release of TensorFlow...done Installing TensorFlow... Collecting tensorflow==1.7.0 from https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.7.0-py3-none-any.whl Using cached https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.7.0-py3-none-any.whl Collecting absl-py>=0.1.6 (from tensorflow==1.7.0) Collecting wheel>=0.26 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/81/30/e935244ca6165187ae8be876b6316ae201b71485538ffac1d718843025a9/wheel-0.31.1-py2.py3-none-any.whl Collecting astor>=0.6.0 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/35/6b/11530768cac581a12952a2aad00e1526b89d242d0b9f59534ef6e6a1752f/astor-0.7.1-py2.py3-none-any.whl Collecting tensorboard<1.8.0,>=1.7.0 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/0b/ec/65d4e8410038ca2a78c09034094403d231228d0ddcae7d470b223456e55d/tensorboard-1.7.0-py3-none-any.whl Collecting protobuf>=3.4.0 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/85/f8/d09e4bf21c4de65405ce053e90542e728c5b7cf296b9df36b0bf0488f534/protobuf-3.6.0-py2.py3-none-any.whl Collecting gast>=0.2.0 (from tensorflow==1.7.0) Collecting six>=1.10.0 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl Collecting numpy>=1.13.3 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/a0/31/f01ac16f0e8adbb94cd4e3de4920b49a470cf4ca7d452eefd960d4b0248f/numpy-1.14.5-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl Collecting termcolor>=1.1.0 (from tensorflow==1.7.0) Collecting grpcio>=1.8.6 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/e6/27/1f138a6f8691b8d1c1a4f2005f9293da6641c806d5626eb6c43e765962b1/grpcio-1.13.0.tar.gz Collecting werkzeug>=0.11.10 (from tensorboard<1.8.0,>=1.7.0->tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl Collecting html5lib==0.9999999 (from tensorboard<1.8.0,>=1.7.0->tensorflow==1.7.0) Collecting bleach==1.5.0 (from tensorboard<1.8.0,>=1.7.0->tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/33/70/86c5fec937ea4964184d4d6c4f0b9551564f821e1c3575907639036d9b90/bleach-1.5.0-py2.py3-none-any.whl Collecting markdown>=2.6.8 (from tensorboard<1.8.0,>=1.7.0->tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/6d/7d/488b90f470b96531a3f5788cf12a93332f543dbab13c423a5e7ce96a0493/Markdown-2.6.11-py2.py3-none-any.whl Collecting setuptools (from protobuf>=3.4.0->tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/7f/e1/820d941153923aac1d49d7fc37e17b6e73bfbd2904959fffbad77900cf92/setuptools-39.2.0-py2.py3-none-any.whl Building wheels for collected packages: grpcio Running setup.py bdist_wheel for grpcio: started Running setup.py bdist_wheel for grpcio: still running... Running setup.py bdist_wheel for grpcio: finished with status 'error' Complete output from command /anaconda3/envs/r-tensorflow/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdistwheel -d /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-wheel-d4in2yc --python-tag cp37: 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.7-x86_64-3.7 creating python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_auth.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_channel.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_common.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_grpcio_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_interceptor.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_plugin_wrapping.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_server.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython copying src/python/grpcio/grpc/_cython/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_client_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_server_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/implementations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/interfaces.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/gevent.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/session_cache.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework copying src/python/grpcio/grpc/framework/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_cygrpc copying src/python/grpcio/grpc/_cython/_cygrpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_cygrpc creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/cardinality.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/style.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/abandonment.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/callable_util.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/future.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/logging_pool.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream_util.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces copying src/python/grpcio/grpc/framework/interfaces/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/base.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/face.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_credentials copying src/python/grpcio/grpc/_cython/_credentials/roots.pem -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_credentials running build_ext b"[C] Compiling third_party/zlib/adler32.c\n[C] Compiling third_party/zlib/compress.c\n[C] Compiling third_party/zlib/crc32.c\n[C] Compiling third_party/zlib/deflate.c\n[C] Compiling third_party/zlib/gzclose.c\n[C] Compiling third_party/zlib/gzlib.c\n[C] Compiling third_party/zlib/gzread.c\n[C] Compiling third_party/zlib/gzwrite.c\n[C] Compiling third_party/zlib/infback.c\n[C] Compiling third_party/zlib/inffast.c\n[C] Compiling third_party/zlib/inflate.c\n[C] Compiling third_party/zlib/inftrees.c\n[C] Compiling third_party/zlib/trees.c\n[C] Compiling third_party/zlib/uncompr.c\n[C] Compiling third_party/zlib/zutil.c\n[AR] Creating /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libz.a\n[C] Compiling third_party/cares/cares/aresclose_sockets.c\n[C] Compiling third_party/cares/cares/aresget_hostent.c\n[C] Compiling third_party/cares/cares/aresread_line.c\n[C] Compiling third_party/cares/cares/arestimeval.c\n[C] Compiling third_party/cares/cares/ares_cancel.c\n[C] Compiling third_party/cares/cares/ares_create_query.c\n[C] Compiling third_party/cares/cares/ares_data.c\n[C] Compiling third_party/cares/cares/ares_destroy.c\n[C] Compiling third_party/cares/cares/ares_expand_name.c\n[C] Compiling third_party/cares/cares/ares_expand_string.c\n[C] Compiling third_party/cares/cares/ares_fds.c\n[C] Compiling third_party/cares/cares/ares_free_hostent.c\n[C] Compiling third_party/cares/cares/ares_free_string.c\n[C] Compiling third_party/cares/cares/ares_getenv.c\n[C] Compiling third_party/cares/cares/ares_gethostbyaddr.c\n[C] Compiling third_party/cares/cares/ares_gethostbyname.c\n[C] Compiling third_party/cares/cares/ares_getnameinfo.c\n[C] Compiling third_party/cares/cares/ares_getopt.c\n[C] Compiling third_party/cares/cares/ares_getsock.c\n[C] Compiling third_party/cares/cares/ares_init.c\n[C] Compiling third_party/cares/cares/ares_library_init.c\n[C] Compiling third_party/cares/cares/ares_llist.c\n[C] Compiling third_party/cares/cares/ares_mkquery.c\n[C] Compiling third_party/cares/cares/ares_nowarn.c\n[C] Compiling third_party/cares/cares/ares_options.c\n[C] Compiling third_party/cares/cares/ares_parse_a_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_aaaa_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_mx_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_naptr_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_ns_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_ptr_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_soa_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_srv_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_txt_reply.c\n[C] Compiling third_party/cares/cares/ares_platform.c\n[C] Compiling third_party/cares/cares/ares_process.c\n[C] Compiling third_party/cares/cares/ares_query.c\n[C] Compiling third_party/cares/cares/ares_search.c\n[C] Compiling third_party/cares/cares/ares_send.c\n[C] Compiling third_party/cares/cares/ares_strcasecmp.c\n[C] Compiling third_party/cares/cares/ares_strdup.c\n[C] Compiling third_party/cares/cares/ares_strerror.c\n[C] Compiling third_party/cares/cares/ares_timeout.c\n[C] Compiling third_party/cares/cares/ares_version.c\n[C] Compiling third_party/cares/cares/ares_writev.c\n[C] Compiling third_party/cares/cares/bitncmp.c\n[C] Compiling third_party/cares/cares/inet_net_pton.c\n[C] Compiling third_party/cares/cares/inet_ntop.c\n[C] Compiling third_party/cares/cares/windows_port.c\n[AR] Creating /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libares.a\n[C] Compiling third_party/address_sorting/address_sorting.c\n[C] Compiling third_party/address_sorting/address_sorting_posix.c\n[C] Compiling third_party/address_sorting/address_sorting_windows.c\n[AR] Creating /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libaddress_sorting.a\n[C] Compiling src/boringssl/err_data.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_bitstr.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_bool.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_d2i_fp.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_dup.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_enum.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_gentm.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_i2d_fp.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_int.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_mbstr.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_object.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_octet.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_print.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_strnid.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_time.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_type.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_utctm.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_utf8.c\n[C] Compiling third_party/boringssl/crypto/asn1/asn1_lib.c\n[C] Compiling third_party/boringssl/crypto/asn1/asn1_par.c\n[C] Compiling third_party/boringssl/crypto/asn1/asn_pack.c\n[C] Compiling third_party/boringssl/crypto/asn1/f_enum.c\n[C] Compiling third_party/boringssl/crypto/asn1/f_int.c\n[C] Compiling third_party/boringssl/crypto/asn1/f_string.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_dec.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_enc.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_fre.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_new.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_typ.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_utl.c\n[C] Compiling third_party/boringssl/crypto/asn1/time_support.c\n[C] Compiling third_party/boringssl/crypto/base64/base64.c\n[C] Compiling third_party/boringssl/crypto/bio/bio.c\n[C] Compiling third_party/boringssl/crypto/bio/bio_mem.c\n[C] Compiling third_party/boringssl/crypto/bio/connect.c\n[C] Compiling third_party/boringssl/crypto/bio/fd.c\n[C] Compiling third_party/boringssl/crypto/bio/file.c\n[C] Compiling third_party/boringssl/crypto/bio/hexdump.c\n[C] Compiling third_party/boringssl/crypto/bio/pair.c\n[C] Compiling third_party/boringssl/crypto/bio/printf.c\n[C] Compiling third_party/boringssl/crypto/bio/socket.c\n[C] Compiling third_party/boringssl/crypto/bio/socket_helper.c\n[C] Compiling third_party/boringssl/crypto/bn_extra/bn_asn1.c\n[C] Compiling third_party/boringssl/crypto/bn_extra/convert.c\n[C] Compiling third_party/boringssl/crypto/buf/buf.c\n[C] Compiling third_party/boringssl/crypto/bytestring/asn1_compat.c\n[C] Compiling third_party/boringssl/crypto/bytestring/ber.c\n[C] Compiling third_party/boringssl/crypto/bytestring/cbb.c\n[C] Compiling third_party/boringssl/crypto/bytestring/cbs.c\n[C] Compiling third_party/boringssl/crypto/chacha/chacha.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/cipher_extra.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/derive_key.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_aesccm.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_aesctrhmac.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_aesgcmsiv.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_chacha20poly1305.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_null.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_rc2.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_rc4.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_ssl3.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_tls.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/tls_cbc.c\n[C] Compiling third_party/boringssl/crypto/cmac/cmac.c\n[C] Compiling third_party/boringssl/crypto/conf/conf.c\n[C] Compiling third_party/boringssl/crypto/cpu-aarch64-fuchsia.c\n[C] Compiling third_party/boringssl/crypto/cpu-aarch64-linux.c\n[C] Compiling third_party/boringssl/crypto/cpu-arm-linux.c\n[C] Compiling third_party/boringssl/crypto/cpu-arm.c\n[C] Compiling third_party/boringssl/crypto/cpu-intel.c\n[C] Compiling third_party/boringssl/crypto/cpu-ppc64le.c\n[C] Compiling third_party/boringssl/crypto/crypto.c\n[C] Compiling third_party/boringssl/crypto/curve25519/spake25519.c\n[C] Compiling third_party/boringssl/crypto/dh/check.c\n[C] Compiling third_party/boringssl/crypto/dh/dh.c\n[C] Compiling third_party/boringssl/crypto/dh/dh_asn1.c\n[C] Compiling third_party/boringssl/crypto/dh/params.c\n[C] Compiling third_party/boringssl/crypto/digest_extra/digest_extra.c\n[C] Compiling third_party/boringssl/crypto/dsa/dsa.c\n[C] Compiling third_party/boringssl/crypto/dsa/dsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/ec_extra/ec_asn1.c\n[C] Compiling third_party/boringssl/crypto/ecdh/ecdh.c\n[C] Compiling third_party/boringssl/crypto/ecdsa_extra/ecdsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/engine/engine.c\n[C] Compiling third_party/boringssl/crypto/err/err.c\n[C] Compiling third_party/boringssl/crypto/evp/digestsign.c\n[C] Compiling third_party/boringssl/crypto/evp/evp.c\n[C] Compiling third_party/boringssl/crypto/evp/evp_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/evp_ctx.c\n[C] Compiling third_party/boringssl/crypto/evp/p_dsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ec.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ec_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ed25519.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ed25519_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/p_rsa.c\n[C] Compiling third_party/boringssl/crypto/evp/p_rsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/pbkdf.c\n[C] Compiling third_party/boringssl/crypto/evp/print.c\n[C] Compiling third_party/boringssl/crypto/evp/scrypt.c\n[C] Compiling third_party/boringssl/crypto/evp/sign.c\n[C] Compiling third_party/boringssl/crypto/ex_data.c\n[C] Compiling third_party/boringssl/crypto/fipsmodule/bcm.c\n[C] Compiling third_party/boringssl/crypto/fipsmodule/is_fips.c\n[C] Compiling third_party/boringssl/crypto/hkdf/hkdf.c\n[C] Compiling third_party/boringssl/crypto/lhash/lhash.c\n[C] Compiling third_party/boringssl/crypto/mem.c\n[C] Compiling third_party/boringssl/crypto/obj/obj.c\n[C] Compiling third_party/boringssl/crypto/obj/obj_xref.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_all.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_info.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_lib.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_oth.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_pk8.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_pkey.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_x509.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_xaux.c\n[C] Compiling third_party/boringssl/crypto/pkcs7/pkcs7.c\n[C] Compiling third_party/boringssl/crypto/pkcs7/pkcs7_x509.c\n[C] Compiling third_party/boringssl/crypto/pkcs8/p5_pbev2.c\n[C] Compiling third_party/boringssl/crypto/pkcs8/pkcs8.c\n[C] Compiling third_party/boringssl/crypto/pkcs8/pkcs8_x509.c\n[C] Compiling third_party/boringssl/crypto/poly1305/poly1305.c\n[C] Compiling third_party/boringssl/crypto/poly1305/poly1305_arm.c\n[C] Compiling third_party/boringssl/crypto/poly1305/poly1305_vec.c\n[C] Compiling third_party/boringssl/crypto/pool/pool.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/deterministic.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/forkunsafe.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/fuchsia.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/rand_extra.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/windows.c\n[C] Compiling third_party/boringssl/crypto/rc4/rc4.c\n[C] Compiling third_party/boringssl/crypto/refcount_c11.c\n[C] Compiling third_party/boringssl/crypto/refcount_lock.c\n[C] Compiling third_party/boringssl/crypto/rsa_extra/rsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/stack/stack.c\n[C] Compiling third_party/boringssl/crypto/thread.c\n[C] Compiling third_party/boringssl/crypto/thread_none.c\n[C] Compiling third_party/boringssl/crypto/thread_pthread.c\n[C] Compiling third_party/boringssl/crypto/thread_win.c\n[C] Compiling third_party/boringssl/crypto/x509/a_digest.c\n[C] Compiling third_party/boringssl/crypto/x509/a_sign.c\n[C] Compiling third_party/boringssl/crypto/x509/a_strex.c\n[C] Compiling third_party/boringssl/crypto/x509/a_verify.c\n[C] Compiling third_party/boringssl/crypto/x509/algorithm.c\n[C] Compiling third_party/boringssl/crypto/x509/asn1_gen.c\n[C] Compiling third_party/boringssl/crypto/x509/by_dir.c\n[C] Compiling third_party/boringssl/crypto/x509/by_file.c\n[C] Compiling third_party/boringssl/crypto/x509/i2d_pr.c\n[C] Compiling third_party/boringssl/crypto/x509/rsa_pss.c\n[C] Compiling third_party/boringssl/crypto/x509/t_crl.c\n[C] Compiling third_party/boringssl/crypto/x509/t_req.c\n[C] Compiling third_party/boringssl/crypto/x509/t_x509.c\n[C] Compiling third_party/boringssl/crypto/x509/t_x509a.c\n[C] Compiling third_party/boringssl/crypto/x509/x509.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_att.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_cmp.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_d2.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_def.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_ext.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_lu.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_obj.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_r2x.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_req.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_set.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_trs.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_txt.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_v3.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_vfy.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_vpm.c\n[C] Compiling third_party/boringssl/crypto/x509/x509cset.c\n[C] Compiling third_party/boringssl/crypto/x509/x509name.c\n[C] Compiling third_party/boringssl/crypto/x509/x509rset.c\n[C] Compiling third_party/boringssl/crypto/x509/x509spki.c\n[C] Compiling third_party/boringssl/crypto/x509/x_algor.c\n[C] Compiling third_party/boringssl/crypto/x509/x_all.c\n[C] Compiling third_party/boringssl/crypto/x509/x_attrib.c\n[C] Compiling third_party/boringssl/crypto/x509/x_crl.c\n[C] Compiling third_party/boringssl/crypto/x509/x_exten.c\n[C] Compiling third_party/boringssl/crypto/x509/x_info.c\n[C] Compiling third_party/boringssl/crypto/x509/x_name.c\n[C] Compiling third_party/boringssl/crypto/x509/x_pkey.c\n[C] Compiling third_party/boringssl/crypto/x509/x_pubkey.c\n[C] Compiling third_party/boringssl/crypto/x509/x_req.c\n[C] Compiling third_party/boringssl/crypto/x509/x_sig.c\n[C] Compiling third_party/boringssl/crypto/x509/x_spki.c\n[C] Compiling third_party/boringssl/crypto/x509/x_val.c\n[C] Compiling third_party/boringssl/crypto/x509/x_x509.c\n[C] Compiling third_party/boringssl/crypto/x509/x_x509a.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_cache.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_data.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_lib.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_map.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_node.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_tree.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_akey.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_akeya.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_alt.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_bcons.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_bitst.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_conf.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_cpols.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_crld.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_enum.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_extku.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_genn.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_ia5.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_info.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_int.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_lib.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_ncons.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pci.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pcia.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pcons.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pku.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pmaps.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_prn.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_purp.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_skey.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_sxnet.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_utl.c\n[CXX] Compiling third_party/boringssl/ssl/bio_ssl.cc\n[CXX] Compiling third_party/boringssl/ssl/custom_extensions.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_both.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_pkt.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_srtp.cc\n[CXX] Compiling third_party/boringssl/ssl/dtls_method.cc\n[CXX] Compiling third_party/boringssl/ssl/dtls_record.cc\n[CXX] Compiling third_party/boringssl/ssl/handoff.cchttp://handoff.cc\n[CXX] Compiling third_party/boringssl/ssl/handshake.cchttp://handshake.cc\n[CXX] Compiling third_party/boringssl/ssl/handshake_client.cc\n[CXX] Compiling third_party/boringssl/ssl/handshake_server.cc\n[CXX] Compiling third_party/boringssl/ssl/s3_both.cc\n[CXX] Compiling third_party/boringssl/ssl/s3_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/s3_pkt.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_aead_ctx.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_asn1.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_buffer.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_cert.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_cipher.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_file.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_key_share.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_privkey.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_session.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_stat.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_transcript.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_versions.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_x509.cc\n[CXX] Compiling third_party/boringssl/ssl/t1_enc.cc\n[CXX] Compiling third_party/boringssl/ssl/t1_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_both.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_client.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_enc.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_server.cc\n[CXX] Compiling third_party/boringssl/ssl/tls_method.cc\n[CXX] Compiling third_party/boringssl/ssl/tls_record.cc\n[C] Compiling third_party/boringssl/third_party/fiat/curve25519.c\n[AR] Creating /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libboringssl.a\nmake: `/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libares.a' is up to date.\n[CXX] Compiling src/core/lib/gpr/alloc.cchttp://alloc.cc\n[CXX] Compiling src/core/lib/gpr/arena.cchttp://arena.cc\n[CXX] Compiling src/core/lib/gpr/atm.cchttp://atm.cc\n[CXX] Compiling src/core/lib/gpr/cpu_iphone.cc\n[CXX] Compiling src/core/lib/gpr/cpu_linux.cc\n[CXX] Compiling src/core/lib/gpr/cpu_posix.cc\n[CXX] Compiling src/core/lib/gpr/cpu_windows.cc\n[CXX] Compiling src/core/lib/gpr/env_linux.cc\n[CXX] Compiling src/core/lib/gpr/env_posix.cc\n[CXX] Compiling src/core/lib/gpr/env_windows.cc\n[CXX] Compiling src/core/lib/gpr/host_port.cc\n[CXX] Compiling src/core/lib/gpr/log.cchttp://log.cc\n[CXX] Compiling src/core/lib/gpr/log_android.cc\n[CXX] Compiling src/core/lib/gpr/log_linux.cc\n[CXX] Compiling src/core/lib/gpr/log_posix.cc\n[CXX] Compiling src/core/lib/gpr/log_windows.cc\n[CXX] Compiling src/core/lib/gpr/mpscq.cchttp://mpscq.cc\n[CXX] Compiling src/core/lib/gpr/murmur_hash.cc\n[CXX] Compiling src/core/lib/gpr/string.cchttp://string.cc\n[CXX] Compiling src/core/lib/gpr/string_posix.cc\n[CXX] Compiling src/core/lib/gpr/string_util_windows.cc\n[CXX] Compiling src/core/lib/gpr/string_windows.cc\n[CXX] Compiling src/core/lib/gpr/sync.cchttp://sync.cc\n[CXX] Compiling src/core/lib/gpr/sync_posix.cc\n[CXX] Compiling src/core/lib/gpr/sync_windows.cc\n[CXX] Compiling src/core/lib/gpr/time.cchttp://time.cc\n[CXX] Compiling src/core/lib/gpr/time_posix.cc\n[CXX] Compiling src/core/lib/gpr/time_precise.cc\n[CXX] Compiling src/core/lib/gpr/time_windows.cc\n[CXX] Compiling src/core/lib/gpr/tls_pthread.cc\n[CXX] Compiling src/core/lib/gpr/tmpfile_msys.cc\n[CXX] Compiling src/core/lib/gpr/tmpfile_posix.cc\n[CXX] Compiling src/core/lib/gpr/tmpfile_windows.cc\n[CXX] Compiling src/core/lib/gpr/wrap_memcpy.cc\n[CXX] Compiling src/core/lib/gprpp/fork.cchttp://fork.cc\n[CXX] Compiling src/core/lib/gprpp/thd_posix.cc\n[CXX] Compiling src/core/lib/gprpp/thd_windows.cc\n[CXX] Compiling src/core/lib/profiling/basic_timers.cc\n[CXX] Compiling src/core/lib/profiling/stap_timers.cc\n[AR] Creating /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libgpr.a\n\nDEPENDENCY ERROR\n\nThe target you are trying to run requires an OpenSSL implementation.\nYour system doesn't have one, and either the third_party directory\ndoesn't have it, or your compiler can't build BoringSSL.\n\nPlease consult INSTALL to get more information.\n\nIf you need information about why these tests failed, run:\n\n make run_dep_checks\n\n" b'make: * [stop] Error 1\n' Traceback (most recent call last): File "", line 1, in File "/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/setup.py", line 347, in cmdclass=COMMAND_CLASS, File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/setuptools/init.py", line 129, in setup return distutils.core.setup(attrs) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/core.py", line 148, in setup dist.run_commands() File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/wheel/bdist_wheel.py", line 202, in run self.run_command('build') File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 78, in run _build_ext.run(self) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/command/build_ext.py", line 339, in run self.build_extensions() File "/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/src/python/grpcio/commands.py", line 278, in build_extensions raise Exception("make command failed!") Exception: make command failed!


Running setup.py clean for grpcio Failed building wheel for grpcio Failed to build grpcio Installing collected packages: six, absl-py, wheel, astor, werkzeug, setuptools, protobuf, html5lib, bleach, markdown, numpy, tensorboard, gast, termcolor, grpcio, tensorflow Running setup.py install for grpcio: started Running setup.py install for grpcio: finished with status 'error' Complete output from command /anaconda3/envs/r-tensorflow/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/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 /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-record-ed3e3s81/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.7-x86_64-3.7 creating python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_auth.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_channel.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_common.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_grpcio_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_interceptor.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_plugin_wrapping.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_server.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython copying src/python/grpcio/grpc/_cython/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_client_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_server_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/implementations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/interfaces.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/gevent.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/session_cache.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework copying src/python/grpcio/grpc/framework/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_cygrpc copying src/python/grpcio/grpc/_cython/_cygrpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_cygrpc creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/cardinality.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/style.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/abandonment.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/callable_util.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/future.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/logging_pool.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream_util.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces copying src/python/grpcio/grpc/framework/interfaces/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/base.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/face.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_credentials copying src/python/grpcio/grpc/_cython/_credentials/roots.pem -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_credentials running build_ext b"make: /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libboringssl.a' is up to date.\nmake:/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libares.a' is up to date.\nmake: `/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libgpr.a' is up to date.\n\nDEPENDENCY ERROR\n\nThe target you are trying to run requires an OpenSSL implementation.\nYour system doesn't have one, and either the third_party directory\ndoesn't have it, or your compiler can't build BoringSSL.\n\nPlease consult INSTALL to get more information.\n\nIf you need information about why these tests failed, run:\n\n make run_dep_checks\n\n" b'make: * [stop] Error 1\n' Traceback (most recent call last): File "", line 1, in File "/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/setup.py", line 347, in cmdclass=COMMAND_CLASS, File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/setuptools/init.py", line 129, in setup return distutils.core.setup(attrs) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/core.py", line 148, in setup dist.run_commands() File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/setuptools/command/install.py", line 61, in run return orig.install.run(self) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/command/install.py", line 545, in run self.run_command('build') File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 78, in run _build_ext.run(self) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/command/build_ext.py", line 339, in run self.build_extensions() File "/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/src/python/grpcio/commands.py", line 278, in build_extensions raise Exception("make command failed!") Exception: make command failed!

----------------------------------------

Command "/anaconda3/envs/r-tensorflow/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/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 /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-record-ed3e3s81/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/ Error: Error 1 occurred installing packages into conda environment r-tensorflow

  1. I the saw the advice and run these:

library(reticulate) virtualenv_remove("r-tensorflow") Error: Prerequisites for using Python virtualenvs not available.

Execute the following at a terminal to install the prerequisites:

$ sudo /usr/bin/easy_install pip $ sudo /usr/local/bin/pip install --upgrade virtualenv

Here is the response on the terminal window: mandava$ sudo /usr/bin/easy_install pip Password: Searching for pip Reading https://pypi.python.org/simple/pip/ Download error on https://pypi.python.org/simple/pip/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! Couldn't find index page for 'pip' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.python.org/simple/ Download error on https://pypi.python.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! No local packages or download links found for pip error: Could not find suitable distribution for Requirement.parse('pip')

mandava$ sudo /usr/local/bin/pip install --upgrade virtualenv sudo: /usr/local/bin/pip: command not found

I may run: pip install vitualenv However, I am not too familiar with all these installations and I do not wish to disturb my current environment where I run Anaconda with python 3 and I use Spyder and Jupiternotebook.

Many thanks for your assistance.

Mandava

On 8 Jul 2018, at 11:21 AM, bosoa notifications@github.com<mailto:notifications@github.com> wrote:

I would like to have your execution error logs. I look forward to it.

Best Jihwan.

2018년 7월 8일 (일) 11:59, mandava57 notifications@github.com<mailto:notifications@github.com>님이 작성:

I have the same problem. I tried to follow the above instructions and run this command: virtualenv_remove("r-tensorflow") came up with these errors: Error: Prerequisites for using Python virtualenvs not available.

Execute the following at a terminal to install the prerequisites:

$ sudo /usr/bin/easy_install pip $ sudo /usr/local/bin/pip install --upgrade virtualenv

can I install virtualenv using my existing pip? Please note that I am running anaconda with python version 3. I wouldn't want this new install to effect my existing installation. Please advise. Thanks in advance.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rstudio/keras/issues/306#issuecomment-403258184, or mute the thread https://github.com/notifications/unsubscribe-auth/ATNaHR2kcx_mY0kq8ZVwicEwPtIC37Z9ks5uEXWYgaJpZM4SarfW .

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/rstudio/keras/issues/306#issuecomment-403259024, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AXEeOqvMxJHhmfqOaSruRi5ZaYbOw_7Dks5uEXq1gaJpZM4SarfW.

mandava57 commented 6 years ago

Please note that I run keras with spider without any difficulty. I teach Neuralnets and I want both R and python environments.

Thanks.

On 8 Jul 2018, at 11:35 AM, Mandava Rajeswari mandava@usm.my<mailto:mandava@usm.my> wrote:

Thanks for such a quick response. Here are the details: My action1 and its response:

install_keras() Using r-tensorflow conda environment for TensorFlow installation Determining latest installable release of TensorFlow...done Installing TensorFlow... Collecting tensorflow==1.7.0 from https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.7.0-py3-none-any.whl Using cached https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.7.0-py3-none-any.whl Collecting absl-py>=0.1.6 (from tensorflow==1.7.0) Collecting wheel>=0.26 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/81/30/e935244ca6165187ae8be876b6316ae201b71485538ffac1d718843025a9/wheel-0.31.1-py2.py3-none-any.whl Collecting astor>=0.6.0 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/35/6b/11530768cac581a12952a2aad00e1526b89d242d0b9f59534ef6e6a1752f/astor-0.7.1-py2.py3-none-any.whl Collecting tensorboard<1.8.0,>=1.7.0 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/0b/ec/65d4e8410038ca2a78c09034094403d231228d0ddcae7d470b223456e55d/tensorboard-1.7.0-py3-none-any.whl Collecting protobuf>=3.4.0 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/85/f8/d09e4bf21c4de65405ce053e90542e728c5b7cf296b9df36b0bf0488f534/protobuf-3.6.0-py2.py3-none-any.whl Collecting gast>=0.2.0 (from tensorflow==1.7.0) Collecting six>=1.10.0 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl Collecting numpy>=1.13.3 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/a0/31/f01ac16f0e8adbb94cd4e3de4920b49a470cf4ca7d452eefd960d4b0248f/numpy-1.14.5-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl Collecting termcolor>=1.1.0 (from tensorflow==1.7.0) Collecting grpcio>=1.8.6 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/e6/27/1f138a6f8691b8d1c1a4f2005f9293da6641c806d5626eb6c43e765962b1/grpcio-1.13.0.tar.gz Collecting werkzeug>=0.11.10 (from tensorboard<1.8.0,>=1.7.0->tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl Collecting html5lib==0.9999999 (from tensorboard<1.8.0,>=1.7.0->tensorflow==1.7.0) Collecting bleach==1.5.0 (from tensorboard<1.8.0,>=1.7.0->tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/33/70/86c5fec937ea4964184d4d6c4f0b9551564f821e1c3575907639036d9b90/bleach-1.5.0-py2.py3-none-any.whl Collecting markdown>=2.6.8 (from tensorboard<1.8.0,>=1.7.0->tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/6d/7d/488b90f470b96531a3f5788cf12a93332f543dbab13c423a5e7ce96a0493/Markdown-2.6.11-py2.py3-none-any.whl Collecting setuptools (from protobuf>=3.4.0->tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/7f/e1/820d941153923aac1d49d7fc37e17b6e73bfbd2904959fffbad77900cf92/setuptools-39.2.0-py2.py3-none-any.whl Building wheels for collected packages: grpcio Running setup.py bdist_wheel for grpcio: started Running setup.py bdist_wheel for grpcio: still running... Running setup.py bdist_wheel for grpcio: finished with status 'error' Complete output from command /anaconda3/envs/r-tensorflow/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdistwheel -d /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-wheel-d4in2yc --python-tag cp37: 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.7-x86_64-3.7 creating python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_auth.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_channel.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_common.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_grpcio_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_interceptor.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_plugin_wrapping.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_server.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython copying src/python/grpcio/grpc/_cython/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_client_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_server_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/implementations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/interfaces.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/gevent.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/session_cache.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework copying src/python/grpcio/grpc/framework/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_cygrpc copying src/python/grpcio/grpc/_cython/_cygrpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_cygrpc creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/cardinality.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/style.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/abandonment.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/callable_util.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/future.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/logging_pool.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream_util.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces copying src/python/grpcio/grpc/framework/interfaces/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/base.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/face.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_credentials copying src/python/grpcio/grpc/_cython/_credentials/roots.pem -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_credentials running build_ext b"[C] Compiling third_party/zlib/adler32.c\n[C] Compiling third_party/zlib/compress.c\n[C] Compiling third_party/zlib/crc32.c\n[C] Compiling third_party/zlib/deflate.c\n[C] Compiling third_party/zlib/gzclose.c\n[C] Compiling third_party/zlib/gzlib.c\n[C] Compiling third_party/zlib/gzread.c\n[C] Compiling third_party/zlib/gzwrite.c\n[C] Compiling third_party/zlib/infback.c\n[C] Compiling third_party/zlib/inffast.c\n[C] Compiling third_party/zlib/inflate.c\n[C] Compiling third_party/zlib/inftrees.c\n[C] Compiling third_party/zlib/trees.c\n[C] Compiling third_party/zlib/uncompr.c\n[C] Compiling third_party/zlib/zutil.c\n[AR] Creating /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libz.a\n[C] Compiling third_party/cares/cares/aresclose_sockets.c\n[C] Compiling third_party/cares/cares/aresget_hostent.c\n[C] Compiling third_party/cares/cares/aresread_line.c\n[C] Compiling third_party/cares/cares/arestimeval.c\n[C] Compiling third_party/cares/cares/ares_cancel.c\n[C] Compiling third_party/cares/cares/ares_create_query.c\n[C] Compiling third_party/cares/cares/ares_data.c\n[C] Compiling third_party/cares/cares/ares_destroy.c\n[C] Compiling third_party/cares/cares/ares_expand_name.c\n[C] Compiling third_party/cares/cares/ares_expand_string.c\n[C] Compiling third_party/cares/cares/ares_fds.c\n[C] Compiling third_party/cares/cares/ares_free_hostent.c\n[C] Compiling third_party/cares/cares/ares_free_string.c\n[C] Compiling third_party/cares/cares/ares_getenv.c\n[C] Compiling third_party/cares/cares/ares_gethostbyaddr.c\n[C] Compiling third_party/cares/cares/ares_gethostbyname.c\n[C] Compiling third_party/cares/cares/ares_getnameinfo.c\n[C] Compiling third_party/cares/cares/ares_getopt.c\n[C] Compiling third_party/cares/cares/ares_getsock.c\n[C] Compiling third_party/cares/cares/ares_init.c\n[C] Compiling third_party/cares/cares/ares_library_init.c\n[C] Compiling third_party/cares/cares/ares_llist.c\n[C] Compiling third_party/cares/cares/ares_mkquery.c\n[C] Compiling third_party/cares/cares/ares_nowarn.c\n[C] Compiling third_party/cares/cares/ares_options.c\n[C] Compiling third_party/cares/cares/ares_parse_a_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_aaaa_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_mx_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_naptr_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_ns_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_ptr_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_soa_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_srv_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_txt_reply.c\n[C] Compiling third_party/cares/cares/ares_platform.c\n[C] Compiling third_party/cares/cares/ares_process.c\n[C] Compiling third_party/cares/cares/ares_query.c\n[C] Compiling third_party/cares/cares/ares_search.c\n[C] Compiling third_party/cares/cares/ares_send.c\n[C] Compiling third_party/cares/cares/ares_strcasecmp.c\n[C] Compiling third_party/cares/cares/ares_strdup.c\n[C] Compiling third_party/cares/cares/ares_strerror.c\n[C] Compiling third_party/cares/cares/ares_timeout.c\n[C] Compiling third_party/cares/cares/ares_version.c\n[C] Compiling third_party/cares/cares/ares_writev.c\n[C] Compiling third_party/cares/cares/bitncmp.c\n[C] Compiling third_party/cares/cares/inet_net_pton.c\n[C] Compiling third_party/cares/cares/inet_ntop.c\n[C] Compiling third_party/cares/cares/windows_port.c\n[AR] Creating /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libares.a\n[C] Compiling third_party/address_sorting/address_sorting.c\n[C] Compiling third_party/address_sorting/address_sorting_posix.c\n[C] Compiling third_party/address_sorting/address_sorting_windows.c\n[AR] Creating /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libaddress_sorting.a\n[C] Compiling src/boringssl/err_data.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_bitstr.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_bool.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_d2i_fp.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_dup.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_enum.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_gentm.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_i2d_fp.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_int.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_mbstr.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_object.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_octet.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_print.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_strnid.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_time.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_type.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_utctm.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_utf8.c\n[C] Compiling third_party/boringssl/crypto/asn1/asn1_lib.c\n[C] Compiling third_party/boringssl/crypto/asn1/asn1_par.c\n[C] Compiling third_party/boringssl/crypto/asn1/asn_pack.c\n[C] Compiling third_party/boringssl/crypto/asn1/f_enum.c\n[C] Compiling third_party/boringssl/crypto/asn1/f_int.c\n[C] Compiling third_party/boringssl/crypto/asn1/f_string.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_dec.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_enc.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_fre.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_new.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_typ.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_utl.c\n[C] Compiling third_party/boringssl/crypto/asn1/time_support.c\n[C] Compiling third_party/boringssl/crypto/base64/base64.c\n[C] Compiling third_party/boringssl/crypto/bio/bio.c\n[C] Compiling third_party/boringssl/crypto/bio/bio_mem.c\n[C] Compiling third_party/boringssl/crypto/bio/connect.c\n[C] Compiling third_party/boringssl/crypto/bio/fd.c\n[C] Compiling third_party/boringssl/crypto/bio/file.c\n[C] Compiling third_party/boringssl/crypto/bio/hexdump.c\n[C] Compiling third_party/boringssl/crypto/bio/pair.c\n[C] Compiling third_party/boringssl/crypto/bio/printf.c\n[C] Compiling third_party/boringssl/crypto/bio/socket.c\n[C] Compiling third_party/boringssl/crypto/bio/socket_helper.c\n[C] Compiling third_party/boringssl/crypto/bn_extra/bn_asn1.c\n[C] Compiling third_party/boringssl/crypto/bn_extra/convert.c\n[C] Compiling third_party/boringssl/crypto/buf/buf.c\n[C] Compiling third_party/boringssl/crypto/bytestring/asn1_compat.c\n[C] Compiling third_party/boringssl/crypto/bytestring/ber.c\n[C] Compiling third_party/boringssl/crypto/bytestring/cbb.c\n[C] Compiling third_party/boringssl/crypto/bytestring/cbs.c\n[C] Compiling third_party/boringssl/crypto/chacha/chacha.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/cipher_extra.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/derive_key.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_aesccm.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_aesctrhmac.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_aesgcmsiv.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_chacha20poly1305.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_null.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_rc2.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_rc4.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_ssl3.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_tls.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/tls_cbc.c\n[C] Compiling third_party/boringssl/crypto/cmac/cmac.c\n[C] Compiling third_party/boringssl/crypto/conf/conf.c\n[C] Compiling third_party/boringssl/crypto/cpu-aarch64-fuchsia.c\n[C] Compiling third_party/boringssl/crypto/cpu-aarch64-linux.c\n[C] Compiling third_party/boringssl/crypto/cpu-arm-linux.c\n[C] Compiling third_party/boringssl/crypto/cpu-arm.c\n[C] Compiling third_party/boringssl/crypto/cpu-intel.c\n[C] Compiling third_party/boringssl/crypto/cpu-ppc64le.c\n[C] Compiling third_party/boringssl/crypto/crypto.c\n[C] Compiling third_party/boringssl/crypto/curve25519/spake25519.c\n[C] Compiling third_party/boringssl/crypto/dh/check.c\n[C] Compiling third_party/boringssl/crypto/dh/dh.c\n[C] Compiling third_party/boringssl/crypto/dh/dh_asn1.c\n[C] Compiling third_party/boringssl/crypto/dh/params.c\n[C] Compiling third_party/boringssl/crypto/digest_extra/digest_extra.c\n[C] Compiling third_party/boringssl/crypto/dsa/dsa.c\n[C] Compiling third_party/boringssl/crypto/dsa/dsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/ec_extra/ec_asn1.c\n[C] Compiling third_party/boringssl/crypto/ecdh/ecdh.c\n[C] Compiling third_party/boringssl/crypto/ecdsa_extra/ecdsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/engine/engine.c\n[C] Compiling third_party/boringssl/crypto/err/err.c\n[C] Compiling third_party/boringssl/crypto/evp/digestsign.c\n[C] Compiling third_party/boringssl/crypto/evp/evp.c\n[C] Compiling third_party/boringssl/crypto/evp/evp_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/evp_ctx.c\n[C] Compiling third_party/boringssl/crypto/evp/p_dsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ec.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ec_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ed25519.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ed25519_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/p_rsa.c\n[C] Compiling third_party/boringssl/crypto/evp/p_rsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/pbkdf.c\n[C] Compiling third_party/boringssl/crypto/evp/print.c\n[C] Compiling third_party/boringssl/crypto/evp/scrypt.c\n[C] Compiling third_party/boringssl/crypto/evp/sign.c\n[C] Compiling third_party/boringssl/crypto/ex_data.c\n[C] Compiling third_party/boringssl/crypto/fipsmodule/bcm.c\n[C] Compiling third_party/boringssl/crypto/fipsmodule/is_fips.c\n[C] Compiling third_party/boringssl/crypto/hkdf/hkdf.c\n[C] Compiling third_party/boringssl/crypto/lhash/lhash.c\n[C] Compiling third_party/boringssl/crypto/mem.c\n[C] Compiling third_party/boringssl/crypto/obj/obj.c\n[C] Compiling third_party/boringssl/crypto/obj/obj_xref.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_all.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_info.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_lib.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_oth.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_pk8.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_pkey.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_x509.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_xaux.c\n[C] Compiling third_party/boringssl/crypto/pkcs7/pkcs7.c\n[C] Compiling third_party/boringssl/crypto/pkcs7/pkcs7_x509.c\n[C] Compiling third_party/boringssl/crypto/pkcs8/p5_pbev2.c\n[C] Compiling third_party/boringssl/crypto/pkcs8/pkcs8.c\n[C] Compiling third_party/boringssl/crypto/pkcs8/pkcs8_x509.c\n[C] Compiling third_party/boringssl/crypto/poly1305/poly1305.c\n[C] Compiling third_party/boringssl/crypto/poly1305/poly1305_arm.c\n[C] Compiling third_party/boringssl/crypto/poly1305/poly1305_vec.c\n[C] Compiling third_party/boringssl/crypto/pool/pool.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/deterministic.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/forkunsafe.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/fuchsia.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/rand_extra.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/windows.c\n[C] Compiling third_party/boringssl/crypto/rc4/rc4.c\n[C] Compiling third_party/boringssl/crypto/refcount_c11.c\n[C] Compiling third_party/boringssl/crypto/refcount_lock.c\n[C] Compiling third_party/boringssl/crypto/rsa_extra/rsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/stack/stack.c\n[C] Compiling third_party/boringssl/crypto/thread.c\n[C] Compiling third_party/boringssl/crypto/thread_none.c\n[C] Compiling third_party/boringssl/crypto/thread_pthread.c\n[C] Compiling third_party/boringssl/crypto/thread_win.c\n[C] Compiling third_party/boringssl/crypto/x509/a_digest.c\n[C] Compiling third_party/boringssl/crypto/x509/a_sign.c\n[C] Compiling third_party/boringssl/crypto/x509/a_strex.c\n[C] Compiling third_party/boringssl/crypto/x509/a_verify.c\n[C] Compiling third_party/boringssl/crypto/x509/algorithm.c\n[C] Compiling third_party/boringssl/crypto/x509/asn1_gen.c\n[C] Compiling third_party/boringssl/crypto/x509/by_dir.c\n[C] Compiling third_party/boringssl/crypto/x509/by_file.c\n[C] Compiling third_party/boringssl/crypto/x509/i2d_pr.c\n[C] Compiling third_party/boringssl/crypto/x509/rsa_pss.c\n[C] Compiling third_party/boringssl/crypto/x509/t_crl.c\n[C] Compiling third_party/boringssl/crypto/x509/t_req.c\n[C] Compiling third_party/boringssl/crypto/x509/t_x509.c\n[C] Compiling third_party/boringssl/crypto/x509/t_x509a.c\n[C] Compiling third_party/boringssl/crypto/x509/x509.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_att.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_cmp.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_d2.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_def.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_ext.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_lu.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_obj.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_r2x.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_req.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_set.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_trs.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_txt.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_v3.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_vfy.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_vpm.c\n[C] Compiling third_party/boringssl/crypto/x509/x509cset.c\n[C] Compiling third_party/boringssl/crypto/x509/x509name.c\n[C] Compiling third_party/boringssl/crypto/x509/x509rset.c\n[C] Compiling third_party/boringssl/crypto/x509/x509spki.c\n[C] Compiling third_party/boringssl/crypto/x509/x_algor.c\n[C] Compiling third_party/boringssl/crypto/x509/x_all.c\n[C] Compiling third_party/boringssl/crypto/x509/x_attrib.c\n[C] Compiling third_party/boringssl/crypto/x509/x_crl.c\n[C] Compiling third_party/boringssl/crypto/x509/x_exten.c\n[C] Compiling third_party/boringssl/crypto/x509/x_info.c\n[C] Compiling third_party/boringssl/crypto/x509/x_name.c\n[C] Compiling third_party/boringssl/crypto/x509/x_pkey.c\n[C] Compiling third_party/boringssl/crypto/x509/x_pubkey.c\n[C] Compiling third_party/boringssl/crypto/x509/x_req.c\n[C] Compiling third_party/boringssl/crypto/x509/x_sig.c\n[C] Compiling third_party/boringssl/crypto/x509/x_spki.c\n[C] Compiling third_party/boringssl/crypto/x509/x_val.c\n[C] Compiling third_party/boringssl/crypto/x509/x_x509.c\n[C] Compiling third_party/boringssl/crypto/x509/x_x509a.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_cache.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_data.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_lib.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_map.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_node.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_tree.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_akey.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_akeya.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_alt.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_bcons.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_bitst.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_conf.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_cpols.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_crld.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_enum.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_extku.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_genn.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_ia5.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_info.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_int.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_lib.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_ncons.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pci.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pcia.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pcons.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pku.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pmaps.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_prn.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_purp.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_skey.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_sxnet.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_utl.c\n[CXX] Compiling third_party/boringssl/ssl/bio_ssl.cc\n[CXX] Compiling third_party/boringssl/ssl/custom_extensions.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_both.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_pkt.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_srtp.cc\n[CXX] Compiling third_party/boringssl/ssl/dtls_method.cc\n[CXX] Compiling third_party/boringssl/ssl/dtls_record.cc\n[CXX] Compiling third_party/boringssl/ssl/handoff.cchttp://handoff.cc/\n[CXX] Compiling third_party/boringssl/ssl/handshake.cchttp://handshake.cc/\n[CXX] Compiling third_party/boringssl/ssl/handshake_client.cc\n[CXX] Compiling third_party/boringssl/ssl/handshake_server.cc\n[CXX] Compiling third_party/boringssl/ssl/s3_both.cc\n[CXX] Compiling third_party/boringssl/ssl/s3_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/s3_pkt.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_aead_ctx.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_asn1.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_buffer.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_cert.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_cipher.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_file.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_key_share.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_privkey.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_session.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_stat.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_transcript.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_versions.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_x509.cc\n[CXX] Compiling third_party/boringssl/ssl/t1_enc.cc\n[CXX] Compiling third_party/boringssl/ssl/t1_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_both.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_client.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_enc.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_server.cc\n[CXX] Compiling third_party/boringssl/ssl/tls_method.cc\n[CXX] Compiling third_party/boringssl/ssl/tls_record.cc\n[C] Compiling third_party/boringssl/third_party/fiat/curve25519.c\n[AR] Creating /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libboringssl.a\nmake: `/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libares.a' is up to date.\n[CXX] Compiling src/core/lib/gpr/alloc.cchttp://alloc.cc/\n[CXX] Compiling src/core/lib/gpr/arena.cchttp://arena.cc/\n[CXX] Compiling src/core/lib/gpr/atm.cchttp://atm.cc/\n[CXX] Compiling src/core/lib/gpr/cpu_iphone.cc\n[CXX] Compiling src/core/lib/gpr/cpu_linux.cc\n[CXX] Compiling src/core/lib/gpr/cpu_posix.cc\n[CXX] Compiling src/core/lib/gpr/cpu_windows.cc\n[CXX] Compiling src/core/lib/gpr/env_linux.cc\n[CXX] Compiling src/core/lib/gpr/env_posix.cc\n[CXX] Compiling src/core/lib/gpr/env_windows.cc\n[CXX] Compiling src/core/lib/gpr/host_port.cc\n[CXX] Compiling src/core/lib/gpr/log.cchttp://log.cc/\n[CXX] Compiling src/core/lib/gpr/log_android.cc\n[CXX] Compiling src/core/lib/gpr/log_linux.cc\n[CXX] Compiling src/core/lib/gpr/log_posix.cc\n[CXX] Compiling src/core/lib/gpr/log_windows.cc\n[CXX] Compiling src/core/lib/gpr/mpscq.cchttp://mpscq.cc/\n[CXX] Compiling src/core/lib/gpr/murmur_hash.cc\n[CXX] Compiling src/core/lib/gpr/string.cchttp://string.cc/\n[CXX] Compiling src/core/lib/gpr/string_posix.cc\n[CXX] Compiling src/core/lib/gpr/string_util_windows.cc\n[CXX] Compiling src/core/lib/gpr/string_windows.cc\n[CXX] Compiling src/core/lib/gpr/sync.cchttp://sync.cc/\n[CXX] Compiling src/core/lib/gpr/sync_posix.cc\n[CXX] Compiling src/core/lib/gpr/sync_windows.cc\n[CXX] Compiling src/core/lib/gpr/time.cchttp://time.cc/\n[CXX] Compiling src/core/lib/gpr/time_posix.cc\n[CXX] Compiling src/core/lib/gpr/time_precise.cc\n[CXX] Compiling src/core/lib/gpr/time_windows.cc\n[CXX] Compiling src/core/lib/gpr/tls_pthread.cc\n[CXX] Compiling src/core/lib/gpr/tmpfile_msys.cc\n[CXX] Compiling src/core/lib/gpr/tmpfile_posix.cc\n[CXX] Compiling src/core/lib/gpr/tmpfile_windows.cc\n[CXX] Compiling src/core/lib/gpr/wrap_memcpy.cc\n[CXX] Compiling src/core/lib/gprpp/fork.cchttp://fork.cc/\n[CXX] Compiling src/core/lib/gprpp/thd_posix.cc\n[CXX] Compiling src/core/lib/gprpp/thd_windows.cc\n[CXX] Compiling src/core/lib/profiling/basic_timers.cc\n[CXX] Compiling src/core/lib/profiling/stap_timers.cc\n[AR] Creating /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libgpr.a\n\nDEPENDENCY ERROR\n\nThe target you are trying to run requires an OpenSSL implementation.\nYour system doesn't have one, and either the third_party directory\ndoesn't have it, or your compiler can't build BoringSSL.\n\nPlease consult INSTALL to get more information.\n\nIf you need information about why these tests failed, run:\n\n make run_dep_checks\n\n" b'make: * [stop] Error 1\n' Traceback (most recent call last): File "", line 1, in File "/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/setup.py", line 347, in cmdclass=COMMAND_CLASS, File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/setuptools/init.py", line 129, in setup return distutils.core.setup(attrs) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/core.py", line 148, in setup dist.run_commands() File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/wheel/bdist_wheel.py", line 202, in run self.run_command('build') File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 78, in run _build_ext.run(self) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/command/build_ext.py", line 339, in run self.build_extensions() File "/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/src/python/grpcio/commands.py", line 278, in build_extensions raise Exception("make command failed!") Exception: make command failed!


Running setup.py clean for grpcio Failed building wheel for grpcio Failed to build grpcio Installing collected packages: six, absl-py, wheel, astor, werkzeug, setuptools, protobuf, html5lib, bleach, markdown, numpy, tensorboard, gast, termcolor, grpcio, tensorflow Running setup.py install for grpcio: started Running setup.py install for grpcio: finished with status 'error' Complete output from command /anaconda3/envs/r-tensorflow/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/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 /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-record-ed3e3s81/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.7-x86_64-3.7 creating python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_auth.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_channel.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_common.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_grpcio_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_interceptor.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_plugin_wrapping.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_server.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython copying src/python/grpcio/grpc/_cython/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_client_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_server_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/implementations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/interfaces.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/gevent.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/session_cache.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework copying src/python/grpcio/grpc/framework/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_cygrpc copying src/python/grpcio/grpc/_cython/_cygrpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_cygrpc creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/cardinality.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/style.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/abandonment.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/callable_util.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/future.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/logging_pool.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream_util.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces copying src/python/grpcio/grpc/framework/interfaces/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/base.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/face.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_credentials copying src/python/grpcio/grpc/_cython/_credentials/roots.pem -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_credentials running build_ext b"make: /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libboringssl.a' is up to date.\nmake:/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libares.a' is up to date.\nmake: `/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libgpr.a' is up to date.\n\nDEPENDENCY ERROR\n\nThe target you are trying to run requires an OpenSSL implementation.\nYour system doesn't have one, and either the third_party directory\ndoesn't have it, or your compiler can't build BoringSSL.\n\nPlease consult INSTALL to get more information.\n\nIf you need information about why these tests failed, run:\n\n make run_dep_checks\n\n" b'make: * [stop] Error 1\n' Traceback (most recent call last): File "", line 1, in File "/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/setup.py", line 347, in cmdclass=COMMAND_CLASS, File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/setuptools/init.py", line 129, in setup return distutils.core.setup(attrs) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/core.py", line 148, in setup dist.run_commands() File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/setuptools/command/install.py", line 61, in run return orig.install.run(self) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/command/install.py", line 545, in run self.run_command('build') File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 78, in run _build_ext.run(self) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/command/build_ext.py", line 339, in run self.build_extensions() File "/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/src/python/grpcio/commands.py", line 278, in build_extensions raise Exception("make command failed!") Exception: make command failed!

----------------------------------------

Command "/anaconda3/envs/r-tensorflow/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/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 /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-record-ed3e3s81/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/ Error: Error 1 occurred installing packages into conda environment r-tensorflow

  1. I the saw the advice and run these:

library(reticulate) virtualenv_remove("r-tensorflow") Error: Prerequisites for using Python virtualenvs not available.

Execute the following at a terminal to install the prerequisites:

$ sudo /usr/bin/easy_install pip $ sudo /usr/local/bin/pip install --upgrade virtualenv

Here is the response on the terminal window: mandava$ sudo /usr/bin/easy_install pip Password: Searching for pip Reading https://pypi.python.org/simple/pip/ Download error on https://pypi.python.org/simple/pip/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! Couldn't find index page for 'pip' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.python.org/simple/ Download error on https://pypi.python.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! No local packages or download links found for pip error: Could not find suitable distribution for Requirement.parse('pip')

mandava$ sudo /usr/local/bin/pip install --upgrade virtualenv sudo: /usr/local/bin/pip: command not found

I may run: pip install vitualenv However, I am not too familiar with all these installations and I do not wish to disturb my current environment where I run Anaconda with python 3 and I use Spyder and Jupiternotebook.

Many thanks for your assistance.

Mandava

On 8 Jul 2018, at 11:21 AM, bosoa notifications@github.com<mailto:notifications@github.com> wrote:

I would like to have your execution error logs. I look forward to it.

Best Jihwan.

2018년 7월 8일 (일) 11:59, mandava57 notifications@github.com<mailto:notifications@github.com>님이 작성:

I have the same problem. I tried to follow the above instructions and run this command: virtualenv_remove("r-tensorflow") came up with these errors: Error: Prerequisites for using Python virtualenvs not available.

Execute the following at a terminal to install the prerequisites:

$ sudo /usr/bin/easy_install pip $ sudo /usr/local/bin/pip install --upgrade virtualenv

can I install virtualenv using my existing pip? Please note that I am running anaconda with python version 3. I wouldn't want this new install to effect my existing installation. Please advise. Thanks in advance.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rstudio/keras/issues/306#issuecomment-403258184, or mute the thread https://github.com/notifications/unsubscribe-auth/ATNaHR2kcx_mY0kq8ZVwicEwPtIC37Z9ks5uEXWYgaJpZM4SarfW .

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/rstudio/keras/issues/306#issuecomment-403259024, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AXEeOqvMxJHhmfqOaSruRi5ZaYbOw_7Dks5uEXq1gaJpZM4SarfW.

bosoa commented 6 years ago

I presume this will helpful to install virtualenv. sudo /usr/bin/easy_install virtualenv (https://stackoverflow.com/questions/31133050/virtualenv-command-not-found https://stackoverflow.com/questions/31133050/virtualenv-command-not-found)

Then try to install it again.

Good Luck~! Jihwan

On 8 Jul 2018, at 12:38 PM, mandava57 notifications@github.com wrote:

Please note that I run keras with spider without any difficulty. I teach Neuralnets and I want both R and python environments.

Thanks.

On 8 Jul 2018, at 11:35 AM, Mandava Rajeswari mandava@usm.my<mailto:mandava@usm.my> wrote:

Thanks for such a quick response. Here are the details: My action1 and its response:

install_keras() Using r-tensorflow conda environment for TensorFlow installation Determining latest installable release of TensorFlow...done Installing TensorFlow... Collecting tensorflow==1.7.0 from https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.7.0-py3-none-any.whl Using cached https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.7.0-py3-none-any.whl Collecting absl-py>=0.1.6 (from tensorflow==1.7.0) Collecting wheel>=0.26 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/81/30/e935244ca6165187ae8be876b6316ae201b71485538ffac1d718843025a9/wheel-0.31.1-py2.py3-none-any.whl Collecting astor>=0.6.0 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/35/6b/11530768cac581a12952a2aad00e1526b89d242d0b9f59534ef6e6a1752f/astor-0.7.1-py2.py3-none-any.whl Collecting tensorboard<1.8.0,>=1.7.0 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/0b/ec/65d4e8410038ca2a78c09034094403d231228d0ddcae7d470b223456e55d/tensorboard-1.7.0-py3-none-any.whl Collecting protobuf>=3.4.0 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/85/f8/d09e4bf21c4de65405ce053e90542e728c5b7cf296b9df36b0bf0488f534/protobuf-3.6.0-py2.py3-none-any.whl Collecting gast>=0.2.0 (from tensorflow==1.7.0) Collecting six>=1.10.0 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl Collecting numpy>=1.13.3 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/a0/31/f01ac16f0e8adbb94cd4e3de4920b49a470cf4ca7d452eefd960d4b0248f/numpy-1.14.5-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl Collecting termcolor>=1.1.0 (from tensorflow==1.7.0) Collecting grpcio>=1.8.6 (from tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/e6/27/1f138a6f8691b8d1c1a4f2005f9293da6641c806d5626eb6c43e765962b1/grpcio-1.13.0.tar.gz Collecting werkzeug>=0.11.10 (from tensorboard<1.8.0,>=1.7.0->tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl Collecting html5lib==0.9999999 (from tensorboard<1.8.0,>=1.7.0->tensorflow==1.7.0) Collecting bleach==1.5.0 (from tensorboard<1.8.0,>=1.7.0->tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/33/70/86c5fec937ea4964184d4d6c4f0b9551564f821e1c3575907639036d9b90/bleach-1.5.0-py2.py3-none-any.whl Collecting markdown>=2.6.8 (from tensorboard<1.8.0,>=1.7.0->tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/6d/7d/488b90f470b96531a3f5788cf12a93332f543dbab13c423a5e7ce96a0493/Markdown-2.6.11-py2.py3-none-any.whl Collecting setuptools (from protobuf>=3.4.0->tensorflow==1.7.0) Using cached https://files.pythonhosted.org/packages/7f/e1/820d941153923aac1d49d7fc37e17b6e73bfbd2904959fffbad77900cf92/setuptools-39.2.0-py2.py3-none-any.whl Building wheels for collected packages: grpcio Running setup.py bdist_wheel for grpcio: started Running setup.py bdist_wheel for grpcio: still running... Running setup.py bdist_wheel for grpcio: finished with status 'error' Complete output from command /anaconda3/envs/r-tensorflow/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdistwheel -d /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-wheel-d4in2yc --python-tag cp37: 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.7-x86_64-3.7 creating python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_auth.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_channel.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_common.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_grpcio_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_interceptor.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_plugin_wrapping.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_server.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython copying src/python/grpcio/grpc/_cython/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_client_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_server_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/implementations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/interfaces.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/gevent.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/session_cache.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework copying src/python/grpcio/grpc/framework/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_cygrpc copying src/python/grpcio/grpc/_cython/_cygrpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_cygrpc creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/cardinality.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/style.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/abandonment.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/callable_util.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/future.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/logging_pool.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream_util.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces copying src/python/grpcio/grpc/framework/interfaces/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/base.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/face.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_credentials copying src/python/grpcio/grpc/_cython/_credentials/roots.pem -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_credentials running build_ext b"[C] Compiling third_party/zlib/adler32.c\n[C] Compiling third_party/zlib/compress.c\n[C] Compiling third_party/zlib/crc32.c\n[C] Compiling third_party/zlib/deflate.c\n[C] Compiling third_party/zlib/gzclose.c\n[C] Compiling third_party/zlib/gzlib.c\n[C] Compiling third_party/zlib/gzread.c\n[C] Compiling third_party/zlib/gzwrite.c\n[C] Compiling third_party/zlib/infback.c\n[C] Compiling third_party/zlib/inffast.c\n[C] Compiling third_party/zlib/inflate.c\n[C] Compiling third_party/zlib/inftrees.c\n[C] Compiling third_party/zlib/trees.c\n[C] Compiling third_party/zlib/uncompr.c\n[C] Compiling third_party/zlib/zutil.c\n[AR] Creating /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libz.a\n[C] Compiling third_party/cares/cares/aresclose_sockets.c\n[C] Compiling third_party/cares/cares/aresget_hostent.c\n[C] Compiling third_party/cares/cares/aresread_line.c\n[C] Compiling third_party/cares/cares/arestimeval.c\n[C] Compiling third_party/cares/cares/ares_cancel.c\n[C] Compiling third_party/cares/cares/ares_create_query.c\n[C] Compiling third_party/cares/cares/ares_data.c\n[C] Compiling third_party/cares/cares/ares_destroy.c\n[C] Compiling third_party/cares/cares/ares_expand_name.c\n[C] Compiling third_party/cares/cares/ares_expand_string.c\n[C] Compiling third_party/cares/cares/ares_fds.c\n[C] Compiling third_party/cares/cares/ares_free_hostent.c\n[C] Compiling third_party/cares/cares/ares_free_string.c\n[C] Compiling third_party/cares/cares/ares_getenv.c\n[C] Compiling third_party/cares/cares/ares_gethostbyaddr.c\n[C] Compiling third_party/cares/cares/ares_gethostbyname.c\n[C] Compiling third_party/cares/cares/ares_getnameinfo.c\n[C] Compiling third_party/cares/cares/ares_getopt.c\n[C] Compiling third_party/cares/cares/ares_getsock.c\n[C] Compiling third_party/cares/cares/ares_init.c\n[C] Compiling third_party/cares/cares/ares_library_init.c\n[C] Compiling third_party/cares/cares/ares_llist.c\n[C] Compiling third_party/cares/cares/ares_mkquery.c\n[C] Compiling third_party/cares/cares/ares_nowarn.c\n[C] Compiling third_party/cares/cares/ares_options.c\n[C] Compiling third_party/cares/cares/ares_parse_a_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_aaaa_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_mx_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_naptr_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_ns_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_ptr_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_soa_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_srv_reply.c\n[C] Compiling third_party/cares/cares/ares_parse_txt_reply.c\n[C] Compiling third_party/cares/cares/ares_platform.c\n[C] Compiling third_party/cares/cares/ares_process.c\n[C] Compiling third_party/cares/cares/ares_query.c\n[C] Compiling third_party/cares/cares/ares_search.c\n[C] Compiling third_party/cares/cares/ares_send.c\n[C] Compiling third_party/cares/cares/ares_strcasecmp.c\n[C] Compiling third_party/cares/cares/ares_strdup.c\n[C] Compiling third_party/cares/cares/ares_strerror.c\n[C] Compiling third_party/cares/cares/ares_timeout.c\n[C] Compiling third_party/cares/cares/ares_version.c\n[C] Compiling third_party/cares/cares/ares_writev.c\n[C] Compiling third_party/cares/cares/bitncmp.c\n[C] Compiling third_party/cares/cares/inet_net_pton.c\n[C] Compiling third_party/cares/cares/inet_ntop.c\n[C] Compiling third_party/cares/cares/windows_port.c\n[AR] Creating /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libares.a\n[C] Compiling third_party/address_sorting/address_sorting.c\n[C] Compiling third_party/address_sorting/address_sorting_posix.c\n[C] Compiling third_party/address_sorting/address_sorting_windows.c\n[AR] Creating /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libaddress_sorting.a\n[C] Compiling src/boringssl/err_data.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_bitstr.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_bool.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_d2i_fp.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_dup.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_enum.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_gentm.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_i2d_fp.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_int.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_mbstr.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_object.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_octet.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_print.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_strnid.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_time.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_type.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_utctm.c\n[C] Compiling third_party/boringssl/crypto/asn1/a_utf8.c\n[C] Compiling third_party/boringssl/crypto/asn1/asn1_lib.c\n[C] Compiling third_party/boringssl/crypto/asn1/asn1_par.c\n[C] Compiling third_party/boringssl/crypto/asn1/asn_pack.c\n[C] Compiling third_party/boringssl/crypto/asn1/f_enum.c\n[C] Compiling third_party/boringssl/crypto/asn1/f_int.c\n[C] Compiling third_party/boringssl/crypto/asn1/f_string.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_dec.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_enc.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_fre.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_new.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_typ.c\n[C] Compiling third_party/boringssl/crypto/asn1/tasn_utl.c\n[C] Compiling third_party/boringssl/crypto/asn1/time_support.c\n[C] Compiling third_party/boringssl/crypto/base64/base64.c\n[C] Compiling third_party/boringssl/crypto/bio/bio.c\n[C] Compiling third_party/boringssl/crypto/bio/bio_mem.c\n[C] Compiling third_party/boringssl/crypto/bio/connect.c\n[C] Compiling third_party/boringssl/crypto/bio/fd.c\n[C] Compiling third_party/boringssl/crypto/bio/file.c\n[C] Compiling third_party/boringssl/crypto/bio/hexdump.c\n[C] Compiling third_party/boringssl/crypto/bio/pair.c\n[C] Compiling third_party/boringssl/crypto/bio/printf.c\n[C] Compiling third_party/boringssl/crypto/bio/socket.c\n[C] Compiling third_party/boringssl/crypto/bio/socket_helper.c\n[C] Compiling third_party/boringssl/crypto/bn_extra/bn_asn1.c\n[C] Compiling third_party/boringssl/crypto/bn_extra/convert.c\n[C] Compiling third_party/boringssl/crypto/buf/buf.c\n[C] Compiling third_party/boringssl/crypto/bytestring/asn1_compat.c\n[C] Compiling third_party/boringssl/crypto/bytestring/ber.c\n[C] Compiling third_party/boringssl/crypto/bytestring/cbb.c\n[C] Compiling third_party/boringssl/crypto/bytestring/cbs.c\n[C] Compiling third_party/boringssl/crypto/chacha/chacha.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/cipher_extra.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/derive_key.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_aesccm.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_aesctrhmac.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_aesgcmsiv.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_chacha20poly1305.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_null.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_rc2.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_rc4.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_ssl3.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/e_tls.c\n[C] Compiling third_party/boringssl/crypto/cipher_extra/tls_cbc.c\n[C] Compiling third_party/boringssl/crypto/cmac/cmac.c\n[C] Compiling third_party/boringssl/crypto/conf/conf.c\n[C] Compiling third_party/boringssl/crypto/cpu-aarch64-fuchsia.c\n[C] Compiling third_party/boringssl/crypto/cpu-aarch64-linux.c\n[C] Compiling third_party/boringssl/crypto/cpu-arm-linux.c\n[C] Compiling third_party/boringssl/crypto/cpu-arm.c\n[C] Compiling third_party/boringssl/crypto/cpu-intel.c\n[C] Compiling third_party/boringssl/crypto/cpu-ppc64le.c\n[C] Compiling third_party/boringssl/crypto/crypto.c\n[C] Compiling third_party/boringssl/crypto/curve25519/spake25519.c\n[C] Compiling third_party/boringssl/crypto/dh/check.c\n[C] Compiling third_party/boringssl/crypto/dh/dh.c\n[C] Compiling third_party/boringssl/crypto/dh/dh_asn1.c\n[C] Compiling third_party/boringssl/crypto/dh/params.c\n[C] Compiling third_party/boringssl/crypto/digest_extra/digest_extra.c\n[C] Compiling third_party/boringssl/crypto/dsa/dsa.c\n[C] Compiling third_party/boringssl/crypto/dsa/dsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/ec_extra/ec_asn1.c\n[C] Compiling third_party/boringssl/crypto/ecdh/ecdh.c\n[C] Compiling third_party/boringssl/crypto/ecdsa_extra/ecdsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/engine/engine.c\n[C] Compiling third_party/boringssl/crypto/err/err.c\n[C] Compiling third_party/boringssl/crypto/evp/digestsign.c\n[C] Compiling third_party/boringssl/crypto/evp/evp.c\n[C] Compiling third_party/boringssl/crypto/evp/evp_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/evp_ctx.c\n[C] Compiling third_party/boringssl/crypto/evp/p_dsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ec.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ec_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ed25519.c\n[C] Compiling third_party/boringssl/crypto/evp/p_ed25519_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/p_rsa.c\n[C] Compiling third_party/boringssl/crypto/evp/p_rsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/evp/pbkdf.c\n[C] Compiling third_party/boringssl/crypto/evp/print.c\n[C] Compiling third_party/boringssl/crypto/evp/scrypt.c\n[C] Compiling third_party/boringssl/crypto/evp/sign.c\n[C] Compiling third_party/boringssl/crypto/ex_data.c\n[C] Compiling third_party/boringssl/crypto/fipsmodule/bcm.c\n[C] Compiling third_party/boringssl/crypto/fipsmodule/is_fips.c\n[C] Compiling third_party/boringssl/crypto/hkdf/hkdf.c\n[C] Compiling third_party/boringssl/crypto/lhash/lhash.c\n[C] Compiling third_party/boringssl/crypto/mem.c\n[C] Compiling third_party/boringssl/crypto/obj/obj.c\n[C] Compiling third_party/boringssl/crypto/obj/obj_xref.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_all.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_info.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_lib.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_oth.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_pk8.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_pkey.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_x509.c\n[C] Compiling third_party/boringssl/crypto/pem/pem_xaux.c\n[C] Compiling third_party/boringssl/crypto/pkcs7/pkcs7.c\n[C] Compiling third_party/boringssl/crypto/pkcs7/pkcs7_x509.c\n[C] Compiling third_party/boringssl/crypto/pkcs8/p5_pbev2.c\n[C] Compiling third_party/boringssl/crypto/pkcs8/pkcs8.c\n[C] Compiling third_party/boringssl/crypto/pkcs8/pkcs8_x509.c\n[C] Compiling third_party/boringssl/crypto/poly1305/poly1305.c\n[C] Compiling third_party/boringssl/crypto/poly1305/poly1305_arm.c\n[C] Compiling third_party/boringssl/crypto/poly1305/poly1305_vec.c\n[C] Compiling third_party/boringssl/crypto/pool/pool.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/deterministic.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/forkunsafe.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/fuchsia.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/rand_extra.c\n[C] Compiling third_party/boringssl/crypto/rand_extra/windows.c\n[C] Compiling third_party/boringssl/crypto/rc4/rc4.c\n[C] Compiling third_party/boringssl/crypto/refcount_c11.c\n[C] Compiling third_party/boringssl/crypto/refcount_lock.c\n[C] Compiling third_party/boringssl/crypto/rsa_extra/rsa_asn1.c\n[C] Compiling third_party/boringssl/crypto/stack/stack.c\n[C] Compiling third_party/boringssl/crypto/thread.c\n[C] Compiling third_party/boringssl/crypto/thread_none.c\n[C] Compiling third_party/boringssl/crypto/thread_pthread.c\n[C] Compiling third_party/boringssl/crypto/thread_win.c\n[C] Compiling third_party/boringssl/crypto/x509/a_digest.c\n[C] Compiling third_party/boringssl/crypto/x509/a_sign.c\n[C] Compiling third_party/boringssl/crypto/x509/a_strex.c\n[C] Compiling third_party/boringssl/crypto/x509/a_verify.c\n[C] Compiling third_party/boringssl/crypto/x509/algorithm.c\n[C] Compiling third_party/boringssl/crypto/x509/asn1_gen.c\n[C] Compiling third_party/boringssl/crypto/x509/by_dir.c\n[C] Compiling third_party/boringssl/crypto/x509/by_file.c\n[C] Compiling third_party/boringssl/crypto/x509/i2d_pr.c\n[C] Compiling third_party/boringssl/crypto/x509/rsa_pss.c\n[C] Compiling third_party/boringssl/crypto/x509/t_crl.c\n[C] Compiling third_party/boringssl/crypto/x509/t_req.c\n[C] Compiling third_party/boringssl/crypto/x509/t_x509.c\n[C] Compiling third_party/boringssl/crypto/x509/t_x509a.c\n[C] Compiling third_party/boringssl/crypto/x509/x509.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_att.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_cmp.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_d2.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_def.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_ext.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_lu.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_obj.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_r2x.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_req.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_set.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_trs.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_txt.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_v3.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_vfy.c\n[C] Compiling third_party/boringssl/crypto/x509/x509_vpm.c\n[C] Compiling third_party/boringssl/crypto/x509/x509cset.c\n[C] Compiling third_party/boringssl/crypto/x509/x509name.c\n[C] Compiling third_party/boringssl/crypto/x509/x509rset.c\n[C] Compiling third_party/boringssl/crypto/x509/x509spki.c\n[C] Compiling third_party/boringssl/crypto/x509/x_algor.c\n[C] Compiling third_party/boringssl/crypto/x509/x_all.c\n[C] Compiling third_party/boringssl/crypto/x509/x_attrib.c\n[C] Compiling third_party/boringssl/crypto/x509/x_crl.c\n[C] Compiling third_party/boringssl/crypto/x509/x_exten.c\n[C] Compiling third_party/boringssl/crypto/x509/x_info.c\n[C] Compiling third_party/boringssl/crypto/x509/x_name.c\n[C] Compiling third_party/boringssl/crypto/x509/x_pkey.c\n[C] Compiling third_party/boringssl/crypto/x509/x_pubkey.c\n[C] Compiling third_party/boringssl/crypto/x509/x_req.c\n[C] Compiling third_party/boringssl/crypto/x509/x_sig.c\n[C] Compiling third_party/boringssl/crypto/x509/x_spki.c\n[C] Compiling third_party/boringssl/crypto/x509/x_val.c\n[C] Compiling third_party/boringssl/crypto/x509/x_x509.c\n[C] Compiling third_party/boringssl/crypto/x509/x_x509a.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_cache.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_data.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_lib.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_map.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_node.c\n[C] Compiling third_party/boringssl/crypto/x509v3/pcy_tree.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_akey.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_akeya.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_alt.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_bcons.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_bitst.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_conf.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_cpols.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_crld.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_enum.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_extku.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_genn.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_ia5.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_info.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_int.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_lib.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_ncons.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pci.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pcia.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pcons.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pku.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_pmaps.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_prn.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_purp.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_skey.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_sxnet.c\n[C] Compiling third_party/boringssl/crypto/x509v3/v3_utl.c\n[CXX] Compiling third_party/boringssl/ssl/bio_ssl.cc\n[CXX] Compiling third_party/boringssl/ssl/custom_extensions.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_both.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_pkt.cc\n[CXX] Compiling third_party/boringssl/ssl/d1_srtp.cc\n[CXX] Compiling third_party/boringssl/ssl/dtls_method.cc\n[CXX] Compiling third_party/boringssl/ssl/dtls_record.cc\n[CXX] Compiling third_party/boringssl/ssl/handoff.cchttp://handoff.cc/\n[CXX] Compiling third_party/boringssl/ssl/handshake.cchttp://handshake.cc/\n[CXX] Compiling third_party/boringssl/ssl/handshake_client.cc\n[CXX] Compiling third_party/boringssl/ssl/handshake_server.cc\n[CXX] Compiling third_party/boringssl/ssl/s3_both.cc\n[CXX] Compiling third_party/boringssl/ssl/s3_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/s3_pkt.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_aead_ctx.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_asn1.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_buffer.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_cert.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_cipher.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_file.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_key_share.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_privkey.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_session.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_stat.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_transcript.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_versions.cc\n[CXX] Compiling third_party/boringssl/ssl/ssl_x509.cc\n[CXX] Compiling third_party/boringssl/ssl/t1_enc.cc\n[CXX] Compiling third_party/boringssl/ssl/t1_lib.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_both.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_client.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_enc.cc\n[CXX] Compiling third_party/boringssl/ssl/tls13_server.cc\n[CXX] Compiling third_party/boringssl/ssl/tls_method.cc\n[CXX] Compiling third_party/boringssl/ssl/tls_record.cc\n[C] Compiling third_party/boringssl/third_party/fiat/curve25519.c\n[AR] Creating /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libboringssl.a\nmake: `/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libares.a' is up to date.\n[CXX] Compiling src/core/lib/gpr/alloc.cchttp://alloc.cc/\n[CXX] Compiling src/core/lib/gpr/arena.cchttp://arena.cc/\n[CXX] Compiling src/core/lib/gpr/atm.cchttp://atm.cc/\n[CXX] Compiling src/core/lib/gpr/cpu_iphone.cc\n[CXX] Compiling src/core/lib/gpr/cpu_linux.cc\n[CXX] Compiling src/core/lib/gpr/cpu_posix.cc\n[CXX] Compiling src/core/lib/gpr/cpu_windows.cc\n[CXX] Compiling src/core/lib/gpr/env_linux.cc\n[CXX] Compiling src/core/lib/gpr/env_posix.cc\n[CXX] Compiling src/core/lib/gpr/env_windows.cc\n[CXX] Compiling src/core/lib/gpr/host_port.cc\n[CXX] Compiling src/core/lib/gpr/log.cchttp://log.cc/\n[CXX] Compiling src/core/lib/gpr/log_android.cc\n[CXX] Compiling src/core/lib/gpr/log_linux.cc\n[CXX] Compiling src/core/lib/gpr/log_posix.cc\n[CXX] Compiling src/core/lib/gpr/log_windows.cc\n[CXX] Compiling src/core/lib/gpr/mpscq.cchttp://mpscq.cc/\n[CXX] Compiling src/core/lib/gpr/murmur_hash.cc\n[CXX] Compiling src/core/lib/gpr/string.cchttp://string.cc/\n[CXX] Compiling src/core/lib/gpr/string_posix.cc\n[CXX] Compiling src/core/lib/gpr/string_util_windows.cc\n[CXX] Compiling src/core/lib/gpr/string_windows.cc\n[CXX] Compiling src/core/lib/gpr/sync.cchttp://sync.cc/\n[CXX] Compiling src/core/lib/gpr/sync_posix.cc\n[CXX] Compiling src/core/lib/gpr/sync_windows.cc\n[CXX] Compiling src/core/lib/gpr/time.cchttp://time.cc/\n[CXX] Compiling src/core/lib/gpr/time_posix.cc\n[CXX] Compiling src/core/lib/gpr/time_precise.cc\n[CXX] Compiling src/core/lib/gpr/time_windows.cc\n[CXX] Compiling src/core/lib/gpr/tls_pthread.cc\n[CXX] Compiling src/core/lib/gpr/tmpfile_msys.cc\n[CXX] Compiling src/core/lib/gpr/tmpfile_posix.cc\n[CXX] Compiling src/core/lib/gpr/tmpfile_windows.cc\n[CXX] Compiling src/core/lib/gpr/wrap_memcpy.cc\n[CXX] Compiling src/core/lib/gprpp/fork.cchttp://fork.cc/\n[CXX] Compiling src/core/lib/gprpp/thd_posix.cc\n[CXX] Compiling src/core/lib/gprpp/thd_windows.cc\n[CXX] Compiling src/core/lib/profiling/basic_timers.cc\n[CXX] Compiling src/core/lib/profiling/stap_timers.cc\n[AR] Creating /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libgpr.a\n\nDEPENDENCY ERROR\n\nThe target you are trying to run requires an OpenSSL implementation.\nYour system doesn't have one, and either the third_party directory\ndoesn't have it, or your compiler can't build BoringSSL.\n\nPlease consult INSTALL to get more information.\n\nIf you need information about why these tests failed, run:\n\n make run_dep_checks\n\n" b'make: * [stop] Error 1\n' Traceback (most recent call last): File "", line 1, in File "/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/setup.py", line 347, in cmdclass=COMMAND_CLASS, File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/setuptools/init.py", line 129, in setup return distutils.core.setup(attrs) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/core.py", line 148, in setup dist.run_commands() File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/wheel/bdist_wheel.py", line 202, in run self.run_command('build') File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 78, in run _build_ext.run(self) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/command/build_ext.py", line 339, in run self.build_extensions() File "/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/src/python/grpcio/commands.py", line 278, in build_extensions raise Exception("make command failed!") Exception: make command failed!


Running setup.py clean for grpcio Failed building wheel for grpcio Failed to build grpcio Installing collected packages: six, absl-py, wheel, astor, werkzeug, setuptools, protobuf, html5lib, bleach, markdown, numpy, tensorboard, gast, termcolor, grpcio, tensorflow Running setup.py install for grpcio: started Running setup.py install for grpcio: finished with status 'error' Complete output from command /anaconda3/envs/r-tensorflow/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/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 /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-record-ed3e3s81/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.7-x86_64-3.7 creating python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_auth.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_channel.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_common.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_grpcio_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_interceptor.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_plugin_wrapping.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_server.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc copying src/python/grpcio/grpc/_utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython copying src/python/grpcio/grpc/_cython/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_client_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_metadata.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/_server_adaptations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/implementations.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/interfaces.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta copying src/python/grpcio/grpc/beta/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/beta creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/gevent.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental copying src/python/grpcio/grpc/experimental/session_cache.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/experimental creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework copying src/python/grpcio/grpc/framework/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_cygrpc copying src/python/grpcio/grpc/_cython/_cygrpc/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_cygrpc creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/cardinality.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common copying src/python/grpcio/grpc/framework/common/style.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/common creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/abandonment.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/callable_util.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/future.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/logging_pool.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream_util.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/foundation creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces copying src/python/grpcio/grpc/framework/interfaces/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/base.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/base creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/init.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/face.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/utilities.py -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/framework/interfaces/face creating python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_credentials copying src/python/grpcio/grpc/_cython/_credentials/roots.pem -> python_build/lib.macosx-10.7-x86_64-3.7/grpc/_cython/_credentials running build_ext b"make: /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libboringssl.a' is up to date.\nmake:/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libares.a' is up to date.\nmake: `/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/libs/opt/libgpr.a' is up to date.\n\nDEPENDENCY ERROR\n\nThe target you are trying to run requires an OpenSSL implementation.\nYour system doesn't have one, and either the third_party directory\ndoesn't have it, or your compiler can't build BoringSSL.\n\nPlease consult INSTALL to get more information.\n\nIf you need information about why these tests failed, run:\n\n make run_dep_checks\n\n" b'make: * [stop] Error 1\n' Traceback (most recent call last): File "", line 1, in File "/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/setup.py", line 347, in cmdclass=COMMAND_CLASS, File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/setuptools/init.py", line 129, in setup return distutils.core.setup(attrs) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/core.py", line 148, in setup dist.run_commands() File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/setuptools/command/install.py", line 61, in run return orig.install.run(self) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/command/install.py", line 545, in run self.run_command('build') File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/anaconda3/envs/r-tensorflow/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 78, in run _build_ext.run(self) File "/anaconda3/envs/r-tensorflow/lib/python3.7/distutils/command/build_ext.py", line 339, in run self.build_extensions() File "/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/src/python/grpcio/commands.py", line 278, in build_extensions raise Exception("make command failed!") Exception: make command failed!


Command "/anaconda3/envs/r-tensorflow/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/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 /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-record-ed3e3s81/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/10/0kkr0fs57mnf4gfmwt06b5d00000gn/T/pip-install-5_ui6w63/grpcio/ Error: Error 1 occurred installing packages into conda environment r-tensorflow

  1. I the saw the advice and run these:

library(reticulate) virtualenv_remove("r-tensorflow") Error: Prerequisites for using Python virtualenvs not available.

Execute the following at a terminal to install the prerequisites:

$ sudo /usr/bin/easy_install pip $ sudo /usr/local/bin/pip install --upgrade virtualenv

Here is the response on the terminal window: mandava$ sudo /usr/bin/easy_install pip Password: Searching for pip Reading https://pypi.python.org/simple/pip/ Download error on https://pypi.python.org/simple/pip/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! Couldn't find index page for 'pip' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.python.org/simple/ Download error on https://pypi.python.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! No local packages or download links found for pip error: Could not find suitable distribution for Requirement.parse('pip')

mandava$ sudo /usr/local/bin/pip install --upgrade virtualenv sudo: /usr/local/bin/pip: command not found

I may run: pip install vitualenv However, I am not too familiar with all these installations and I do not wish to disturb my current environment where I run Anaconda with python 3 and I use Spyder and Jupiternotebook.

Many thanks for your assistance.

Mandava

On 8 Jul 2018, at 11:21 AM, bosoa notifications@github.com<mailto:notifications@github.com> wrote:

I would like to have your execution error logs. I look forward to it.

Best Jihwan.

2018년 7월 8일 (일) 11:59, mandava57 notifications@github.com<mailto:notifications@github.com>님이 작성:

I have the same problem. I tried to follow the above instructions and run this command: virtualenv_remove("r-tensorflow") came up with these errors: Error: Prerequisites for using Python virtualenvs not available.

Execute the following at a terminal to install the prerequisites:

$ sudo /usr/bin/easy_install pip $ sudo /usr/local/bin/pip install --upgrade virtualenv

can I install virtualenv using my existing pip? Please note that I am running anaconda with python version 3. I wouldn't want this new install to effect my existing installation. Please advise. Thanks in advance.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rstudio/keras/issues/306#issuecomment-403258184, or mute the thread https://github.com/notifications/unsubscribe-auth/ATNaHR2kcx_mY0kq8ZVwicEwPtIC37Z9ks5uEXWYgaJpZM4SarfW .

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/rstudio/keras/issues/306#issuecomment-403259024, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AXEeOqvMxJHhmfqOaSruRi5ZaYbOw_7Dks5uEXq1gaJpZM4SarfW.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rstudio/keras/issues/306#issuecomment-403259752, or mute the thread https://github.com/notifications/unsubscribe-auth/ATNaHXOghw6cSk0nOmU-k6N1KxSQKQBlks5uEX6bgaJpZM4SarfW.

mandava57 commented 6 years ago

THANKS FOR THE SUGGESTION. I tried. Still not successful. I got this: Mandava-MacBook-Pro:~ mandava$ sudo /usr/bin/easy_install virtualenv Password: Searching for virtualenv Reading https://pypi.python.org/simple/virtualenv/ Download error on https://pypi.python.org/simple/virtualenv/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! Couldn't find index page for 'virtualenv' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.python.org/simple/ Download error on https://pypi.python.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! No local packages or download links found for virtualenv error: Could not find suitable distribution for Requirement.parse('virtualenv')

bosoa commented 6 years ago

Then it might be DNS problem. Please, check this out. http://forum.arduino.cc/index.php?topic=305052.0 http://forum.arduino.cc/index.php?topic=305052.0

On 8 Jul 2018, at 10:29 PM, mandava57 notifications@github.com wrote:

THANKS FOR THE SUGGESTION. I tried. Still not successful. I got this: Mandava-MacBook-Pro:~ mandava$ sudo /usr/bin/easy_install virtualenv Password: Searching for virtualenv Reading https://pypi.python.org/simple/virtualenv/ https://pypi.python.org/simple/virtualenv/ Download error on https://pypi.python.org/simple/virtualenv/ https://pypi.python.org/simple/virtualenv/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! Couldn't find index page for 'virtualenv' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.python.org/simple/ https://pypi.python.org/simple/ Download error on https://pypi.python.org/simple/ https://pypi.python.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! No local packages or download links found for virtualenv error: Could not find suitable distribution for Requirement.parse('virtualenv')

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rstudio/keras/issues/306#issuecomment-403287901, or mute the thread https://github.com/notifications/unsubscribe-auth/ATNaHdAyGs7E_MzetbFKKqRiUPEimdK_ks5uEgk3gaJpZM4SarfW.

mandava57 commented 6 years ago

Mandavas-MacBook-Pro:~ mandava$ sudo /usr/bin/easy_install pip Password: Searching for pip Reading https://pypi.python.org/simple/pip/ Download error on https://pypi.python.org/simple/pip/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! Couldn't find index page for 'pip' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.python.org/simple/ Download error on https://pypi.python.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! No local packages or download links found for pip error: Could not find suitable distribution for Requirement.parse('pip')

On 8 Jul 2018, at 11:21 AM, bosoa notifications@github.com<mailto:notifications@github.com> wrote:

I would like to have your execution error logs. I look forward to it.

Best Jihwan.

2018년 7월 8일 (일) 11:59, mandava57 notifications@github.com<mailto:notifications@github.com>님이 작성:

I have the same problem. I tried to follow the above instructions and run this command: virtualenv_remove("r-tensorflow") came up with these errors: Error: Prerequisites for using Python virtualenvs not available.

Execute the following at a terminal to install the prerequisites:

$ sudo /usr/bin/easy_install pip $ sudo /usr/local/bin/pip install --upgrade virtualenv

can I install virtualenv using my existing pip? Please note that I am running anaconda with python version 3. I wouldn't want this new install to effect my existing installation. Please advise. Thanks in advance.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rstudio/keras/issues/306#issuecomment-403258184, or mute the thread https://github.com/notifications/unsubscribe-auth/ATNaHR2kcx_mY0kq8ZVwicEwPtIC37Z9ks5uEXWYgaJpZM4SarfW .

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/rstudio/keras/issues/306#issuecomment-403259024, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AXEeOqvMxJHhmfqOaSruRi5ZaYbOw_7Dks5uEXq1gaJpZM4SarfW.