Skip to content

Update of lxml python packages on dedicated agent for project openpass

I'd like to ask for an update of our lxml installations on build agent b9qls-windows-10.

The update is required for the native Windows Python installation (located at C:/Program Files/Python39). If there is an installation of lxml available inside the MSYS2/MinGW64 environment, that one should also be updated.

Windows native:

C:/Program Files/Python39/scripts/pip.exe install -U "lxml==4.9.2"

Inside MinGW64 bash:

$ pip show lxml                   # check if installed
$ pip install -U "lxml==4.9.2"    # if previously installed and version != 4.9.2 -> update