nodece commented on PR #22733: URL: https://github.com/apache/pulsar/pull/22733#issuecomment-2117603529
Any suggestions? ``` 2024-05-17T12:00:21.504002141Z Traceback (most recent call last): 2024-05-17T12:00:21.504028610Z File "/pulsar/instances/python-instance/python_instance_main.py", line 40, in <module> 2024-05-17T12:00:21.504127826Z import server 2024-05-17T12:00:21.504173661Z File "/pulsar/instances/python-instance/server.py", line 26, in <module> 2024-05-17T12:00:21.504296571Z import grpc 2024-05-17T12:00:21.504335524Z File "/usr/lib/python3.11/site-packages/grpc/__init__.py", line 22, in <module> 2024-05-17T12:00:21.504448835Z from grpc import _compression 2024-05-17T12:00:21.504474736Z File "/usr/lib/python3.11/site-packages/grpc/_compression.py", line 20, in <module> 2024-05-17T12:00:21.504610397Z from grpc._cython import cygrpc 2024-05-17T12:00:21.504678797Z ImportError: Error loading shared library libre2.so.11: No such file or directory (needed by /usr/lib/python3.11/site-packages/grpc/_cython/cygrpc.cpython-311-x86_64-linux-musl.so) ``` This file exists. ``` -rwxr-xr-x 1 root root 8077248 Feb 26 18:10 cygrpc.cpython-311-x86_64-linux-musl.so ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org