-
Notifications
You must be signed in to change notification settings - Fork 287
Description
in _process_worker
r = call_item.fn(*call_item.args, **call_item.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\OpenSource\cocoindex\python\cocoindex\subprocess_exec.py", line 221, in _sp_analyze
return entry.analyze.run_once(entry.executor.analyze)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\OpenSource\cocoindex\python\cocoindex\subprocess_exec.py", line 184, in run_once
self._result = _call_method(method, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\OpenSource\cocoindex\python\cocoindex\subprocess_exec.py", line 205, in _call_method
return method(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "D:\OpenSource\cocoindex\python\cocoindex\functions.py", line 95, in analyze
import sentence_transformers # pylint: disable=import-outside-toplevel
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1360, in _find_and_load
File "", line 1322, in _find_and_load_unlocked
File "", line 1262, in _find_spec
File "", line 1532, in find_spec
File "", line 1506, in _get_spec
File "", line 1624, in find_spec
File "", line 161, in _path_isfile
File "", line 153, in _path_is_mode_type
File "", line 147, in _path_stat
KeyboardInterrupt
"""