(Windows 11 Command prompt 環境)
安裝 python 3.11 後
用 pip 安裝 pyinstaller
嘗試 compile 一個 python script main.py
pyinstaller --onefile -w main.py
可是出現了這個 error
我嘗試其他 compile 的方法都這個 error
auto-py-to-exe
py2exe
都不行
重裝安裝,不行
強行將 zlib.dll 補回都不行
想教各位大神們, 應該怎樣才行
還有其他方法可做 compilation 嗎?
謝謝。