speedyspeech icon indicating copy to clipboard operation
speedyspeech copied to clipboard

pip install -r requirements.txt ERROR

Open brentcty-2020 opened this issue 3 years ago • 1 comments

Ubuntu 20.04 Nvidia Driver 460.73 CUDA Version: 11.2 Python 3.8.5

When I run 'pip install -r requirements.txt' as instructed I get the following errors...

Building wheels for collected packages: grpcio Building wheel for grpcio (setup.py) ... error ERROR: Command errored out with exit status 1: command: /home/brent/Projects/speedyspeech/venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-dmzp3gxm/grpcio/setup.py'"'"'; file='"'"'/tmp/pip-install-dmzp3gxm/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 /tmp/pip-wheel-xv29z22q cwd: /tmp/pip-install-dmzp3gxm/grpcio/ Complete output (2038 lines): Found cython-generated files... running bdist_wheel running build running build_py running build_project_metadata creating python_build creating python_build/lib.linux-x86_64-3.8 creating python_build/lib.linux-x86_64-3.8/grpc copying src/python/grpcio/grpc/_server.py -> python_build/lib.linux-x86_64-3.8/grpc copying src/python/grpcio/grpc/_grpcio_metadata.py -> python_build/lib.linux-x86_64-3.8/grpc copying src/python/grpcio/grpc/_plugin_wrapping.py -> python_build/lib.linux-x86_64-3.8/grpc copying src/python/grpcio/grpc/_common.py -> python_build/lib.linux-x86_64-3.8/grpc copying src/python/grpcio/grpc/_utilities.py -> python_build/lib.linux-x86_64-3.8/grpc copying src/python/grpcio/grpc/init.py -> python_build/lib.linux-x86_64-3.8/grpc copying src/python/grpcio/grpc/_auth.py -> python_build/lib.linux-x86_64-3.8/grpc copying src/python/grpcio/grpc/_compression.py -> python_build/lib.linux-x86_64-3.8/grpc copying src/python/grpcio/grpc/_interceptor.py -> python_build/lib.linux-x86_64-3.8/grpc copying src/python/grpcio/grpc/_channel.py -> python_build/lib.linux-x86_64-3.8/grpc creating python_build/lib.linux-x86_64-3.8/grpc/framework copying src/python/grpcio/grpc/framework/init.py -> python_build/lib.linux-x86_64-3.8/grpc/framework creating python_build/lib.linux-x86_64-3.8/grpc/_cython copying src/python/grpcio/grpc/_cython/init.py -> python_build/lib.linux-x86_64-3.8/grpc/_cython creating python_build/lib.linux-x86_64-3.8/grpc/beta copying src/python/grpcio/grpc/beta/_server_adaptations.py -> python_build/lib.linux-x86_64-3.8/grpc/beta copying src/python/grpcio/grpc/beta/init.py -> python_build/lib.linux-x86_64-3.8/grpc/beta copying src/python/grpcio/grpc/beta/implementations.py -> python_build/lib.linux-x86_64-3.8/grpc/beta copying src/python/grpcio/grpc/beta/_client_adaptations.py -> python_build/lib.linux-x86_64-3.8/grpc/beta copying src/python/grpcio/grpc/beta/interfaces.py -> python_build/lib.linux-x86_64-3.8/grpc/beta copying src/python/grpcio/grpc/beta/utilities.py -> python_build/lib.linux-x86_64-3.8/grpc/beta copying src/python/grpcio/grpc/beta/_metadata.py -> python_build/lib.linux-x86_64-3.8/grpc/beta creating python_build/lib.linux-x86_64-3.8/grpc/experimental copying src/python/grpcio/grpc/experimental/session_cache.py -> python_build/lib.linux-x86_64-3.8/grpc/experimental copying src/python/grpcio/grpc/experimental/gevent.py -> python_build/lib.linux-x86_64-3.8/grpc/experimental copying src/python/grpcio/grpc/experimental/init.py -> python_build/lib.linux-x86_64-3.8/grpc/experimental creating python_build/lib.linux-x86_64-3.8/grpc/framework/common copying src/python/grpcio/grpc/framework/common/cardinality.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/common copying src/python/grpcio/grpc/framework/common/init.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/common copying src/python/grpcio/grpc/framework/common/style.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/common creating python_build/lib.linux-x86_64-3.8/grpc/framework/interfaces copying src/python/grpcio/grpc/framework/interfaces/init.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/interfaces creating python_build/lib.linux-x86_64-3.8/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream_util.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/logging_pool.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/stream.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/future.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/init.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/abandonment.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/foundation copying src/python/grpcio/grpc/framework/foundation/callable_util.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/foundation creating python_build/lib.linux-x86_64-3.8/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/init.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/face.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/interfaces/face copying src/python/grpcio/grpc/framework/interfaces/face/utilities.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/interfaces/face creating python_build/lib.linux-x86_64-3.8/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/base.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/init.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/interfaces/base copying src/python/grpcio/grpc/framework/interfaces/base/utilities.py -> python_build/lib.linux-x86_64-3.8/grpc/framework/interfaces/base creating python_build/lib.linux-x86_64-3.8/grpc/_cython/_cygrpc copying src/python/grpcio/grpc/_cython/_cygrpc/init.py -> python_build/lib.linux-x86_64-3.8/grpc/_cython/_cygrpc creating python_build/lib.linux-x86_64-3.8/grpc/_cython/_credentials copying src/python/grpcio/grpc/_cython/_credentials/roots.pem -> python_build/lib.linux-x86_64-3.8/grpc/_cython/_credentials running build_ext Found cython-generated files... building 'grpc._cython.cygrpc' extension creating python_build/temp.linux-x86_64-3.8 creating python_build/temp.linux-x86_64-3.8/src creating python_build/temp.linux-x86_64-3.8/src/python creating python_build/temp.linux-x86_64-3.8/src/python/grpcio creating python_build/temp.linux-x86_64-3.8/src/python/grpcio/grpc creating python_build/temp.linux-x86_64-3.8/src/python/grpcio/grpc/_cython creating python_build/temp.linux-x86_64-3.8/third_party creating python_build/temp.linux-x86_64-3.8/third_party/address_sorting creating python_build/temp.linux-x86_64-3.8/src/core creating python_build/temp.linux-x86_64-3.8/src/core/lib creating python_build/temp.linux-x86_64-3.8/src/core/lib/gpr creating python_build/temp.linux-x86_64-3.8/src/core/lib/gprpp creating python_build/temp.linux-x86_64-3.8/src/core/lib/profiling creating python_build/temp.linux-x86_64-3.8/src/core/lib/surface creating python_build/temp.linux-x86_64-3.8/src/core/lib/avl creating python_build/temp.linux-x86_64-3.8/src/core/lib/backoff creating python_build/temp.linux-x86_64-3.8/src/core/lib/channel creating python_build/temp.linux-x86_64-3.8/src/core/lib/compression creating python_build/temp.linux-x86_64-3.8/src/core/lib/debug creating python_build/temp.linux-x86_64-3.8/src/core/lib/http creating python_build/temp.linux-x86_64-3.8/src/core/lib/iomgr creating python_build/temp.linux-x86_64-3.8/src/core/lib/iomgr/executor creating python_build/temp.linux-x86_64-3.8/src/core/lib/json creating python_build/temp.linux-x86_64-3.8/src/core/lib/slice creating python_build/temp.linux-x86_64-3.8/src/core/lib/transport creating python_build/temp.linux-x86_64-3.8/src/core/lib/uri creating python_build/temp.linux-x86_64-3.8/src/core/ext creating python_build/temp.linux-x86_64-3.8/src/core/ext/transport creating python_build/temp.linux-x86_64-3.8/src/core/ext/transport/chttp2 creating python_build/temp.linux-x86_64-3.8/src/core/ext/transport/chttp2/server creating python_build/temp.linux-x86_64-3.8/src/core/ext/transport/chttp2/server/secure creating python_build/temp.linux-x86_64-3.8/src/core/ext/transport/chttp2/transport creating python_build/temp.linux-x86_64-3.8/src/core/ext/transport/chttp2/alpn creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/http creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/http/client creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/http/message_compress creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/http/server creating python_build/temp.linux-x86_64-3.8/src/core/lib/security creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/context creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/credentials creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/credentials/alts creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/credentials/composite creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/credentials/fake creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/credentials/google_default creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/credentials/iam creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/credentials/jwt creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/credentials/local creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/credentials/oauth2 creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/credentials/plugin creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/credentials/ssl creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/credentials/tls creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/security_connector creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/security_connector/alts creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/security_connector/fake creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/security_connector/local creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/security_connector/ssl creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/security_connector/tls creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/transport creating python_build/temp.linux-x86_64-3.8/src/core/lib/security/util creating python_build/temp.linux-x86_64-3.8/src/core/tsi creating python_build/temp.linux-x86_64-3.8/src/core/tsi/alts creating python_build/temp.linux-x86_64-3.8/src/core/tsi/alts/crypt creating python_build/temp.linux-x86_64-3.8/src/core/tsi/alts/frame_protector creating python_build/temp.linux-x86_64-3.8/src/core/tsi/alts/handshaker creating python_build/temp.linux-x86_64-3.8/src/core/tsi/alts/zero_copy_frame_protector creating python_build/temp.linux-x86_64-3.8/third_party/nanopb creating python_build/temp.linux-x86_64-3.8/src/core/ext/transport/chttp2/client creating python_build/temp.linux-x86_64-3.8/src/core/ext/transport/chttp2/client/insecure creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/health creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/deadline creating python_build/temp.linux-x86_64-3.8/src/core/tsi/ssl creating python_build/temp.linux-x86_64-3.8/src/core/tsi/ssl/session_cache creating python_build/temp.linux-x86_64-3.8/src/core/ext/transport/chttp2/client/secure creating python_build/temp.linux-x86_64-3.8/src/core/ext/transport/chttp2/server/insecure creating python_build/temp.linux-x86_64-3.8/src/core/ext/transport/inproc creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/lb_policy creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/lb_policy/grpclb creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/resolver creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/resolver/fake creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/lb_policy/grpclb/proto creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1 creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/lb_policy/xds creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/lb_policy/pick_first creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/lb_policy/round_robin creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/resolver/dns creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/resolver/dns/c_ares creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/resolver/dns/native creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_channel/resolver/sockaddr creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/census creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/client_idle creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/max_age creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/message_size creating python_build/temp.linux-x86_64-3.8/src/core/ext/filters/workarounds creating python_build/temp.linux-x86_64-3.8/src/core/plugin_registry creating python_build/temp.linux-x86_64-3.8/src/boringssl creating python_build/temp.linux-x86_64-3.8/third_party/boringssl creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/asn1 creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/base64 creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/bio creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/bn_extra creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/buf creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/bytestring creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/chacha creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/cipher_extra creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/cmac creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/conf creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/curve25519 creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/dh creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/digest_extra creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/dsa creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/ec_extra creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/ecdh creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/ecdsa_extra creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/engine creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/err creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/evp creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/fipsmodule creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/hkdf creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/lhash creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/obj creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/pem creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/pkcs7 creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/pkcs8 creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/poly1305 creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/pool creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/rand_extra creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/rc4 creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/rsa_extra creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/stack creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/x509 creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/crypto/x509v3 creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/ssl creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/third_party creating python_build/temp.linux-x86_64-3.8/third_party/boringssl/third_party/fiat creating python_build/temp.linux-x86_64-3.8/third_party/zlib creating python_build/temp.linux-x86_64-3.8/third_party/cares creating python_build/temp.linux-x86_64-3.8/third_party/cares/cares x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 -DPyMODINIT_FUNC=extern "C" attribute((visibility ("default"))) PyObject* -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/nanopb -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/address_sorting/include -I/home/brent/Projects/speedyspeech/venv/include -I/usr/include/python3.8 -c src/python/grpcio/grpc/_cython/cygrpc.cpp -o python_build/temp.linux-x86_64-3.8/src/python/grpcio/grpc/_cython/cygrpc.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -DPB_FIELD_32BIT -pthread cc1plus: warning: command line option ‘-std=gnu99’ is valid for C/ObjC but not for C++ src/python/grpcio/grpc/_cython/cygrpc.cpp: In function ‘int __Pyx_modinit_type_init_code()’: src/python/grpcio/grpc/_cython/cygrpc.cpp:66049:49: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66049 | __pyx_type_4grpc_7_cython_6cygrpc__ChannelArg.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66049:49: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66049 | __pyx_type_4grpc_7_cython_6cygrpc__ChannelArg.tp_print = 0; | ^~~~~~~~

/usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66101:52: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66101 | __pyx_type_4grpc_7_cython_6cygrpc_SegregatedCall.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66109:45: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66109 | __pyx_type_4grpc_7_cython_6cygrpc_Channel.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66109:45: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66109 | __pyx_type_4grpc_7_cython_6cygrpc_Channel.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66109:45: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66109 | __pyx_type_4grpc_7_cython_6cygrpc_Channel.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66119:53: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66119 | __pyx_type_4grpc_7_cython_6cygrpc_CallCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66119:53: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66119 | __pyx_type_4grpc_7_cython_6cygrpc_CallCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66119:53: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66119 | __pyx_type_4grpc_7_cython_6cygrpc_CallCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66132:67: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66132 | __pyx_type_4grpc_7_cython_6cygrpc_MetadataPluginCallCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66132:67: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66132 | __pyx_type_4grpc_7_cython_6cygrpc_MetadataPluginCallCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66132:67: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66132 | __pyx_type_4grpc_7_cython_6cygrpc_MetadataPluginCallCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66145:62: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66145 | __pyx_type_4grpc_7_cython_6cygrpc_CompositeCallCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66145:62: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66145 | __pyx_type_4grpc_7_cython_6cygrpc_CompositeCallCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66145:62: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66145 | __pyx_type_4grpc_7_cython_6cygrpc_CompositeCallCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66156:56: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66156 | __pyx_type_4grpc_7_cython_6cygrpc_ChannelCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66156:56: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66156 | __pyx_type_4grpc_7_cython_6cygrpc_ChannelCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66156:56: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66156 | __pyx_type_4grpc_7_cython_6cygrpc_ChannelCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66165:56: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66165 | __pyx_type_4grpc_7_cython_6cygrpc_SSLSessionCacheLRU.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66165:56: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66165 | __pyx_type_4grpc_7_cython_6cygrpc_SSLSessionCacheLRU.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66165:56: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66165 | __pyx_type_4grpc_7_cython_6cygrpc_SSLSessionCacheLRU.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66177:59: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66177 | __pyx_type_4grpc_7_cython_6cygrpc_SSLChannelCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66177:59: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66177 | __pyx_type_4grpc_7_cython_6cygrpc_SSLChannelCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66177:59: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66177 | __pyx_type_4grpc_7_cython_6cygrpc_SSLChannelCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66190:65: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66190 | __pyx_type_4grpc_7_cython_6cygrpc_CompositeChannelCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66190:65: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66190 | __pyx_type_4grpc_7_cython_6cygrpc_CompositeChannelCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66190:65: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66190 | __pyx_type_4grpc_7_cython_6cygrpc_CompositeChannelCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66199:61: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66199 | __pyx_type_4grpc_7_cython_6cygrpc_ServerCertificateConfig.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66199:61: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66199 | __pyx_type_4grpc_7_cython_6cygrpc_ServerCertificateConfig.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66199:61: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66199 | __pyx_type_4grpc_7_cython_6cygrpc_ServerCertificateConfig.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66207:55: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66207 | __pyx_type_4grpc_7_cython_6cygrpc_ServerCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66207:55: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66207 | __pyx_type_4grpc_7_cython_6cygrpc_ServerCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66207:55: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66207 | __pyx_type_4grpc_7_cython_6cygrpc_ServerCredentials.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66217:53: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66217 | __pyx_type_4grpc_7_cython_6cygrpc_CompletionQueue.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66217:53: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66217 | __pyx_type_4grpc_7_cython_6cygrpc_CompletionQueue.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66217:53: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66217 | __pyx_type_4grpc_7_cython_6cygrpc_CompletionQueue.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66226:55: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66226 | __pyx_type_4grpc_7_cython_6cygrpc_ConnectivityEvent.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66226:55: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66226 | __pyx_type_4grpc_7_cython_6cygrpc_ConnectivityEvent.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66226:55: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66226 | __pyx_type_4grpc_7_cython_6cygrpc_ConnectivityEvent.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66234:54: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66234 | __pyx_type_4grpc_7_cython_6cygrpc_RequestCallEvent.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66234:54: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66234 | __pyx_type_4grpc_7_cython_6cygrpc_RequestCallEvent.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66234:54: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66234 | __pyx_type_4grpc_7_cython_6cygrpc_RequestCallEvent.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66242:57: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66242 | __pyx_type_4grpc_7_cython_6cygrpc_BatchOperationEvent.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66242:57: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66242 | __pyx_type_4grpc_7_cython_6cygrpc_BatchOperationEvent.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66242:57: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66242 | __pyx_type_4grpc_7_cython_6cygrpc_BatchOperationEvent.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66250:57: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66250 | __pyx_type_4grpc_7_cython_6cygrpc_ServerShutdownEvent.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66250:57: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66250 | __pyx_type_4grpc_7_cython_6cygrpc_ServerShutdownEvent.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66250:57: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66250 | __pyx_type_4grpc_7_cython_6cygrpc_ServerShutdownEvent.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66261:47: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66261 | __pyx_type_4grpc_7_cython_6cygrpc_Operation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66261:47: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66261 | __pyx_type_4grpc_7_cython_6cygrpc_Operation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66261:47: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66261 | __pyx_type_4grpc_7_cython_6cygrpc_Operation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66275:66: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66275 | __pyx_type_4grpc_7_cython_6cygrpc_SendInitialMetadataOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66275:66: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66275 | __pyx_type_4grpc_7_cython_6cygrpc_SendInitialMetadataOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66275:66: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66275 | __pyx_type_4grpc_7_cython_6cygrpc_SendInitialMetadataOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66289:58: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66289 | __pyx_type_4grpc_7_cython_6cygrpc_SendMessageOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66289:58: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66289 | __pyx_type_4grpc_7_cython_6cygrpc_SendMessageOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66289:58: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66289 | __pyx_type_4grpc_7_cython_6cygrpc_SendMessageOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66303:66: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66303 | __pyx_type_4grpc_7_cython_6cygrpc_SendCloseFromClientOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66303:66: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66303 | __pyx_type_4grpc_7_cython_6cygrpc_SendCloseFromClientOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66303:66: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66303 | __pyx_type_4grpc_7_cython_6cygrpc_SendCloseFromClientOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66317:67: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66317 | __pyx_type_4grpc_7_cython_6cygrpc_SendStatusFromServerOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66317:67: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66317 | __pyx_type_4grpc_7_cython_6cygrpc_SendStatusFromServerOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66317:67: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66317 | __pyx_type_4grpc_7_cython_6cygrpc_SendStatusFromServerOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66331:69: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66331 | __pyx_type_4grpc_7_cython_6cygrpc_ReceiveInitialMetadataOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66331:69: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66331 | __pyx_type_4grpc_7_cython_6cygrpc_ReceiveInitialMetadataOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66331:69: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66331 | __pyx_type_4grpc_7_cython_6cygrpc_ReceiveInitialMetadataOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66345:61: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66345 | __pyx_type_4grpc_7_cython_6cygrpc_ReceiveMessageOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66345:61: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66345 | __pyx_type_4grpc_7_cython_6cygrpc_ReceiveMessageOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66345:61: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66345 | __pyx_type_4grpc_7_cython_6cygrpc_ReceiveMessageOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66359:68: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66359 | __pyx_type_4grpc_7_cython_6cygrpc_ReceiveStatusOnClientOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66359:68: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66359 | __pyx_type_4grpc_7_cython_6cygrpc_ReceiveStatusOnClientOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66359:68: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66359 | __pyx_type_4grpc_7_cython_6cygrpc_ReceiveStatusOnClientOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66373:67: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66373 | __pyx_type_4grpc_7_cython_6cygrpc_ReceiveCloseOnServerOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66373:67: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66373 | __pyx_type_4grpc_7_cython_6cygrpc_ReceiveCloseOnServerOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66373:67: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66373 | __pyx_type_4grpc_7_cython_6cygrpc_ReceiveCloseOnServerOperation.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66382:49: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66382 | __pyx_type_4grpc_7_cython_6cygrpc_CallDetails.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66382:49: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66382 | __pyx_type_4grpc_7_cython_6cygrpc_CallDetails.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66382:49: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66382 | __pyx_type_4grpc_7_cython_6cygrpc_CallDetails.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66390:55: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66390 | __pyx_type_4grpc_7_cython_6cygrpc_SslPemKeyCertPair.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66390:55: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66390 | __pyx_type_4grpc_7_cython_6cygrpc_SslPemKeyCertPair.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66390:55: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66390 | __pyx_type_4grpc_7_cython_6cygrpc_SslPemKeyCertPair.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66398:56: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66398 | __pyx_type_4grpc_7_cython_6cygrpc_CompressionOptions.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66398:56: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66398 | __pyx_type_4grpc_7_cython_6cygrpc_CompressionOptions.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66398:56: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66398 | __pyx_type_4grpc_7_cython_6cygrpc_CompressionOptions.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66409:44: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66409 | __pyx_type_4grpc_7_cython_6cygrpc_Server.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66409:44: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66409 | __pyx_type_4grpc_7_cython_6cygrpc_Server.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66409:44: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66409 | __pyx_type_4grpc_7_cython_6cygrpc_Server.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66420:42: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66420 | __pyx_type_4grpc_7_cython_6cygrpc__Tag.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66420:42: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66420 | __pyx_type_4grpc_7_cython_6cygrpc__Tag.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66420:42: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66420 | __pyx_type_4grpc_7_cython_6cygrpc__Tag.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66434:54: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66434 | __pyx_type_4grpc_7_cython_6cygrpc__ConnectivityTag.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66434:54: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66434 | __pyx_type_4grpc_7_cython_6cygrpc__ConnectivityTag.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66434:54: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66434 | __pyx_type_4grpc_7_cython_6cygrpc__ConnectivityTag.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66449:53: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66449 | __pyx_type_4grpc_7_cython_6cygrpc__RequestCallTag.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66449:53: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66449 | __pyx_type_4grpc_7_cython_6cygrpc__RequestCallTag.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66449:53: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66449 | __pyx_type_4grpc_7_cython_6cygrpc__RequestCallTag.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66464:56: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66464 | __pyx_type_4grpc_7_cython_6cygrpc__BatchOperationTag.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66464:56: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66464 | __pyx_type_4grpc_7_cython_6cygrpc__BatchOperationTag.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66464:56: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66464 | __pyx_type_4grpc_7_cython_6cygrpc__BatchOperationTag.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66478:56: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66478 | __pyx_type_4grpc_7_cython_6cygrpc__ServerShutdownTag.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66478:56: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66478 | __pyx_type_4grpc_7_cython_6cygrpc__ServerShutdownTag.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66478:56: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66478 | __pyx_type_4grpc_7_cython_6cygrpc__ServerShutdownTag.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66487:45: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66487 | __pyx_type_4grpc_7_cython_6cygrpc__VTable.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66487:45: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66487 | __pyx_type_4grpc_7_cython_6cygrpc__VTable.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66487:45: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66487 | __pyx_type_4grpc_7_cython_6cygrpc__VTable.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66495:50: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66495 | __pyx_type_4grpc_7_cython_6cygrpc_TimerWrapper.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66495:50: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations] 66495 | __pyx_type_4grpc_7_cython_6cygrpc_TimerWrapper.tp_print = 0; | ^~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from src/python/grpcio/grpc/_cython/cygrpc.cpp:801: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ src/python/grpcio/grpc/_cython/cygrpc.cpp:66495:50: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]

.... During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/tmp/pip-install-dmzp3gxm/grpcio/src/python/grpcio/commands.py", line 262, in build_extensions
    build_ext.build_ext.build_extensions(self)
  File "/usr/lib/python3.8/distutils/command/build_ext.py", line 449, in build_extensions
    self._build_extensions_serial()
  File "/usr/lib/python3.8/distutils/command/build_ext.py", line 474, in _build_extensions_serial
    self.build_extension(ext)
  File "/home/brent/Projects/speedyspeech/venv/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 205, in build_extension
    _build_ext.build_extension(self, ext)
  File "/usr/lib/python3.8/distutils/command/build_ext.py", line 528, in build_extension
    objects = self.compiler.compile(sources,
  File "/usr/lib/python3.8/distutils/ccompiler.py", line 574, in compile
    self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
  File "/usr/lib/python3.8/distutils/unixccompiler.py", line 120, in _compile
    raise CompileError(msg)
distutils.errors.CompileError: command 'x86_64-linux-gnu-gcc' failed with exit status 1

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

ERROR: Command errored out with exit status 1: /home/brent/Projects/speedyspeech/venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-dmzp3gxm/grpcio/setup.py'"'"'; file='"'"'/tmp/pip-install-dmzp3gxm/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 /tmp/pip-record-wo41i9u2/install-record.txt --single-version-externally-managed --compile --install-headers /home/brent/Projects/speedyspeech/venv/include/site/python3.8/grpcio Check the logs for full command output.

brentcty-2020 avatar May 19 '21 17:05 brentcty-2020

What solved for me was to remove the version of grpcio. After that, I ran the install command again and it worked. Also, include the flask package in the requirements. It is necessary to run the web synthesizer.

DanielJean007 avatar Oct 08 '21 01:10 DanielJean007