コマンドでpyinstaller
を使用しようとしていますが、エラーが表示されます。
C:\Users\username>pyinstaller
'pyinstaller' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\username>
pythonのScriptsフォルダでこのコマンドを使用すると、機能します。
C:\Users\username\AppData\Local\Programs\Python\Python36-32\Scripts>pyinstaller
usage: pyinstaller [-h] [-v] [-D] [-F] [--specpath DIR] [-n NAME]
[--add-data <SRC;DEST or SRC:DEST>]
[--add-binary <SRC;DEST or SRC:DEST>] [-p DIR]
[--hidden-import MODULENAME]
[--additional-hooks-dir HOOKSPATH]
[--runtime-hook RUNTIME_HOOKS] [--exclude-module EXCLUDES]
[--key KEY] [-d] [-s] [--noupx] [-c] [-w]
[-i <FILE.ico or FILE.exe,ID or FILE.icns>]
[--version-file FILE] [-m <FILE or XML>] [-r RESOURCE]
[--uac-admin] [--uac-uiaccess] [--win-private-assemblies]
[--win-no-prefer-redirects]
[--osx-bundle-identifier BUNDLE_IDENTIFIER]
[--distpath DIR] [--workpath WORKPATH] [-y]
[--upx-dir UPX_DIR] [-a] [--clean] [--log-level LEVEL]
[--upx UPX]
scriptname [scriptname ...]
pyinstaller: error: the following arguments are required: scriptname
C:\Users\username\AppData\Local\Programs\Python\Python36-32\Scripts>
これを解決するには?
pATH環境を変更して_C:\Users\username\AppData\Local\Programs\Python\Python36-32\Scripts>
_を含める必要があります。方法がわからない場合は こちら
幸運を
「pyinstaller.exe」を、変換する.pyファイルがあるフォルダーにコピーします。完了したら、「pyinstaller.exe」を削除します。幸運を。
Python 3.7の場合、AppData/Roaming(%appdata%)からScriptsフォルダーをPATH変数に追加する必要があります。
C:\Users\%USERNAME%\AppData\Roaming\Python\Python37\Scripts
何もできない、または時間が足りない場合は、仮想環境を作成してそこにpyinstallerをインストールし、実行可能ファイルを生成できます