Skip to content

Commit

Permalink
Specify duckdb<1
Browse files Browse the repository at this point in the history
  • Loading branch information
parkervg committed Jun 7, 2024
1 parent 0cb23de commit c87465a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blendsql/db/_duckdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def from_sqlite(cls, db_url: str):
"""
if not _has_duckdb:
raise ImportError(
"Please install duckdb with `pip install duckdb`!"
"Please install duckdb with `pip install duckdb<1`!"
) from None
import duckdb

Expand Down

0 comments on commit c87465a

Please sign in to comment.