To install lxml, follow below steps
- dnf install libxml2-devel
- dnf install libxslt-devel
- pip3 install lxml
To install lxml, follow below steps
Note: the installation of packages requires admin access, but the pip3 install
should be run as regular user and destination directory be such that the regular account can write to. This is to prevent the pip
from adding or modifying files in system directories that the package manager (dnf) assumes to be all from packages.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.