Hey can you add python-lxml to the slave, pip installing it doesn't work. It will probably fix the pip install if libxml2-devel and libxslt-devel are installed, if you'd rather do that.
Added python-lxml.
If I run: <python -c 'import lxml'> ... it fails?
http://jenkins.fedorainfracloud.org/job/fm-metadata-service/81/console
This is because you are running in a virtual environment without --site-packages.
If I run it on the server itself: {{{ [root@jenkins-slave-f24 ~][PROD]# python3 -c 'import lxml' [root@jenkins-slave-f24 ~][PROD]# python2 -c 'import lxml' [root@jenkins-slave-f24 ~][PROD]# python -c 'import lxml' [root@jenkins-slave-f24 ~][PROD]# }}}
Yeh, you beat me to it. I just checked and it works outside the virtualenv, but not inside it. Sorry, learning virtualenv.
Log in to comment on this ticket.