[issue32044] pip3 install 3.6.3 crashes on startup; 3.5.4 works; on OS X 10.13.1

Berker Peksag report at bugs.python.org
Thu Nov 16 01:27:25 EST 2017


Berker Peksag <berker.peksag at gmail.com> added the comment:

Thank you for your report. This is a problem with setuptools: https://github.com/pypa/setuptools/issues/885 I suggest upgrading both setuptools and pip:

    $ pip install -U setuptools pip

----------
nosy: +berker.peksag
resolution:  -> third party
stage:  -> resolved
status: open -> closed
type: crash -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32044>
_______________________________________


More information about the Python-bugs-list mailing list