原因:python3.6版本对pyinstaller的不支持
解决方案:
1. 到https://github.com/pyinstaller/pyinstaller下载pyinstaller
2.把下载的文件夹覆盖Root\Lib\site-packages下的Pyinstaller文件夹。注:Root指你的python安装目录
参考:https://www.zhihu.com/question/54777137
原因:python3.6版本对pyinstaller的不支持
解决方案:
1. 到https://github.com/pyinstaller/pyinstaller下载pyinstaller
2.把下载的文件夹覆盖Root\Lib\site-packages下的Pyinstaller文件夹。注:Root指你的python安装目录
参考:https://www.zhihu.com/question/54777137