Skip to content
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

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

Open
zzheng90 opened this issue Aug 8, 2022 · 1 comment · May be fixed by #19
Open

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

zzheng90 opened this issue Aug 8, 2022 · 1 comment · May be fixed by #19

Comments

@zzheng90
Copy link

zzheng90 commented Aug 8, 2022

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
Copy link

F14me7wq commented Sep 5, 2022

You need to chage "load" to "parse"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants