dongjoon-hyun commented on PR #55956: URL: https://github.com/apache/spark/pull/55956#issuecomment-4479915624
Oh, unfortunately, it seems to fail still after installing `python3-pyparsing`. - https://github.com/apache/spark/actions/runs/26045480558/job/76568384521 ``` #9 [ 3/32] RUN apt-get update && apt-get install -y build-essential ca-certificates curl gfortran git gnupg libcurl4-openssl-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libgit2-dev libharfbuzz-dev libjpeg-dev liblapack-dev libopenblas-dev libpng-dev libpython3-dev libssl-dev libtiff5-dev libuv1-dev libwebp-dev libxml2-dev nodejs npm openjdk-17-jdk-headless pandoc pkg-config python3.11 python3-psutil python3-pyparsing qpdf r-base ruby ruby-dev software-properties-common wget zlib1g-dev && rm -rf /var/lib/apt/lists/* ... #19 [13/32] RUN add-apt-repository ppa:deadsnakes/ppa #19 0.525 Traceback (most recent call last): #19 0.525 File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 34, in <module> #19 0.525 from httplib2 import proxy_info_from_environment #19 0.525 File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 52, in <module> #19 0.525 from . import auth #19 0.525 File "/usr/lib/python3/dist-packages/httplib2/auth.py", line 4, in <module> #19 0.525 import pyparsing as pp #19 0.525 ModuleNotFoundError: No module named 'pyparsing' ``` Let me merge @zhengruifeng 's PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
