metanorma / metanorma-docker

Docker container for running the Metanorma toolchain
https://www.metanorma.com
5 stars 3 forks source link

Fix lxml installation requirements #185

Closed CAMOBAP closed 7 months ago

CAMOBAP commented 7 months ago
...
69.21   Downloading lxml-5.0.0.tar.gz (3.8 MB)
69.64     ERROR: Command errored out with exit status 1:
69.64      command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-1bdyu8wd/lxml/setup.py'"'"'; __file__='"'"'/tmp/pip-install-1bdyu8wd/lxml/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-1bdyu8wd/lxml/pip-egg-info
69.64          cwd: /tmp/pip-install-1bdyu8wd/lxml/
69.64     Complete output (3 lines):
69.64     Building lxml version 5.0.0.
69.64     Building without Cython.
69.64     Error: Please make sure the libxml2 and libxslt development packages are installed.
69.64     ----------------------------------------
69.69 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Full log: https://github.com/metanorma/metanorma-docker/actions/runs/7359602908/job/20034803250#step:8:3575