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
>>> import extruct
RDFLib Version: 5.0.0
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/user/.pyenv/versions/3.6.10/envs/project/lib/python3.6/site-packages/extruct/__init__.py", line 1, in <module>
from ._extruct import SYNTAXES, extract
File "/home/user/.pyenv/versions/3.6.10/envs/project/lib/python3.6/site-packages/extruct/_extruct.py", line 5, in <module>
from extruct.rdfa import RDFaExtractor
File "/home/user/.pyenv/versions/3.6.10/envs/project/lib/python3.6/site-packages/extruct/rdfa.py", line 14, in <module>
from rdflib.plugins.parsers.pyRdfa import pyRdfa as PyRdfa, Options, logger as pyrdfa_logger
ModuleNotFoundError: No module named 'rdflib.plugins.parsers.pyRdfa'