You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using rdflib==4.2.2 as part of extruct and getting this warning:
/.../python3.8/site-packages/rdflib/plugins/parsers/pyRdfa/utils.py:19
/.../python3.8/site-packages/rdflib/plugins/parsers/pyRdfa/utils.py:19: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import os, os.path, sys, imp, datetime
Not sure if this has been fixed in v5, I didn't find anything mentioning importlib in the issues or PRs here.
The text was updated successfully, but these errors were encountered:
Using
rdflib==4.2.2
as part ofextruct
and getting this warning:Not sure if this has been fixed in v5, I didn't find anything mentioning importlib in the issues or PRs here.
The text was updated successfully, but these errors were encountered: