Closed4

【情報収集】Python GUIアプリ作成について

ijiwarunahelloijiwarunahello

auto-py-to-exe

GUIから簡単にPythonスクリプトをexe化できるらしいライブラリ

https://github.com/brentvollebregt/auto-py-to-exe

何故かエラーが出て仮想環境(venv)にインストールできない

❯ pip install auto-py-to-exe
Collecting auto-py-to-exe
  Using cached auto_py_to_exe-2.26.1-py2.py3-none-any.whl (101 kB)
Collecting Eel==0.14.0
  Using cached Eel-0.14.0.tar.gz (17 kB)
  Preparing metadata (setup.py) ... done
Collecting pyinstaller>=4.6
  Using cached pyinstaller-5.7.0-py3-none-win_amd64.whl (1.3 MB)
ERROR: Could not install packages due to an OSError: [Errno 22] Invalid argument: 'C:\\Users\\<ユーザ名>\\AppData\\Local\\Temp\\pip-unpack-t9dsrs10\\pyinstaller-5.7.0-py3-none-win_amd64.whl'
このスクラップは2023/02/23にクローズされました