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
I am receiving an error with the vivo-rdflib-sparqlstore library when using it with rdflib 5.0.0.
Traceback (most recent call last):
File "people.py", line 20, in <module>
from lib import backend
File "/Users/benjamingross/Documents/git/.../toolkit/lib/backend.py", line 15, in <module>
from vstore import VIVOUpdateStore
File "/Users/benjamingross/Documents/git/.../toolkit/venv3/lib/python3.6/site-packages/vstore/__init__.py", line 1, in <module>
from .vstore import VIVOStore, VIVOUpdateStore
File "/Users/benjamingross/Documents/git/.../toolkit/venv3/lib/python3.6/site-packages/vstore/vstore.py", line 8, in <module>
from rdflib.plugins.stores.sparqlstore import (
ImportError: cannot import name 'NSSPARQLWrapper'
I believe the core issue is that rdflib previously included a SPARQLWrapper dependency, but that changed with rdflib 5.0.0.
I am receiving an error with the vivo-rdflib-sparqlstore library when using it with rdflib 5.0.0.
I believe the core issue is that rdflib previously included a SPARQLWrapper dependency, but that changed with rdflib 5.0.0.
See RDFLib/rdflib#744.
rdflib 5.0.0 documentation is here: https://rdflib.readthedocs.io/en/stable/
The text was updated successfully, but these errors were encountered: