[ci] [python-package] Python 3.8 jobs failing importing pyparsing
: TypeError: 'type' object is not subscriptable
#6680
Labels
pyparsing
: TypeError: 'type' object is not subscriptable
#6680
Description
Python 3.8 CI jobs are failing at test-collection time with the following error:
full trace (click me)
Reproducible example
This is happening on
master
and multiple PRs, for example: https://github.com/microsoft/LightGBM/actions/runs/11319863184/job/31476544070?pr=6679Environment info
N/A
Additional Comments
The stacktrace points to
pyparsing
, which recently did a 3.2.0 releaseIn those release notes (link), it says
The package metadata was updated to
python-requires >=3.9
in package metadata and source code there (code link), but not in the conda-forge recipe (code link).Similar to these:
zipp
: [ci] Python 3.7 CI jobs broken by zipp release #5969python-graphviz
: bump to python >=3.8 conda-forge/python-graphviz-feedstock#56 and [ci] put ceiling on graphviz in Python 3.7 jobs #6370The text was updated successfully, but these errors were encountered: