seems a problem on rdflib plugin lib/python3.10/site-packages/rdflib/plugin.py:114
: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
from pkg_resources import iter_entry_points
pin to a newer version of rdflib?
ah, seems a try-except in that rdflib version

seems a problem on rdflib plugin lib/python3.10/site-packages/rdflib/plugin.py:114
pin to a newer version of rdflib?
ah, seems a try-except in that rdflib version