TermuxT
Termux2y ago
6 replies
Neko

Installing `lxml` crashes Termux

> pip install lxml -U
Collecting lxml
  Using cached lxml-5.2.2.tar.gz (3.7 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: lxml
  Building wheel for lxml (pyproject.toml)
Solution
Try to install the package using apt install python-lxml command.
Was this page helpful?