pycharm error

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

pycharm error

Pakbi
"C:\Users\Pasquale Bonasia\PycharmProjects\pythonProject2\venv\Scripts\python.exe" "C:/Program Files/JetBrains/PyCharm Community Edition 2022.2.2/plugins/python-ce/helpers/pydev/pydevd.py" --multiprocess --qt-support=auto --client 127.0.0.1 --port 53302 --file "C:\Users\Pasquale Bonasia\PycharmProjects\pythonProject2\main.py"
* Owlready2 * Warning: optimized Cython parser module 'owlready2_optimized' is not available, defaulting to slower Python implementation
caught a TypeError, retrying call to <class 'owlready2.rdflib_store.TripleLiteRDFlibStore'>.bind without override, see https://github.com/RDFLib/rdflib/issues/1880 for more info
Traceback (most recent call last):
  File "C:\Users\Pasquale Bonasia\PycharmProjects\pythonProject2\venv\lib\site-packages\rdflib\namespace\__init__.py", line 627, in _store_bind
    return self.store.bind(prefix, namespace, override=override)
TypeError: bind() got an unexpected keyword argument 'override'
caught a TypeError, retrying call to <class 'owlready2.rdflib_store.TripleLiteRDFlibStore'>.bind without override, see https://github.com/RDFLib/rdflib/issues/1880 for more info
Traceback (most recent call last):
  File "C:\Users\Pasquale Bonasia\PycharmProjects\pythonProject2\venv\lib\site-packages\rdflib\namespace\__init__.py", line 627, in _store_bind
    return self.store.bind(prefix, namespace, override=override)
TypeError: bind() got an unexpected keyword argument 'override'
caught a TypeError, retrying call to <class 'owlready2.rdflib_store.TripleLiteRDFlibStore'>.bind without override, see https://github.com/RDFLib/rdflib/issues/1880 for more info
Traceback (most recent call last):
  File "C:\Users\Pasquale Bonasia\PycharmProjects\pythonProject2\venv\lib\site-packages\rdflib\namespace\__init__.py", line 627, in _store_bind
    return self.store.bind(prefix, namespace, override=override)
TypeError: bind() got an unexpected keyword argument 'override'
caught a TypeError, retrying call to <class 'owlready2.rdflib_store.TripleLiteRDFlibStore'>.bind without override, see https://github.com/RDFLib/rdflib/issues/1880 for more info
Traceback (most recent call last):
  File "C:\Users\Pasquale Bonasia\PycharmProjects\pythonProject2\venv\lib\site-packages\rdflib\namespace\__init__.py", line 627, in _store_bind
    return self.store.bind(prefix, namespace, override=override)
TypeError: bind() got an unexpected keyword argument 'override'
caught a TypeError, retrying call to <class 'owlready2.rdflib_store.TripleLiteRDFlibStore'>.bind without override, see https://github.com/RDFLib/rdflib/issues/1880 for more info
Traceback (most recent call last):
  File "C:\Users\Pasquale Bonasia\PycharmProjects\pythonProject2\venv\lib\site-packages\rdflib\namespace\__init__.py", line 627, in _store_bind
    return self.store.bind(prefix, namespace, override=override)
TypeError: bind() got an unexpected keyword argument 'override'

Process finished with exit code -1073741510 (0xC000013A: interrupted by Ctrl+C)