问题描述
!pip install owlready2
from owlready2 import *
AttributeError Traceback (most recent call last)
<ipython-input-9-3120038513f7> in <module>()
----> 1 import owlready2
2
3 onto = get_ontology("http://test.org/onto.owl")
/usr/local/lib/python3.7/dist-packages/owlready2/__init__.py in <module>()
38
39 import owlready2.namespace,owlready2.entity,owlready2.prop,owlready2.class_construct,owlready2.triplelite
---> 40 owlready2.triplelite.Or = Or
41 owlready2.namespace.EntityClass = EntityClass
42 owlready2.namespace.ThingClass = ThingClass
AttributeError: module 'owlready2' has no attribute 'triplelite'enter code here
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)