citation-file-format / cffconvert

Command line program to validate and convert CITATION.cff files.
Apache License 2.0
114 stars 30 forks source link

Incompatibility with ruamel.yaml.clib 0.2.9 #396

Closed rouault closed 1 month ago

rouault commented 1 month ago

I apologize as this is perhaps not the appropriate bug tracker to report the issue, but you've probably better hints than me on where the responsibility lies

Recently my "pip install cffconvert" caused ruamel.yaml.clib==0.2.9 to be installed, and the combination of both fails. With CITATION.cff being https://github.com/OSGeo/gdal/blob/master/CITATION.cff, "cffconvert --validate" fails with a "TypeError: a string or stream input is required". Downgrading to ruamel.yaml.clib==0.2.8 fixes the issue.

rouault commented 1 month ago

UPDATE: I do see a similar error reported in https://sourceforge.net/p/ruamel-yaml-clib/tickets/38/ Closing the ticket. At least it can be a hint for others hitting the issue.