-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Closed
Description
What version of gRPC and what language are you using?
Grpc 1.56.0
Python
What operating system (Linux, Windows,...) and version?
macOS Ventura, x86
What runtime / compiler are you using (e.g. python version or version of gcc)
What did you do?
Please provide either 1) A unit test for reproducing the bug or 2) Specific steps for us to follow to reproduce the bug. If there’s not enough information to debug the problem, gRPC team may close the issue at their discretion. You’re welcome to re-open the issue once you have a reproduction.
Successfully installed grpcio-1.56.0
(ray) jjyao@jjyao-C02FX025MD6T:~/Workspace/ray2 master$ python
Python 3.8.11 (default, Aug 6 2021, 08:56:27)
[Clang 10.0.0 ] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import grpc
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/anaconda3/envs/ray/lib/python3.8/site-packages/grpc/__init__.py", line 22, in <module>
from grpc import _compression
File "/opt/anaconda3/envs/ray/lib/python3.8/site-packages/grpc/_compression.py", line 20, in <module>
from grpc._cython import cygrpc
ImportError: dlopen(/opt/anaconda3/envs/ray/lib/python3.8/site-packages/grpc/_cython/cygrpc.cpython-38-darwin.so, 0x0002): symbol not found in flat namespace '_kCFStreamPropertySocketNativeHandle'
What did you expect to see?
What did you see instead?
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
See TROUBLESHOOTING.md for how to diagnose problems better.
Anything else we should know about your project / environment?
pcmoritzTsingJyujing and jaylene-shin