2016.11.29 mac os默认是python2.7,这个保持不动。 下载python3的安装包,安装后使用python3 xxx.py去运行。 安装pip sudo easy_install pip 之后使用pip3 install去安装包