[issue20757] 3.4rc2 Traceback on Windows pip uninstall

Nick Coghlan report at bugs.python.org
Mon Feb 24 13:24:30 CET 2014


Nick Coghlan added the comment:

Attached patch uses a similar solution to the one I used in issue 19744 to better handle "make install" and "make altinstall" when SSL/TLS are missing: it converts the version mismatch to a printed warning that still reports "success" to the caller.

----------
keywords: +patch
Added file: http://bugs.python.org/file34215/issue20757_only_print_to_stderr_for_pip_mismatch.diff

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


More information about the Python-bugs-list mailing list