我是 Python 的初学者。我正在使用owlready研究本体。我已经owlready
在我的 PyCharm IDE 上安装了库,但是owlready
在我的 python 代码中导入存在问题。我已经尝试过from owlready import *
,就像在文档中一样,但它总是给我:
Traceback (most recent call last):
File "C:/Users/siekoo/OneDrive/Development/python/NER/onto_start.py", line 1, in <module>
from owlready import *
File "C:\winpython\python-2.7.10.amd64\lib\site-packages\owlready\__init__.py", line 85
def __init__(self, *Entities, ontology = None):
^
SyntaxError: invalid syntax