pythonで作成したプログラムは、当たり前ですが基本的にはpython環境がないと実行できません。しかし、$${\verb|pyinstaller|}$$というものを使うと$${\verb|.py|}$$のファイルを$${\verb|.exe|}$$に変換してWindowsならばどこでも実行できるようになります。今回はその方法を ...
pyInstalllerの設定をwindowsとmacで経験した事を書き留めたいと思います。 macOSは10.13.5 Hight Sierra、windows 10 1909です。 Mac: pythonにpyenvをインストールして、そこにpython3.8.6を入れる。 pipでpyInstallerを入れる。その時の不具合と解決策は次の通り。 pyenvの問題。
It works well on vscode before bundling. l success to bundle my app. When executing app, the gdal failed to read some files, but some success. No error outputs ...
I tried to pake my project with pyinstaller but failed. I used pyinstaller main_window.py --onefile to pack. Pyinstaller reported the warning 25539 WARNING: Conda distribution 'numpy-base', dependency ...