You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the Indexing pipeline "graphrag index --root ./ragtest", it seems there are no issues in the early stages of the code execution.
But after the message: All workflows completed successfully, the code has started showing error messages...
Exception ignored in: <function _ProactorBasePipeTransport.del at 0x0000020AE065CC10>
Traceback (most recent call last):
File "D:\Python\Python3_10_2\lib\asyncio\proactor_events.py", line 116, in del
File "D:\Python\Python3_10_2\lib\asyncio\proactor_events.py", line 108, in close
File "D:\Python\Python3_10_2\lib\asyncio\base_events.py", line 745, in call_soon
File "D:\Python\Python3_10_2\lib\asyncio\base_events.py", line 510, in _check_closed
RuntimeError: Event loop is closed
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I run the Indexing pipeline "graphrag index --root ./ragtest", it seems there are no issues in the early stages of the code execution.
But after the message: All workflows completed successfully, the code has started showing error messages...
Exception ignored in: <function _ProactorBasePipeTransport.del at 0x0000020AE065CC10>
Traceback (most recent call last):
File "D:\Python\Python3_10_2\lib\asyncio\proactor_events.py", line 116, in del
File "D:\Python\Python3_10_2\lib\asyncio\proactor_events.py", line 108, in close
File "D:\Python\Python3_10_2\lib\asyncio\base_events.py", line 745, in call_soon
File "D:\Python\Python3_10_2\lib\asyncio\base_events.py", line 510, in _check_closed
RuntimeError: Event loop is closed
Beta Was this translation helpful? Give feedback.
All reactions