ontology-visualization icon indicating copy to clipboard operation
ontology-visualization copied to clipboard

AttributeError: 'Graph' object has no attribute 'load'

Open zzheng90 opened this issue 2 years ago • 1 comments

image

There is a problem when I run the command 'python ./ontology_viz.py -o test.dot test.ttl -O ontology.ttl' I have installed 'rdflib >= 6.0.0, < 7.0.0 graphviz == 0.17' and python=3.8

zzheng90 avatar Aug 08 '22 14:08 zzheng90

You need to chage "load" to "parse"

F14me7wq avatar Sep 05 '22 05:09 F14me7wq