BewareMyPower commented on PR #112: URL: https://github.com/apache/pulsar-client-python/pull/112#issuecomment-1515929401
It seems that there is something wrong with the Python 3.7 build on macOS ``` WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping + /Users/runner/work/pulsar-client-python/pulsar-client-python/.pulsar-mac-build/deps/install/bin/python3 -c 'import pulsar; c = pulsar.Client("pulsar://localhost:6650"); c.close()' Traceback (most recent call last): File "<string>", line 1, in <module> File "/Users/runner/work/pulsar-client-python/pulsar-client-python/.pulsar-mac-build/deps/install/lib/python3.7/site-packages/pulsar/__init__.py", line 459, in __init__ import certifi ModuleNotFoundError: No module named 'certifi' ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
