74.8ms (setup:1113): 2026-01-17 11:19:56
74.9ms (setup:1114): /usr/bin/pipx install linux-game-benchmark
74.9ms (setup:1115): pipx version is 1.8.0
75.0ms (setup:1116): Default python interpreter is '/usr/bin/python3.13'
75.6ms (package_name_from_spec:381): Determined package name: linux-game-benchmark
75.7ms (package_name_from_spec:382): Package name determined in 0.0s
75.8ms (create_venv:164): Creating virtual environment
76.1ms (run_subprocess:175): running /usr/bin/python3.13 -m venv --without-pip /home/hugo/.local/share/pipx/venvs/linux-game-benchmark
114.3ms (run_subprocess:195): stdout:
114.3ms (run_subprocess:197): stderr:
114.4ms (run_subprocess:198): returncode: 0
114.6ms (run_subprocess:175): running <checking pip's availability>
125.3ms (run_subprocess:195): stdout: ModuleSpec(name='pip', loader=<frozen_importlib_external.SourceFileLoader object at 0x7fe97d6607c0>, origin='/home/hugo/.local/share/pipx/shared/lib/python3.13/site-packages/pip/__init_.py', submodule_search_locations=['/home/hugo/.local/share/pipx/shared/lib/python3.13/site-packages/pip'])
125.3ms (run_subprocess:198): returncode: 0
125.5ms (run_subprocess:175): running /home/hugo/.local/share/pipx/venvs/linux-game-benchmark/bin/python -c import sysconfig; print(sysconfig.get_path('purelib'))
139.6ms (run_subprocess:195): stdout: /home/hugo/.local/share/pipx/venvs/linux-game-benchmark/lib/python3.13/site-packages
139.6ms (run_subprocess:198): returncode: 0
139.9ms (run_subprocess:175): running /home/hugo/.local/share/pipx/shared/bin/python -c import sysconfig; print(sysconfig.get_path('purelib'))
154.1ms (run_subprocess:195): stdout: /home/hugo/.local/share/pipx/shared/lib/python3.13/site-packages
154.2ms (run_subprocess:198): returncode: 0
154.4ms (run_subprocess:175): running /home/hugo/.local/share/pipx/venvs/linux-game-benchmark/bin/python --version
156.7ms (run_subprocess:195): stdout: Python 3.13.11
156.7ms (run_subprocess:197): stderr:
156.8ms (run_subprocess:198): returncode: 0
157.1ms (_parsed_package_to_package_or_url:139): cleaned package spec: linux-game-benchmark
157.1ms (install_package:247): Installing linux-game-benchmark
157.4ms (run_subprocess:175): running /home/hugo/.local/share/pipx/venvs/linux-game-benchmark/bin/python -m pip --no-input install linux-game-benchmark
662.8ms (run_subprocess:198): returncode: 1
663.0ms (subprocess_post_check_handle_pip_error:332): '/home/hugo/.local/share/pipx/venvs/linux-game-benchmark/bin/python -m pip --no-input install linux-game-benchmark' failed
663.3ms (subprocess_post_check_handle_pip_error:347): Fatal error from pip prevented installation. Full pip output in file:
/home/hugo/.local/state/pipx/log/cmd_2026-01-17_11.19.56_pip_errors.log
664.4ms (rmdir:56): removing directory /home/hugo/.local/share/pipx/venvs/linux-game-benchmark
665.2ms (cli:1184): PipxError: Error installing linux-game-benchmark.
Traceback (most recent call last):
File "/usr/lib/python3.13/site-packages/pipx/main.py", line 1181, in cli
return run_pipx_command(parsed_pipx_args, subparsers)
File "/usr/lib/python3.13/site-packages/pipx/main.py", line 282, in run_pipx_command
return commands.install(
~~~~~~~~~~~~~~~~^
None,
^^^^^
...<13 lines>...
python_flag_passed=python_flag_passed,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3.13/site-packages/pipx/commands/install.py", line 99, in install
venv.install_package(
~~~~~~~~~~~~~~~~~~~~^
package_name=package_name,
^^^^^^^^^^^^^^^^^^^^^^^^^^
...<5 lines>...
suffix=suffix,
^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3.13/site-packages/pipx/venv.py", line 265, in install_package
raise PipxError(f"Error installing {full_package_description(package_name, package_or_url)}.")
pipx.util.PipxError: Error installing linux-game-benchmark.
667.1ms (cli:1192): pipx finished.