Skip to content

.load fails with NoneType object not iterable #248

@sjuxax

Description

@sjuxax
out.sqlite> .load "/home/jeff/envs/python/virtualenvs/asstd/lib/python3.13/site-packages/sqlite_vec/vec0"
                    ;
'NoneType' object is not iterable

This attempt was with the path as a string to try to bypass the error. Same output unquoted.

You can see the extension exists.

at 17:46:36 ❯ lsd -lh --sort=time -r /home/jeff/envs/python/virtualenvs/asstd/lib/python3.13/site-packages/sqlite_vec/vec0.so
.rw-r--r-- jeff users 144 KB Sun Feb  8 16:46:00 2026  /home/jeff/envs/python/virtualenvs/asstd/lib/python3.13/site-packages/sqlite_vec/vec0.so

and loads without error in sqlite3:

sqlite> .load /home/jeff/envs/python/virtualenvs/asstd/lib/python3.13/site-packages/sqlite_vec/vec0
sqlite>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions