nomic-ai/pygpt4all

pyllamacpp issue

Meirzhan05 opened this issue · 1 comments

I do not understand why I am getting this issue. I think I have done everything right. I have Windows 10.
Issue:
Traceback (most recent call last):
File "c:\Users\Hp\Desktop\py\ai.py", line 1, in
from pygpt4all import GPT4All
File "C:\Users\Hp\AppData\Local\Programs\Python\Python311\Lib\site-packages\pygpt4all_init_.py", line 1, in
from pygpt4all.models.gpt4all import GPT4All
File "C:\Users\Hp\AppData\Local\Programs\Python\Python311\Lib\site-packages\pygpt4all\models\gpt4all.py", line 13, in
import pyllamacpp.model
File "C:\Users\Hp\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyllamacpp\model.py", line 20, in
import _pyllamacpp as pp
ImportError: DLL load failed while importing _pyllamacpp: A dynamic link library (DLL) initialization routine failed.

Did you have this issue? How did you solve it?

@Meirzhan05,

It is a duplicate of #53, please take a look at this comment.