I managed to avoid the problem in the following environment:
Mac OS X 10.10.5
pip8.1.2
python3.4
Try the following command.
pip remove pyobjc-core
pip install pyobjc == 3.0.4
The cause of the problem is the delivery error "pyobjc-core3.1.1".
It should go well if unified in 3.0.4.
Hooray!
source
share