This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doerwalter
Recipients doerwalter
Date 2016-12-28.20:02:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482955362.45.0.530145158959.issue29095@psf.upfronthosting.co.za>
In-reply-to
Content
I'm trying to compile Python 3.6 from source on MacOS X Sierra. However it seems that the _ssl module doesn't get built. Attached is the complete output.

Note that I have openssl installed via homebrew:

~/ ▸ brew list openssl
/usr/local/Cellar/openssl/1.0.2j/bin/c_rehash
/usr/local/Cellar/openssl/1.0.2j/bin/openssl
/usr/local/Cellar/openssl/1.0.2j/include/openssl/ (75 files)
/usr/local/Cellar/openssl/1.0.2j/lib/libcrypto.1.0.0.dylib
/usr/local/Cellar/openssl/1.0.2j/lib/libssl.1.0.0.dylib
/usr/local/Cellar/openssl/1.0.2j/lib/engines/ (12 files)
/usr/local/Cellar/openssl/1.0.2j/lib/pkgconfig/ (3 files)
/usr/local/Cellar/openssl/1.0.2j/lib/ (4 other files)
/usr/local/Cellar/openssl/1.0.2j/share/man/ (1592 files)

but if I understood Mac/BuildScript/resources/ReadMe.rtf correctly, this should be irrelevant.

Anyway the resulting pip seems to be unusable:

~/ ▸ python -mpip install cx_Oracle
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting cx_Oracle
  Could not fetch URL https://pypi.python.org/simple/cx-oracle/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping
History
Date User Action Args
2016-12-28 20:02:42doerwaltersetrecipients: + doerwalter
2016-12-28 20:02:42doerwaltersetmessageid: <1482955362.45.0.530145158959.issue29095@psf.upfronthosting.co.za>
2016-12-28 20:02:42doerwalterlinkissue29095 messages
2016-12-28 20:02:42doerwaltercreate