Apress / ontologies-w-python

Source Code for 'Ontologies with Python' by Lamy Jean-Baptiste
Other
29 stars 29 forks source link

Error Cannot download 'http://pym/'! #3

Open drocha3004 opened 6 months ago

drocha3004 commented 6 months ago

When I ran the below command, I get an error Cannot download 'http://pym/'!

PYM = get_ontology("http://PYM/").load()

OwlReadyOntologyParsingError: Cannot download 'http://pym/'!

blokhin commented 6 months ago

Try replacing the faulty address with this one. If it still doesn’t work, you’ll have to get in contact with Jean-Baptiste directly.

drocha3004 commented 6 months ago

ok thanks