T
Termux7mo ago
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)
> 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.
Jump to solution
4 Replies
Solution
Biswa96
Biswa967mo ago
Try to install the package using apt install python-lxml command.
Neko
NekoOP7mo ago
Is that the same package?
Biswa96
Biswa967mo ago
It should be.
Neko
NekoOP7mo ago
Thank you, it worked!

Did you find this page helpful?