Symbol not found: __PyCodecInfo_GetIncrementalDecoder
问题 Since updating from Homebrew Python 2.7.11 (from 2.7.10) I\'m suddenly unable to test register my package on PyPi from the PyCharm IDE console. Running (as an \"External Tool\") python -B setup.py register -r pypitest I now get Traceback (most recent call last): File \"setup.py\", line 22, in <module> from setuptools import setup File \"/usr/local/lib/python2.7/site-packages/setuptools/__init__.py\", line 12, in <module> from setuptools.extension import Extension File \"/usr/local/lib/python2