biolink / ontobio

python library for working with ontologies and ontology associations
https://ontobio.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
118 stars 30 forks source link

ModuleNotFoundError: No module named ‘ontobio.graph_io' #597

Open realmarcin opened 2 years ago

realmarcin commented 2 years ago

Using this notebook as an example: https://nbviewer.org/github/biolink/ontobio/blob/master/notebooks/Phenotype_Enrichment.ipynb

I am having trouble with this import:

w = GraphRenderer.create('png')

which gives error: ModuleNotFoundError: No module named ‘ontobio.graph_io’

Context: I did pip install ontobio and have version ontobio 1.7.2.