python2.7 WIN10 64位安装pyinstaller出错?解决方法

python2.7版本

pip下载报错如下:
python2.7 WIN10 64位安装pyinstaller出错?解决方法

python -m pip install -U pip更新了下
python2.7 WIN10 64位安装pyinstaller出错?解决方法
更新成功,但是pip下载报另外的错
python2.7 WIN10 64位安装pyinstaller出错?解决方法
改用python setup.py install方式

http://www.pyinstaller.org/downloads.html 下载PyInstaller 3.4
python2.7 WIN10 64位安装pyinstaller出错?解决方法
解析下载的PyInstaller-3.4.tar压缩包,到目录下直接python setup.py install
python2.7 WIN10 64位安装pyinstaller出错?解决方法

再更新pip install --upgrade pyinstaller
python2.7 WIN10 64位安装pyinstaller出错?解决方法
再python setup.py install
python2.7 WIN10 64位安装pyinstaller出错?解决方法

最后检测OK
python2.7 WIN10 64位安装pyinstaller出错?解决方法