1.用国外库安装
pip install pyinstalller
由于国外网络的限制,经常会报以下错误:
ERROR: Could not find a version that satisfies the requirement pyinstalller (from versions: none)
ERROR: No matching distribution found for pyinstalller
可以通过翻墙解决这一问题
2.用国内库安装
pip3 install pyinstaller -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com