thomasantony / llamacpp-python

Python bindings for llama.cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: DLL load failed while importing _pyllamacpp: A DLL initialization routine failed.

BlueSchnabeltier opened this issue · comments

How to fix?

Heres the log:

  File "C:\Users\User\PycharmProjects\GPT4All\main.py", line 1, in <module>
    from pyllamacpp.model import Model
  File "C:\Users\User\PycharmProjects\GPT4All\venv\lib\site-packages\pyllamacpp\model.py", line 21, in <module>
    import _pyllamacpp as pp
ImportError: DLL load failed while importing _pyllamacpp: Eine DLL-Initialisierungsroutine ist fehlgeschlagen.```

I think you are on the wrong repository. This might be what you are looking for: https://github.com/nomic-ai/pyllamacpp