usc-isi-i2 / ontology-visualization

A simple ontology and RDF visualization tool.
MIT License
125 stars 45 forks source link

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

Open zzheng90 opened 2 years ago

zzheng90 commented 2 years ago

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

F14me7wq commented 2 years ago

You need to chage "load" to "parse"