python第三方库,pyinstaller怎么安装

有没有python大佬帮安装pyinstaller啊

CMD命令窗口下,执行pip install pyinstaller命令

从你提供的信息看,已经安装了pyinstaller,如果不能使用,就卸载了重新装,可以安装这个版本:pip download https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz

pip install pyinstaller