As mentioned in the title, I have updated "Python" and "pip" to their last versions, also successfully installed the "owlready2" library, but when using it in the code below:
from owlready2 import *
onto_path.append("path to onto in my local windows system- not linux")
onto= get_ontology("nif.owl")
onto.load()
Python gives me the below error:
Blockquote ModuleNotFoundError: No module named owlready2