nomic-ai / pygpt4all

Official supported Python bindings for llama.cpp + gpt4all
https://nomic-ai.github.io/pygpt4all/
MIT License
1.02k stars 162 forks source link

ImportError: DLL load failed while importing _pyllamacpp: 动态链接库(DLL)初始化例程失败。 #75

Closed Burgeon0110 closed 1 year ago

Burgeon0110 commented 1 year ago

from pygpt4all.models.gpt4all import GPT4All Traceback (most recent call last): File "", line 1, in File "D:\pygpt4all\pygpt4all\models\gpt4all.py", line 18, in from pyllamacpp.model import Model File "E:\Python\Python311\Lib\site-packages\pyllamacpp\model.py", line 21, in import _pyllamacpp as pp ImportError: DLL load failed while importing _pyllamacpp: 动态链接库(DLL)初始化例程失败。

abdeladim-s commented 1 year ago

Duplicate of #53