|
|
pip install omlready2
error:
Collecting owlready2
Using cached owlready2-0.48.tar.gz (27.3 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'
... and error for this line:
from owlready2 import get_ontology, sync_reasoner_pellet
--> ModuleNotFound: No module named 'oewlready2'
I'm on Windows 11 working local. However, when I use Anaconda online version, the installation completes.
Please help!
|