alamb commented on PR #50: URL: https://github.com/apache/datafusion-site/pull/50#issuecomment-2541834790
🤔 the pelican build seems to be broken: https://github.com/apache/datafusion-site/actions/runs/12319494192/job/34386667171?pr=50 Seems to have a similar report as https://github.com/getpelican/pelican/issues/2983 🤔 ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. rich 13.7.1 requires pygments<3.0.0,>=2.13.0, but you have pygments 2.6.1 which is incompatible. Python 3.12.3 Pelican version: Traceback (most recent call last): File "/home/runner/.local/bin/pelican", line 5, in <module> from pelican.__main__ import main File "/home/runner/.local/lib/python3.12/site-packages/pelican/__init__.py", line 19, in <module> from pelican.generators import (ArticlesGenerator, # noqa: I100 File "/home/runner/.local/lib/python3.12/site-packages/pelican/generators.py", line 11, in <module> from jinja2 import (BaseLoader, ChoiceLoader, Environment, FileSystemLoader, File "/home/runner/.local/lib/python3.12/site-packages/jinja2/__init__.py", line 12, in <module> from .environment import Environment File "/home/runner/.local/lib/python3.12/site-packages/jinja2/environment.py", line [25](https://github.com/apache/datafusion-site/actions/runs/12319494192/job/34386667171?pr=50#step:3:27), in <module> from .defaults import BLOCK_END_STRING File "/home/runner/.local/lib/python3.12/site-packages/jinja2/defaults.py", line 3, in <module> from .filters import FILTERS as DEFAULT_FILTERS # noqa: F401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/.local/lib/python3.12/site-packages/jinja2/filters.py", line 13, in <module> from markupsafe import soft_unicode ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/usr/lib/python3/dist-packages/markupsafe/__init__.py) Error: Process completed with exit code 1. ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org