cohere-ai / DiskVectorIndex

Apache License 2.0
150 stars 8 forks source link

Dependency Error #2

Open syedzaidi-kiwi opened 6 days ago

syedzaidi-kiwi commented 6 days ago

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 commented 6 days ago

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