環境
OS: windows10
python: 3.8
pyinstaller: 3.5
python: 3.8
pyinstaller: 3.5
pyinstallerにて実行ファイルを作成する際に以下のエラーが発生
TypeError: an integer is required (got type bytes)
pyinstaller(3.5)はpython(3.8)に対応していない為発生しているようです。
pythonのバージョン 3.7.5 に変更してpyinstallerを実行したところ無事実行ファイルが作成できました。