nathan-zhu commented on issue #4540: Pulsar Client has no support in Mac 10.14.5 (18F132) ? URL: https://github.com/apache/pulsar/issues/4540#issuecomment-559009152 same error for me in mac 10.14.6 ``` import pulsar Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/xxx/miniconda/lib/python3.7/site-packages/pulsar/__init__.py", line 102, in <module> import _pulsar ImportError: dlopen(/Users/xxx/miniconda/lib/python3.7/site-packages/_pulsar.cpython-37m-darwin.so, 2): Library not loaded: /usr/local/opt/protobuf/lib/libprotobuf-lite.20.dylib Referenced from: /Users/xxx/miniconda/lib/python3.7/site-packages/_pulsar.cpython-37m-darwin.so Reason: image not found ``` i already installed protobuf with brew.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
