pyinstaller打包py文件成exe文件時,出現ImportError: No module named 'pefile'錯誤解決辦法!

首先pyinstaller的安裝與使用詳見以下連接測試

 

安裝完成以後,命令行中輸入pyinstaller以後,結果以下:spa

ImportError: No module named 'pefile'

 缺乏模塊pefile,Google到這種錯誤的緣由是,我安裝的是pyinstaller版本是3.2.3,從PyInstaller 3.2開始,引入了一個名爲pefile的新模塊命令行

 

 

解決辦法仍是簡單粗暴的,命令行輸入以下命令(太簡單了吧)blog

pip install pefile

 

測試:ip

從新打包成exe文件:get

成功!pip

相關文章
相關標籤/搜索