C:Usersusername pyinstaller pyinstaller is not recognized as an internal or external command, operable program or batch file.
执行安装时 提示已经安装了 但是就是无法调用
可能是因为自己在python手动装了pyinstaller导致的
需要再python卸载掉后 重新在CMD里面执行pip install pyinstaller 安装成功后就可以在CMD调用pyinstaller封装了



