显示缺少ordlookup模块,如图
建议重新安装pyinstaller,https://github.com/pyinstaller/pyinstaller
需要的模块必须在主Python解释器下,不能再pycharm下
更新pefile模块1.pip uninstall pefile2.pip install pefile这个ordlookup是在pefile.py文件中导入的,更新到新版本就好了。