You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/15 18:10:18 UTC

[GitHub] [pulsar] ChethanUK opened a new issue #4540: Pulsar Client has no support in Mac 10.14.5 (18F132) ?

ChethanUK opened a new issue #4540: Pulsar Client has no support in Mac 10.14.5 (18F132) ?
URL: https://github.com/apache/pulsar/issues/4540
 
 
   **Describe the bug**
   Python Pulsar Client say import _pulsar ImportError Reason: image not found
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Go to '...'
   
   In Mac: pip install pulsar-client --upgrade
   
   python consumer.py
   ```
   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
   ```
   
   **Desktop (please complete the following information):**
    - OS: Mac 10.14.5 (18F132)
   
   **Additional context**
   Tried in both normal env and Conda env: 3.7, 2.7
   
   Whats the possible solution?
   
   Thanks!.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services