Hello all,
Issues with Pulsar, I was not able to find solution to this.
I installed pulsar client using pip
Error:
```
Traceback (most recent call last):
File "consumer.py", line 1, in <module>
import pulsar
File
"/Users/chethan/anaconda3/lib/python3.7/site-packages/pulsar/__init__.py",
line 99, in <module>
import _pulsar
ImportError: dlopen(/Users/chethan/anaconda3/lib/python3.7/site-packages/_
pulsar.cpython-37m-darwin.so, 2): Library not loaded:
/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/Python
Referenced from: /Users/chethan/anaconda3/lib/python3.7/site-packages/_
pulsar.cpython-37m-darwin.so
Reason: image not found
```
What’s the possible solutions?
Thanks!