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/09/22 21:59:36 UTC

[GitHub] [pulsar] RAbraham opened a new issue #5248: Segmentation Fault: Mac OS Mojave

RAbraham opened a new issue #5248: Segmentation Fault: Mac OS Mojave
URL: https://github.com/apache/pulsar/issues/5248
 
 
   ```bash
   ➜ fifteenrock-connector> pyenv local 3.7.4
   ➜  fifteenrock-connector> python
   Python 3.7.4 (default, Sep  5 2019, 18:48:02)
   [Clang 10.0.1 (clang-1001.0.46.4)] on darwin
   Type "help", "copyright", "credits" or "license" for more information.
   >>> quit()
   ➜  fifteenrock-connector> python -m venv venv
   ➜  fifteenrock-connector> source venv/bin/activate
   (venv) ➜  fifteenrock-connector> pip install pulsar-client  --no-cache-dir
   Collecting pulsar-client
     Downloading https://files.pythonhosted.org/packages/76/96/41ec33004a99f2a4eb8b7a0577a5c3e69c7400e139a8753724fde7ae03cb/pulsar_client-2.4.0-cp37-cp37m-macosx_10_14_x86_64.whl (15.5MB)
   .....
   You are using pip version 19.0.3, however version 19.2.3 is available.
   You should consider upgrading via the 'pip install --upgrade pip' command.
   (venv) ➜  fifteenrock-connector> python
   Python 3.7.4 (default, Sep  5 2019, 18:48:02)
   [Clang 10.0.1 (clang-1001.0.46.4)] on darwin
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import pulsar
   [1]    3856 segmentation fault  python
   
   ```
   
   Note: I was trying to install from source earlier if that made any difference. I did `brew uninstall libpulsar` before doing the above

----------------------------------------------------------------
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