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
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/Users/uday/Projects/CazeLabs/AI_Solutions/LLM_Fin_doc_analyser/GitHub/PDF_Parsers/nlm-ingestor/nlm_ingestor/ingestion_daemon/main.py", line 9, in
from nlm_utils.utils import file_utils
File "/opt/homebrew/Caskroom/miniforge/base/envs/nlm_ingestor/lib/python3.11/site-packages/nlm_utils/utils/file_utils.py", line 4, in
import magic
File "/opt/homebrew/Caskroom/miniforge/base/envs/nlm_ingestor/lib/python3.11/site-packages/magic/init.py", line 210, in
libmagic = loader.load_lib()
^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/nlm_ingestor/lib/python3.11/site-packages/magic/loader.py", line 39, in load_lib
raise ImportError('failed to find libmagic. Check your installation')
ImportError: failed to find libmagic. Check your installation
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/Users/uday/Projects/CazeLabs/AI_Solutions/LLM_Fin_doc_analyser/GitHub/PDF_Parsers/nlm-ingestor/nlm_ingestor/ingestion_daemon/main.py", line 9, in
from nlm_utils.utils import file_utils
File "/opt/homebrew/Caskroom/miniforge/base/envs/nlm_ingestor/lib/python3.11/site-packages/nlm_utils/utils/file_utils.py", line 4, in
import magic
File "/opt/homebrew/Caskroom/miniforge/base/envs/nlm_ingestor/lib/python3.11/site-packages/magic/init.py", line 210, in
libmagic = loader.load_lib()
^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/nlm_ingestor/lib/python3.11/site-packages/magic/loader.py", line 39, in load_lib
raise ImportError('failed to find libmagic. Check your installation')
ImportError: failed to find libmagic. Check your installation
The text was updated successfully, but these errors were encountered: