Skip to content

v0.19.6#229

Merged
steveberardi merged 2 commits intomainfrom
v0.19.6
Feb 15, 2026
Merged

v0.19.6#229
steveberardi merged 2 commits intomainfrom
v0.19.6

Conversation

@steveberardi
Copy link
Owner

Fixes issue with running Starplot in a Jupyter notebook

es-ist-leon and others added 2 commits February 15, 2026 05:47
The spatial extension was loaded via load_extension() but never
installed first. This caused a CatalogException when using ST_Point
and other spatial functions, especially in fresh environments or
Jupyter notebooks where the extension wasn't already cached.

Added INSTALL spatial before LOAD spatial in db.connect(), and
removed the redundant load_extension() call in cli.py setup since
db.connect() already handles it.

Fixes #175

Co-authored-by: scrrp <s@s.de>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@steveberardi steveberardi merged commit f61d58f into main Feb 15, 2026
5 checks passed
@steveberardi steveberardi deleted the v0.19.6 branch February 15, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CatalogException: Catalog Error: Scalar Function with name "st_point" is not in the catalog, but it exists in the spatial extension

2 participants

Comments