1、安装pip
安装pip2 20.0版本
curl "https://bootstrap.pypa.io/pip/2.7/get-pip.py" -o "get-pip.py"python get-pip.py
2、安装 pyinstaller python 安装最好的pyintaller 版本为3.4pip install pyinstaller==3.4
3、打包
pyinstaller -F spy.py