-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named 'rdflib.plugins.parsers.pyRdfa' #135
Comments
@svnshikhil this should be fixed in the lateest release, 0.9.0, could you please check it? |
@lopuhin there seems to be a version conflict re:rdflib
Will this be fixed? |
Do you need rdflib 5.0.0? |
I don't but we are using other libraries as |
@saggu I see, unfortunately I think the plan to improve this could be:
|
Yeah, it's working Thank you all |
Re-opening because the proper fix is still not in place, we want to allow users of extruct to use the latest rdflib, see #135 (comment) |
This is fixed by #161 and released in v0.12.0 |
This issue occurs when we install warcio package
from rdflib.plugins.parsers.pyRdfa import pyRdfa as PyRdfa, Options, logger as pyrdfa_logger
ImportError: No module named 'rdflib.plugins.parsers.pyRdfa'
The text was updated successfully, but these errors were encountered: