|
I used owlrerady2 with python 3.7, the package is available in the project interpreter.
Even I checked it locally as well as using "pip list" command. All fine.
The importing gives no error, but when I run it gives the error
File "C:/Users/Shavindya/Desktop/FYP/ProjList/1.1/ontoConnection.py", line 1, in <module> from owlready2 import *
ModuleNotFoundError: No module named 'owlready2'
|