Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Explorer's container fails to start when vector extension installed #313

@mwytock0812

Description

@mwytock0812

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions