-
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
ModuleNotFoundError: No module named 'rdflib.plugins.parsers.pyRdfa' for RDFLib v5.0.0 #131
Comments
Thanks for report @dnnsthnnr and @tonal . For now pinning rdflib is indeed the best solution, but we'll check if we can update extruct to work with a newer version as well. |
from https://rdflib.readthedocs.io/en/stable/upgrade4to5.html
And indeed the parsers we use were removed in RDFLib/rdflib#828 So it looks like we won't be able to use a newer rdflib version, short-term solution would be to pin it, and long-term to check these other libraries. |
This is released in 0.9.0 |
The text was updated successfully, but these errors were encountered: