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 face the error ImportError: cannot import name 'NTriplesParser' from 'rdflib.plugins.parsers.ntriples'
The traceback is:
File "/home/xxxx/miniconda3/envs/matchmaker/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/xxxx/miniconda3/envs/matchmaker/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/mnt/nfs/scratch1/xxxx/nordlys/nordlys/core/data/dbpedia/indexer_dbpedia_types.py", line 34, in <module>
from rdflib.plugins.parsers.ntriples import NTriplesParser
ImportError: cannot import name 'NTriplesParser' from 'rdflib.plugins.parsers.ntriples' (/home/xxxx/miniconda3/envs/matchmaker/lib/python3.8/site-packag
es/rdflib/plugins/parsers/ntriples.py)
My package and python versions:
python==3.8.12
rdflib==6.0.2
The text was updated successfully, but these errors were encountered:
When I tried to build the index from dpbedia dump using the following code,
I face the error
ImportError: cannot import name 'NTriplesParser' from 'rdflib.plugins.parsers.ntriples'
The traceback is:
My package and python versions:
python==3.8.12
rdflib==6.0.2
The text was updated successfully, but these errors were encountered: