[issue19744] test_venv and installation fail if SSL/TLS is not available

Nick Coghlan report at bugs.python.org
Fri Feb 14 12:11:19 CET 2014


Nick Coghlan added the comment:

This patch is probably a better bet - it just prints a message to stderr to say that we're ignoring the ensurepip failure during installation.

pip wouldn't work anyway in a Python without ssl built, but at least this way that Python can still be installed without the ensurepip invocation complaining.

Ned, if this approach sounds reasonable to you, I'll commit this one.

----------
assignee: ncoghlan -> ned.deily
nosy: +ned.deily
Added file: http://bugs.python.org/file34078/issue19744_ensurepip_install_ok_without_ssl.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19744>
_______________________________________


More information about the Python-bugs-list mailing list