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
{{ message }}
This repository has been archived by the owner on May 12, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: