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 was archived by the owner on Oct 10, 2025. It is now read-only.
podman run -p 8004:8000 \
-v ./data/kuzu_db:/database:U \
--rm kuzudb/explorer:0.11.0
Expected result
Successful load of the explorer.
Actual result
[22:23:35.326] ERROR (1): Error getting version of Kuzu: Error: Error during recovery: IO exception: Failed to load library: /home/node/.kuzu/extension/0.11.0/linux_arm64/vector/libvector.kuzu_extension which is needed by extension: vector.
Error: /home/node/.kuzu/extension/0.11.0/linux_arm64/vector/libvector.kuzu_extension: cannot open shared object file: No such file or directory.
Steps to reproduce
Establish a new kuzu database and run
INSTALL VECTOR. In python:Run the explorer container. With podman:
Expected result
Successful load of the explorer.
Actual result