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 2020/06/25 14:39:19 UTC

[GitHub] [pulsar] dowstreet commented on issue #7308: macos darwin

dowstreet commented on issue #7308:
URL: https://github.com/apache/pulsar/issues/7308#issuecomment-649591611


   I ran into this same problem yesterday, and can confirm that upgrading from the latest Homebrew Python v3.7 to Python 3.8.3 from python.org resolved it.
   
   https://www.python.org/ftp/python/3.8.3/python-3.8.3-macosx10.9.pkg
   
   ~~~
   
   $ uname -a
   Darwin ds-macbook-pro.local 19.5.0 Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64 x86_64
   
   $ sw_vers
   ProductName:    Mac OS X
   ProductVersion: 10.15.5
   BuildVersion:   19F101
   
   $ python3 -V
   Python 3.8.3
   
   $ pip show pulsar-client
   Name: pulsar-client
   Version: 2.6.0
   Summary: Apache Pulsar Python client library
   Home-page: https://pulsar.apache.org/
   Author: Pulsar Devs
   Author-email: dev@pulsar.apache.org
   License: Apache License v2.0
   Location: /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
   Requires: fastavro, certifi, apache-bookkeeper-client, prometheus-client, protobuf, grpcio, six, ratelimit
   Required-by: 
   
   $ python3
   Python 3.8.3 (v3.8.3:6f8c8320e9, May 13 2020, 16:29:34)
   [Clang 6.0 (clang-600.0.57)] on darwin
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import pulsar
   
   ~~~ 


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