Hyukjin Kwon created SPARK-57954:
------------------------------------
Summary: Add libxslt1-dev to PyPy 3.10 test image so lxml builds
from source
Key: SPARK-57954
URL: https://issues.apache.org/jira/browse/SPARK-57954
Project: Spark
Issue Type: Bug
Components: Project Infra
Affects Versions: 4.1.3, 4.0.4
Reporter: Hyukjin Kwon
The PyPy 3.10 base image build (build_python_pypy3.10) fails at `pypy3 -m pip
install ... lxml`. PyPI has no PyPy wheel for the current lxml (6.1.1), so pip
builds it from the sdist, which requires both libxml2 and libxslt development
headers. The image installs libxml2-dev but not libxslt1-dev, so the build
fails with 'Please make sure the libxml2 and libxslt development packages are
installed', failing the base image build and every downstream pyspark-* job.
Fix: add libxslt1-dev alongside libxml2-dev. Affects branch-4.0 and branch-4.1.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]