Module Error #325
bitwiseprat
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run the sample examples given in the repo but I am getting a few errors -
/llmware/examples/Getting_Started/working_without_a_database.py", line 11, in
from llmware.util import PromptCatalog, Datasets
ImportError: cannot import name 'PromptCatalog' from 'llmware.util'
Traceback (most recent call last):
File "/home/ubuntu/.local/share/virtualenvs/ubuntu-7Wf190Ea/lib/python3.9/site-packages/llmware/models.py", line 3629, in load_library
lib = CDLL(path)
File "/usr/local/lib/python3.9/ctypes/init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
OSError: /home/ubuntu/.local/share/virtualenvs/ubuntu-7Wf190Ea/lib/python3.9/site-packages/llmware/lib/gguf/lib_ctransformers_linux_x86_avx2.so: cannot open shared object file: No such file or directory
.
.
.
.
self._lib = self.load_library()
File "/home/ubuntu/.local/share/virtualenvs/ubuntu-7Wf190Ea/lib/python3.9/site-packages/llmware/models.py", line 3631, in load_library
raise ModuleNotFoundException("GGUF-Implementation")
llmware.exceptions.ModuleNotFoundException: Module 'GGUF-Implementation' could not be located. Please confirm the file path and extension.
Is this an OS based error ? As I am running Ubuntu 18.04.6 LTS.
I am sorry if the errors might seem elementary but I cant debug them, so thanks for any help!
Regards,
-Prateek
Beta Was this translation helpful? Give feedback.
All reactions