Steps to reproduce
Establish a new kuzu database and run INSTALL VECTOR. In python:
self.connection.execute("INSTALL vector; LOAD vector;")
Run the explorer container. With podman:
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