Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Error #2

Open
syedzaidi-kiwi opened this issue Jul 4, 2024 · 1 comment
Open

Dependency Error #2

syedzaidi-kiwi opened this issue Jul 4, 2024 · 1 comment

Comments

@syedzaidi-kiwi
Copy link

Traceback (most recent call last):
File "/Users/kiwitech/Documents/DN-Final/dvindexer.py", line 3, in
from DiskVectorIndex import DiskVectorIndex
File "/Users/kiwitech/Documents/DN-Final/venv/lib/python3.12/site-packages/DiskVectorIndex/init.py", line 3, in
from .DiskVectorIndex import DiskVectorIndex
File "/Users/kiwitech/Documents/DN-Final/venv/lib/python3.12/site-packages/DiskVectorIndex/DiskVectorIndex.py", line 6, in
from indexed_zstd import IndexedZstdFile
ImportError: dlopen(/Users/kiwitech/Documents/DN-Final/venv/lib/python3.12/site-packages/indexed_zstd.cpython-312-darwin.so, 0x0002): symbol not found in flat namespace '_ZSTD_DCtx_reset'

@nreimers
Copy link
Collaborator

nreimers commented Jul 4, 2024

Appears to be some error with zstd. Can you run zstd from console / cli?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant