Has anyone tried to install the se tooling on Android (using Termux for Linux)?
I got this far and did not see anything obvious that I could try:
```
722.8ms (_parsed_package_to_package_or_url:138): cleaned package spec: standardebooks
723.1ms (install_package:326): Installing standardebooks
726.9ms (run_subprocess:182): running /data/data/com.termux/files/home/.local/pipx/venvs/standardebooks/bin/python -m pip --no-input install standardebooks
19246.4ms (run_subprocess:210): returncode: 1
19246.9ms (subprocess_post_check_handle_pip_error:352): '/data/data/com.termux/files/home/.local/pipx/venvs/standardebooks/bin/python -m pip --no-input install standardebooks' failed
19248.1ms (subprocess_post_check_handle_pip_error:367): Fatal error from pip prevented installation. Full pip output in file:
/data/data/com.termux/files/home/.local/pipx/logs/cmd_2026-05-18_11.12.02_pip_errors.log
19257.7ms (analyze_pip_output:320): pip seemed to fail to build package:
'psutil'
19259.8ms (rmdir:52): removing directory /data/data/com.termux/files/home/.local/pipx/venvs/standardebooks
19265.9ms (cli:1412): PipxError: Error installing standardebooks.
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.13/site-packages/pipx/main.py", line 1409, in cli
return run_pipx_command(parsed_pipx_args)
File "/data/data/com.termux/files/usr/lib/python3.13/site-packages/pipx/main.py", line 296, in run_pipx_command
return args.func(args, ctx)
~~~~~~~~~^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.13/site-packages/pipx/main.py", line 460, in _cmd_install
return commands.install(
~~~~~~~~~~~~~~~~^
None,
^^^^^
...<15 lines>...
env_backend=ctx.env_backend,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/data/data/com.termux/files/usr/lib/python3.13/site-packages/pipx/commands/install.py", line 127, in install
venv.install_package(
~~~~~~~~~~~~~~~~~~~~^
package_name=package_name,
^^^^^^^^^^^^^^^^^^^^^^^^^^
...<5 lines>...
suffix=suffix,
^^^^^^^^^^^^^^
)
^
File "/data/data/com.termux/files/usr/lib/python3.13/site-packages/pipx/venv.py", line 336, in install_package
raise PipxError(f"Error installing {full_package_description(package_name, package_or_url)}.")
pipx.util.PipxError: Error installing standardebooks.
19282.5ms (cli:1420): pipx finished.
```