tonykipkemboi / ollama_pdf_rag

A demo Jupyter Notebook showcasing a simple local RAG (Retrieval Augmented Generation) pipeline to chat with your PDFs.
MIT License
238 stars 104 forks source link

ImportError: DLL load failed while importing onnx_cpp2py_export: A dynamic link library (DLL) initialization routine failed. #21

Open AhmadSawalhah opened 2 days ago

AhmadSawalhah commented 2 days ago

venv\Lib\site-packages\onnx__init__.py", line 77, in from onnx.onnx_cpp2py_export import ONNX_ML

working with all solutions, but no luck to bypass this error

ailab-home commented 2 days ago

I can successfully install version 1.16

pip install onnx==1.16.0

AhmadSawalhah commented 2 days ago

worked for me thanks