bry00 commented on issue #5899: Cannot import Python pulsar-client==2.4.2 on 
Mac Os Catalina 10.15.2
URL: https://github.com/apache/pulsar/issues/5899#issuecomment-575387442
 
 
   > @bry00 can you try install `protobuf` and `zstd`?
   > 
   > ```shell
   > brew install zstd protobuf
   > ```
   
   ```bash
   (venv) # brew install zstd protobuf
   (...)
   Warning: zstd 1.4.4 is already installed and up-to-date
   To reinstall 1.4.4, run `brew reinstall zstd`
   Warning: protobuf 3.11.2 is already installed and up-to-date
   To reinstall 3.11.2, run `brew reinstall protobuf`
   (venv) # python3 -V
   Python 3.7.5
   (venv) # pip install pulsar-client --upgrade
   (...)
   Collecting pulsar-client
     Downloading Installing collected packages: pulsar-client
     Found existing installation: pulsar-client 2.4.2
       Uninstalling pulsar-client-2.4.2:
         Successfully uninstalled pulsar-client-2.4.2
   Successfully installed pulsar-client-2.5.0
   (venv) # python3
   Python 3.7.5 (default, Dec 12 2019, 09:41:03)
   [Clang 11.0.0 (clang-1100.0.33.16)] on darwin
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import pulsar
   Segmentation fault: 11
   (venv) #
   ```

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


With regards,
Apache Git Services

Reply via email to