Ned Deily added the comment:
You appear to be using the Developer Guide recipe for Python versions < 3.7.
Try this one to get everything:
CPPFLAGS="-I$(brew --prefix openssl)/include" \
LDFLAGS="-L$(brew --prefix openssl)/lib" \
--with-openssl=$(brew --prefix openssl) \
./configure --wi
Sree Vaddi added the comment:
openssl brew installed and upto date.
despite build says it could not build the ssl module.
i followed the macos instructions at the dev guide.
svaddi@cpython % brew --prefix openssl
/usr/local/opt/openssl@1.1
--
___
Christian Heimes added the comment:
I'm closing the ssl related issue. Please follow the documentation to install
the necessary dependencies.
--
assignee: -> christian.heimes
components: +SSL
nosy: +christian.heimes
resolution: -> works for me
stage: -> resolved
status: open -> clo
Emmanuel Arias added the comment:
Hi,
All issue opened seems to be the same:
https://bugs.python.org/issue41019
https://bugs.python.org/issue41018
https://bugs.python.org/issue41017
https://bugs.python.org/issue41016
https://bugs.python.org/issue41015
https://bugs.python.org/issue41014
Maybe
New submission from Ned Deily :
Thank you for your report but please stop filing all of these separate issues.
:) As is true on many platforms, you can't build Python on macOS without
additional third-party libraries. The Python Developer's Guide, among other
places, has more information. h
Change by Sree Vaddi :
--
components: macOS
files: python.compile.log
nosy: ned.deily, ronaldoussoren, svaddi
priority: normal
severity: normal
status: open
title: Could not build the ssl module!
Added file: https://bugs.python.org/file49248/python.compile.log
_