py3.7.1下pyinstaller 的安裝及打包 坑

實在無語了,寫了個小程序,用pyinstaller打包,運行就出現這個pip install pywin32-ctypes。明明全部都已經安裝了啊。 解決辦法: 不要在工程設置裏安裝pyinstaller,已經安裝的卸載掉。 直接在命令行:pip install pyinstaller 安裝好後在工程文件目錄裏運行pyinstaller -F (自己的文件).py
相關文章
相關標籤/搜索